Skip to content
Archive of entries posted on November 2011

Linux hardware details.

Here is one of the scripts that I found on the net while searching for something … Note the URL for the script in the Description. #!/bin/bash – #=============================================================================== # # FILE: linux_hw.sh # # USAGE: ./linux_hw.sh # # DESCRIPTION: http://www.howtogeek.com/howto/solaris/get-the-processor-type-on-solaris/ # # OPTIONS: — # REQUIREMENTS: — # BUGS: — # NOTES: — # [...]

Internet tools useful to find Jobs

Internet tools useful to find a job The current economic situation makes the competition between applicants for open positions harder than it has ever been before. Therefore, if you are looking to get a new job, it is important you use all possibilities offered by Internet in the best possible way. The best way to [...]

quadkonsole – multiple consoles to make your life easier

First lets install quadkonsole: yum install quadkonsole Now, to launch the quadkonsole, just type quadkonsole in the run box (appears with Alt+F2). You will by default see 4 console windows in single window but you can change that with command line options like so: quadkonsole –rows 4 –columns 4 This will initiate windows with 16 [...]