Gnome Shell – Your Next Desktop Environment

gnome-shell-menu-smallSince the release of KDE4, a major overhaul of the KDE desktop, there’s been some grumbling among the Gnome community about if and when Gnome would have a major overhaul. Well with Gnome 3 we’ll have it in the form of Gnome Shell. It pretty much replaces the panel and window manager in a normal Gnome installation with a fully composited environment with some great new functionality.

8 Useful and Interesting Bash Prompts

bachprompts-mainMany people don’t think of their command prompt as a particularly useful thing, or even pay it much attention. To me, this is a bit of a shame, as a useful prompt can change the way you use the command line. Well I’ve scoured the Interwebs looking for the best, most useful, or sometimes most amusing bash prompts. Here, in no particular order, are the ones I’d be most likely to use on my computers.

Note – to use any of these prompts, you can copy & paste the “PS1=” line directly into your terminal. To make the change permanent, paste the line to the end of your ~/.bashrc file.

Mastering the Bash History

bash-history-terminalThe Bourne Again Shell, better known as bash, is the default for most Linux distributions. It’s extremely powerful as far as command shells go, and holds all kinds of nifty tricks for those willing to learn. One of the best features is, in my opinion, the command history system.

There are many options to use with the bash history, some of them I use nearly every time I open a command shell. Today I’ll be covering some of the most useful aspects of the history, but I certainly won’t be able to cover them all.

Making The Linux Command Line A Little Friendlier

Console iconOne thing that gets debated over and over in Linux is the need for the command line. Many say that you should never need to access a command prompt to get things done, others are of the opinion that the power of the Linux shell is one of the things that makes Linux so great. While I would fall into the latter category, I can certainly understand why people can get frustrated with having to learn complex and seemingly obscure commands to get their computer to work right. Even if you hate the command line, you often have no choice but to open it once in a while to get the job done. Today, we’ll be covering various ways to make it a little easier to navigate.

1