bejiitaswrath Profile
Blogs Owned
1. Securitron GNU/Linux blog.
A blog focused on Linux news, information and tips for Linux Mint, Debian & Fedora users. Also some Ubuntu information. Many PDF E-Books and descriptions on how to perform many Linux tasks.
Latest Blog Posts
- Installing gcc 4.7.0 from source on Linux Mint 12.After downloading the source tarball for the gcc 4.7.0 release, and unpacking the tarball, enter the source directory: cd gcc-4.7.0/ Then we need to create an empty folder under the gcc-4.7.0/ folder to perform the actual build. mkdir mintbuild Then...
- Cyber Intelligence Sharing and Protection Act to be a threat to freedom.The CISPA Bill is a program that will enable more sharing of Internet user`s data to facilitate monitoring of the Internet use of civilians. This under the guise of protecting us from terrorists and keeping suicide bombers off planes. Of course there...
- is Adobe flash relevant anymore?I am using Bing webmaster tools to check the traffic to my website and I have noticed that I had Adobe Flash disabled and the lovely charts and graphs rendered by the web page still display. Google Analytics also works without flash. Annoyingly, Goog...
- Useful old C code of mine. Might be useful for reference.This is a nice little program I wrote ages ago. /* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the L...
- Debian non-free firmware package interfering with USB HID devices.I recently installed the firmware-linux-nonfree package on my Debian Squeeze installation and after a re-boot, the USB keyboard and mouse has stopped working. Even my old PS2 mouse would not work. I have chrooted into my Debian installation from Linu...
- ASIO wanting more powers for surveillance of Internet users.The ASIO spy agency is asking Australian ISPs to log all the data that travels to and fro from a users computer. This would require an astronomical amount of storage space if this is to be taken literally. But they are just interested in fighting ter...
- Useful Linux tips and how to edit the /etc/sudoers file without error.The magic SysRQ key combination is used to reset the Linux system if nothing else will work. To use this key combination, press: Alt+SysRQ then tap these keys in order: R, S, E, I, U, B. This will perform a safe re-boot of your Linux system assuming...
- Thoughts on Linux Mint 13 and Unity.The Linux Mint 13 distribution will have a nicer desktop interface than the Ubuntu distribution that goes without saying; I have just loaded up Linux Mint 12 for a quick look at the Cinnamon desktop and it is very nice to use indeed, the hotspot at t...
- Mandrake Linux 9.2. A nice look back at this old distro.After testing out Mandrake Linux 9.2 in Virtualbox, I am amazed at how fast this Linux distribution is on modern hardware. Sure it is emulated with 512 megabytes of RAM and a 4 gigabyte hard disk in the Virtualbox machine, but 512 megabytes of memory...
- Viewing information about your user on Linux.The groups command displays the list of groups that your user is a member of. [neo@deusexmachina]:~> groups neo cdrom floppy audio dip video plugdev bluetooth scanner netdev Using the id command will display a more verbose output that shows the uid a...
- me-tv package not working properly in Debian Squeeze.The me-tv package is not working properly in Debian Squeeze. It loads up but the window will not respond to input, therefore you can not control the application to change channels or the volume. So I am using my digital set-top box connected to the t...
- 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...
- A look at Mandrake Linux 9.2 and my Fvwm crystal desktop.A look at the old Mandrake Linux 9.2 download edition running in virtualbox.
- Blind man implanted with CCD and hungry black hole swallowing a star.A blind man has been fitted with a cybernetic implant, a microchip implanted on his retina, allowing him limited vision. This is the beginning of a future where the blind can see again with cybernetic implants meaning such a disability will not be pe...
- Linux nostalgia posting. Looking back at the old Linux goodness.The SUSE Yast configuration panel had many features for configuring every aspect of your Linux system. I wish that the modern Linux distributions like Ubuntu & Mint would have something like this. The Mandrake Linux 9.2 distribution had the Drakc...
- Installing printers with the CUPS web interface in Debian Linux.I recently had to add a printer to my Debian System and the System Settings -> printers dialog in the Gnome 3 System Settings application would not detect my Canon MP150 printer. Therefore, I started the CUPS interface by visiting: http://localho...
- Miscellaneous programming tricks with C.This is a very simple Hello World program in C. int main() { write(1, "Hello World\n", 14); } Counting how long a text string is. #include #include #define MSG "Hello Doctor, let's get back to the TARDIS!" int main() { int g; g = strlen(MSG); if (g &...
- Installing Ubuntu and alternatives to the Unity desktop.Post by Admin. My Blog: Securitron GNU/Linux Blog..Installing the Ubuntu distribution is very easy and provides a secure and stable alternative to the Microsoft Windows operating system. Firstly you need to make sure that you have enough free space o...
- Finding files with the Linux command line. Using find & locate.Post by Admin. My Blog: Securitron GNU/Linux Blog..Finding files with the Linux command line. Using find & locate. The find command on Linux is very useful for finding commands on your Linux installation. In the example below, I am using wild-ca...
- Last flight of the space shuttle and future space travel in doubt.Post by Admin. My Blog: Securitron GNU/Linux Blog..The Space Shuttle has made its last journey across country to the final resting place in a museum. This is a huge shame that America does not have any more interest in having regular expeditions into...
