Operating Systems

Thumbnail

script for changing gnome-terminal color schemes.

2012/08/25

Earlier I had posted this. So, if you want to try all of these schemes, then you need not have to copy paste the schemes from the web page, you can try the below script. # function idleToes() { …

gnome-terminal color schemes.

2012/08/21

I was looking for a way to set the terminal colors for gnome. There is a GUI way to change the same by going to the Preferences->Colors. And then you can change the colors that you see in the color …

Thumbnail

procinfo and procinfo-ng : Get system information from /proc.

2012/08/10

Install procinfo or procinfo-ng. The procinfo contains three programs : /usr/bin/lsdev /usr/bin/procinfo /usr/bin/socklist and procinfo-ng contains :: /usr/bin/procinfo-ng The description for both of …

Music players on Linux – the poor mans random song player.

2012/07/20

If you have more applications running on your system then your system can handle them then you know what I mean when I say that the Music Players take a lot of CPU. Otherwise harmless, but when you …

unable to browse windows network with samba4

2012/05/27

I use Fedora 17 on my work laptop and thus need to connect to windows share sometimes. After I upgraded to Fedora 17 some time, I was unable to browse the windows network. I would get all kind of …

Upgrade to Fedora 17 from 16.

2012/05/15

As usual time in couple of days to upgrade to Fedora 17. Release schedule is for 05/22 and so its just around the corner. So, if you are looking at upgrading using yum, then make sure that you visit …

uptimed – keep track of your system uptime.

2012/04/02

Uptimed is an up time record daemon keeping track of the highest up times the system ever had. Uptimed has the ability to inform you of records and milestones though syslog and e-mail, and comes with …

bash prompts — some good links

2012/03/08

Here are some pretty good links on the subject. Since there are already so many blog posts, does not make sense to add one more 🙂 http://tldp.org/HOWTO/Bash-Prompt-HOWTO/c816.html …

Thumbnail

15 Linux Bash History Expansion Examples You Should Know

2012/03/02

Here is a nice link on BASH History Expansion. There are lot of examples in this page and some of them might be quite useful. But here are my list of favourites: !! This is probably the most used one …

Check out all the colors on you X window system.

2012/02/24

If you ever wondered what combination of some colors would look like but did not really feel like setting them in your xterm just to check them out. Or if you wanted to know about all the colors on …

Set gnome-shell to start in fallback mode without GUI.

2012/01/26

If you run into issues with gnome-shell then gnome-shell should allow you to disable all the plugins and get the gnome-shell. But since gnome-shell is still evolving, you might run into issue where …

Rekursive Grep on Solaris or AIX Systems without GNU egrep -r funcionality

2011/12/16

If you work regularly on a Solaris or systems which do not have the “-r” (recursive grep) for grep, then you know what a lifesaver this command can be. Here is one from command line fu: find . -type f …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it