How to install a very minimal Ubuntu system in a partition.

There is a very minimal Ubuntu release I have found. This is as bare-bones as it can be. This could be the basis of a custom Linux distribution. Download a copy here: http://cdimage.ubuntu.com/ubuntu-base/releases/19.10/release/ubuntu-base-19.10-base-amd64.tar.gz. I had a spare 35 Gigabyte Linux partition, so I unpacked the contents of the tarball into the partition so that it … Read more

How to protect your base in Arma 3 from trolls and griefing.

This very useful script when placed in the initPlayerLocal.sqf file will protect a base from придурки who are firing into your base and destroying everything. player addEventHandler ["FiredMan", {   _p = _this select 6; if( _p distance (getMarkerPos "respawn_west") < 1000) then { deleteVehicle _p; } else { _p spawn { waitUntil { if( … Read more

Arma 3 code snippets for making mods and missions.

This is a class that create a backpack that will unpack into a IED. It will detonate if shot at. class B_Carryall_EXP : Weapon_Bag_Base { scope = 2; class assembleInfo { assembleTo = "ModuleExplosive_IEDLandBig_F"; base = ""; displayName = "NATO Exp backpack."; dissasembleTo[] = {}; primary = 1; }; displayName = "NATO Exp backpack."; hiddenSelectionsTextures[] … Read more

Mars colonization will not happen overnight. But will it happen?

The colonization of the planet Mars will not be a quick process despite movies like Red Planet that displayed a terraforming method that used algae to create oxygen in the atmosphere. That could work, but it would not be a very fast process. With the recent announcement of plans for asteroid mining sometime in the … Read more

Website traffic getting better and mega engineering of the future.

I have just found a screen shot of the Awstats traffic information for my old securitronlinux.com domain and I was getting more traffic to my website at the height of my websites popularity but with my current website the amount of unique visitors is higher, I am getting over 7500 unique visitors with my current … Read more

Newt Gingritch promises moon base by 2020.

Newt Gingritch has promised a moon base for America by the year 2020. This is a bold promise by an American congressman with the country sinking into debt paying the trillion dollar cost of the Iraq war. The Republican presidential candidate has made the grandiose boast at a meeting with the public near Cape Canaveral, … Read more

Dominos Pizza company planning a moon base store.

The Dominos Pizza company are planning to build a store on the moon, the Pizza Hut company delivered a pizza to the International Space Station and now Dominos wants to outdo them by constructing a dome-shaped restaurant on the moon. Construction firm Maeda Corp has come up with the design for the dome-shaped building that … Read more