TeddyPessagno

Differences between revisions 5 and 6
Revision 5 as of 2007-05-03 21:06:04
Size: 905
Editor: pool-71-125-167-157
Comment:
Revision 6 as of 2008-02-28 02:17:46
Size: 146
Editor: pool-71-179-28-150
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
#Links that have worked for me.

Of course there is http://ubuntuguide.org/wiki/Ubuntu:Feisty this 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

TeddyPessagno (last edited 2008-08-06 16:35:03 by localhost)