Arma 3 script samples for creating a scripted mission.

This simple script sample will spawn 3 enemy groups around a central point in safe places. Fixed version, I accidentally posted the wrong code, this will work fine. I tested this in a mission and it works now. _Center = _randPos2; _Circle1 = [_Center, 150, 150, 0, 0, 20, 0] call BIS_fnc_findSafePos; _Circle2 = [_Center, … Read more

Installing wallpapers into the backgrounds folder in E17.

Installing wallpapers into the backgrounds folder in Enlightenment E17. Installing wallpapers with the E17 window manager is very easy, mostly like the older Enlightenment E16 window manager. You may either copy the wallpapers into the ~/.e/e/backgrounds/ folder or import them with the backgrounds settings dialog. jason@Yog-Sothoth:~/.e/e/backgrounds$ ls -hula total 43M drwxr-xr-x 2 jason jason 4.0K … Read more

Location of the filesystem that the Windows 10 bash shell uses.

Location of the Windows 10 bash shell files This is the location of the actual files that are installed when you install the Windows 10 bash shell. This means that it is not really a ext4 filesystem, but emulating this when you load it up in a CMD window. %localappdata%\lxss\rootfs%localappdata%\lxss\rootfs The location of the actual … Read more

How to get the geographical location of an IP address.

How to get the geographical location of an IP address. This simple command will get this for you. [jason@darknet:~] curl ipinfo.io/203.113.124.148 ; echo "" { "ip": "203.113.124.148", "hostname": "No Hostname", "city": "", "region": "", "country": "TH", "loc": "13.7500,100.4667", "org": "AS9737 TOT Public Company Limited" }[jason@darknet:~] curl ipinfo.io/203.113.124.148 ; echo "" { "ip": "203.113.124.148", "hostname": "No … Read more

Voyager probe leaving the solar system behind and strange finds at the edge of the solar system.

The Voyager probe is still travelling out to the edge of the solar system and it has found to the surprise of many that even though the solar winds have dropped away, the magnetic field has not dropped. This seems to indicate that the solar systems edge is fuzzier than first thought. This could mean … Read more