Archive for September, 2007

Getting Familiar with the Linux Command Line

Navigating and Moving Files Around

 

The first thing you need to know about navigation the unix world is the difference between ‘/textFile.txt’ and ‘textFile.txt’. Read more »

Turn Off Gnome Animations and Hide Window Contents While Dragging

Have old hardware, slow computer or a server that requires a Gnome and want to find out how to make Gnome use less memory and other system resources? Read more »

10 Linux Shortcuts You Can’t Live Without

1. Tab

 
The most handy shortcut and time saver for the linux command line. Read more »

Adding Color and Customize the Bash Prompt (PS1)

What is the PS1?

 
The PS1 is the first thing that you see when you open a terminal. In the picture below it is the green text, ‘mark@thinktank:~$‘. The default bash PS1 only shows ‘[hostname]$ ‘. This is not very useful since you have to type ‘pwd‘ all the time just to see what directory you are in. I prefer to my current directory in the PS1. Read more »

Making GVim your Default Text Editor in Gnome

By default Gnome uses gedit for the defualt text editor. Since I am constantly writing and modifying config files and programming in scripting languages I decided to try the “programmer’s text editor”. Read more »

Mounting a Samba Share that has Spaces

It is often required to mount a shared Windows drive instead of browsing the share through nautilus or smbclient. Read more »

Speed up the Gnome Menu and Fix the Annoying Icon Delay

Recently I installed a copy of Ubuntu Feisty Fawn 7.04 on an older computer and I noticed that the Gnome menu was slow and the icons next to the menu items were taking a few seconds to load. Read more »