TeddyPessagno

Revision 4 as of 2007-05-03 03:08:13

Clear message

Teddy Pessagno

Email: MailTo(teddypessagno AT verizon DOT com)

...


CategoryHomepage


#Links that have worked for me.

Of course there is http://ubuntuguide.org/wiki/Ubuntu:Feistythis is were I get started.

Next I go to http://www.getautomatix.com/wiki/index.php?title=Main_Page and look around.


Code


To stop having to put in the CD for updates and upgrades

sudo perl -pi -e 's|deb cdrom|\# deb cdrom|g' /etc/apt/sources.list

To install Kubuntu-desktop (I like this better)

sudo aptitude install kubuntu-desktop


Shell


sudo apt-get install zsh

sudo apt-get install tcsh

Enjoy life and switch to zsh. To do so, after installing zsh.

issue the command:

chsh -s /bin/zsh

to switch to tcsh, issue

chsh -s /bin/tcsh

and to change back to bash, issue

chsh -s /bin/bash