Linux

configure firewall – the easy way.

2013/04/24

It is good practice to keep iptables/firewall enabled. But configuring it is difficult, do you agree. Not any more 🙂 Install firewall-config sudo yum install firewall-config This will install a GUI …

ss – anothre utility to investigate sockets.

2013/04/11

ss is : […] ss is used to dump socket statistics. It allows showing information similar to netstat. It can display more TCP and state informationsthan other tools. […] This comes in …

Thumbnail

steam on Linux – for Fedora

2013/02/22

 I was trying to get steam on linux on my Fedora box. Headed over to steam website, but was astonished to find only Ubuntu client over there. A little googling presented me with the developer website …

Thumbnail

Allow incoming/outgoing ports on iptables

2012/11/27

Last couple of years, I just used to disable iptables on my system, this time I decided not to disable it and keep it enabled. So far so good, now comes the tricky part, I have http server enabled on …

Thumbnail

Xnest – XDMCP protocol and virtual DM

2012/10/22

XDMCP is protocol that allows remote connections and provides you with a working Display Manager like KDE, GNome, et al. Its a remote connection protocol that is mostly enabled on Solaris and disabled …

Ubuntu – Really force remove a package.

2012/09/17

I was trying to remove a package on one of the Ubuntu installations the other day and was not able to do so. I tried google and tried all the options mentioned in various forums like “-f”, purge, …

using iTerm color schmes with gnome-terminal.

2012/08/29

Found this great page and thought of sharing this: http://www.sharms.org/blog/2012/08/using-iterm-2-themes-with-gnome-terminal/ When using this, you will need to install : …

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 …

Ubuntu setup – post installation script

2012/07/03

If you have done a new installation of Ubuntu or Fedora, then yuou know you have to search all kind of blogs to find out what all to install. So, here is a easier way to do that. Just run this script, …


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