
ow do I use bash for loop to repeat certain task under Linux / UNIX operating system? How do I set infinite loops using for statement? How do I use three-parameter for loop control expression? A ‘for loop’ is a bash programming language statement which allows code to be repeatedly executed. A for loop is [...]
In programming there are a number of ways to execute on an idea and get a result, executing a php file on your web server is no different. Below I will provide examples of how to execute a php script or other type of script over http using configurable cron jobs. Just about all webhosts [...]
Ever wonder how you can make shortcuts for some of those long cumbersome Linux commands? You can by making an alias for it. What is an alias? It is a shortcut, let me demonstrate. Say you want to restart Gnome Network Manager. To do that you would type the following in a terminal: sudo /etc/init.d/networking [...]
It’s safe to say that I spend a lot of time on the command line, and really prefer to do as much as possible from there. So, it only makes since to be able to control my DVR from the command line too. So, I created dtv.py, the DirecTV command line remote. As of now, [...]
So you have downloaded a .deb file with a program that you would like to install. Most distros that are using a graphical interface will have a package manager that you can use to install these. But if you’re like me, you prefer to do it from the command line. To install it from there, [...]
Posted on 23 April 2013
Linux up until the past few years has been left out of the emulators market as far as availability luckily this has change and now there are ports of almost every major system emulator including some emulators that are written strictly for the linux operating system, the following site has a nearly complete list of [...] Continue Reading
Posted on 27 March 2013
ow do I use bash for loop to repeat certain task under Linux / UNIX operating system? How do I set infinite loops using for statement? How do I use three-parameter for loop control expression? A ‘for loop’ is a bash programming language statement which allows code to be repeatedly executed. A for loop is [...] Continue Reading
Posted on 23 March 2013
In programming there are a number of ways to execute on an idea and get a result, executing a php file on your web server is no different. Below I will provide examples of how to execute a php script or other type of script over http using configurable cron jobs. Just about all webhosts [...] Continue Reading
Posted on 21 March 2013
Here is our tutorial on how to play your Playstation 1 (PSX/PSOne) games on your PSP. There are two steps to the process. 1. Making a PSX ISO which we will later convert to an eboot (Skip this is you already have a PSX.iso) 2. Converting the ISO to an eboot. And making it look [...] Continue Reading
Posted on 21 March 2013
Every one has a favorites list of games from their childhood and I’m no different. Being a child of the 80s I played a lot of Nintendo, a whole lot. The following is my top 25 games some are compulsory and some are little gems that just kept me entertained for hours. 25. Bad Dudes. [...] Continue Reading
Posted on 21 March 2013
Ever wonder how you can make shortcuts for some of those long cumbersome Linux commands? You can by making an alias for it. What is an alias? It is a shortcut, let me demonstrate. Say you want to restart Gnome Network Manager. To do that you would type the following in a terminal: sudo /etc/init.d/networking [...] Continue Reading