Highlighting the active tab in GNOME terminal
On Ubuntu, I like using the default GNOME terminal for all my command-line needs, and I’m a big fan of its tabs. One of the problems with tabs, however, is that it’s not always easy to tell which tab you’re currently in – which tab…
The Blue Screen Error
If you’ve ever experienced the blue screen error, affectionately called the “Blue Screen of Death (BSOD),” then you’ll know that it isn’t the greatest experience in the world. It usually means that there’s something somewhat seriously wrong with your system.
SSH with X11 Forwarding
If we want access to remote system then we use ssh. But what in case if we need to run some program in graphical mode?
Is i++ really faster than i = i + 1?
Anyone asking this question does mean that they are simple interested or curious to learn programming. And most of the people will answer i++ is a single instruction where as i = i + 1 contains addition and followed by assignment so i++ is faster….
How To: Download a Website in Ubuntu
Sometimes you want to create an offline copy of a site that you can take and view even without internet access. Using ‘wget‘ you can make such copy easily.
Books: Programming Interview
Interviews can be quite daunting leading to panic in everybody’s mind as the results have loads of implications for one’s life. The panic can be controlled if the interviewee has done a bit of preparation for the interview. Here are some must read books…