Skip to content
Archive of posts filed under the Linux category.

Script to get yourself some conkyrc files

Continuing from where we left, here is a script that can do all this for you curl http://ubuntuforums.org/showthread.php?t=281865\&page=$i | sed -n ‘/\\/pr/ p’| sed ‘// d’| sed ‘s##\n———————————–\n\n\n#’ >conkyrc dos2unix conkyrc cp conkyrc .test while [ $(wc -l .test|sed 's/[^0-9]//g’) != 0 ] do sed -n ’1,/————————/ p’ .test|sed ‘$d’ >conkyrc.$count diff .test conkyrc.$count |sed [...]

Get yourself some conkyrc files.

If you are looking for some nice conkyrc files, then you can head over to : Ubuntu Forums In this thread you can see some very nice conkyrc files with screenshots. You can browse through the thread and get the one that you like. But if you are like me and would like to download [...]

some interesting alias

For this time, I will just give you a link to to bashrc file. http://hayne.net/MacDev/Bash/aliases.bash Head over there and see some very interesting aliase’s. Related articles Bryan Quigley: Windows Cant Handle the Hardware (bryanquigley.com) semantic grep (github.com) Aliases and shortcuts (macstarter.com) Sphere: Related Content Technorati Tags: Computer file, File Management, File manager, google, grep, Linux, [...]