CDE UNIX desktop available on Debian 6.0 Squeeze.

UNIX CDE desktop available for the Debian Linux distribution. The old UNIX CDE desktop is a very interesting and useful desktop environment. The modern desktop environments such as Gnome 3, Unity and the KDE 4 desktops are focused more on eye candy instead of actual fast and usable window management that the older window managers … Read more

Google self driving car the future of transportation.

The Google self driving car is the future of road transportation. It seems that the days of speeding drivers threatening the lives of other road users and pedestrians could soon be over. The future of road transportation has been thought of for a very long time, with automated cars that would follow sensors in the … Read more

Creating a new user on a Linux workstation with the shell.

Creating a new user with the Linux command-line is very easy, the command-line adduser command is easier to use than the useradd command and automates a lot of the steps involved in creating a new user and their home directory. The sequence shown below is the simple task of creating a new user and shows … Read more

Computer tape drives coming back to the computers of 2012.

Computer tape drives were all the rage in the early days of computing, with computer tape drives able to store massive amounts of data these days. The early computers used tape to store computer programs and information on reel to reel tapes that were on giant reels that were threaded on and then read at … Read more

My blog is now nofollow free. Now the commenters will gain some Google PR.

I have removed the evil nofollow tag from my website allowing my visitors who type comments to actually gain from Search Engine crawling. I wish I had done this sooner, the nofollow tag is evil, you spend all that time commenting on blogs and you do not gain that much page ranking. It is time … Read more

Linux kernel 3.3 released, including some Android code?

The Linux kernel 3.3 has been released and among other features that have been included, there is some code from Google Android included. This is an interesting development, this does not mean that you can run Angry Birds on a Debian or Linux Mint system, but this could lead to something cool in the future. … Read more

Using the .inputrc file to control keybindings in xterm.

Using the .inputrc file to control keybindings in xterm. If you wish to control the key bindings for Backspace, Delete, Home & the End keys in Xterm then read on. The ~/.inputrc file in your home directory controls this behavior, using the defines in this file you may control the key bindings and make using … Read more

My PHP code for my Linux pages index.

This code is on my https://securitronlinux.com/linux/ page. It shows a random image and a random webpage link. <?php $time = strftime(“%A %d %B %Y. %r – %Z”); srand(time(NULL)); $day = rand() % 6; $string = sprintf(“<font size=\”2pt\”><p>Welcome to my website.</p>\n”); $links = array(“BejArray” => array(“0” => “perl_code.php”, “1” => “psx_doom.php”, “2” => “cgi_code.php”, “3” => … Read more

Strange sphere feeding off the Sun. A true mystery of science.

This strange sphere the approximate size of the planet Jupiter, about 142,984 Kilometers in diameter is sucking material from the chromosphere of the Sun whilst managing to maintain its position against the massive gravity of the Sun. Which is 1,470,000 Kilometers in diameter. I am sure the video I took this still shot from is … Read more

New Windows 8 interface and getting the start menu back.

This is what the new copy dialog looks like on Windows 8. The actual process of copying this amount of data over a USB 3.0 connection was actually very fast, the previous versions of Windows were slower at copying data, but now it is getting faster. And I was copying from a 8 GiB USB … Read more

The Linux file-system tree explained.

The Linux file-system tree explained. The standard Linux installation is laid out in various folders that each have a different role to play in the smooth running of a Linux distribution. |-/ |-/bin |-/boot |-/dev |-/etc |-/home/username |-/lib |-/lost+found |-/mnt |-/proc |-/root |-/sbin |-/tmp |-/usr |-/usr/local |-/var|-/ |-/bin |-/boot |-/dev |-/etc |-/home/username |-/lib |-/lost+found |-/mnt … Read more

TSA Body Scanners worthless for finding hidden weapons.

Quoted from the website. These body scanners are an invasion of privacy and nothing more, they just want to expose people to dangerous radiation and provide an illusion of security. This video is here to demonstrate that the TSA’s insistence that the nude body scanner program is effective and necessary is nothing but a fraud, … Read more