KubuntuDapperWhatStillNeedsAConsole

Differences between revisions 35 and 36
Revision 35 as of 2006-10-15 13:57:53
Size: 2572
Editor: host-84-220-98-177
Comment:
Revision 36 as of 2006-12-17 12:15:29
Size: 2620
Editor: host-84-221-103-93
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Also see ["KubuntuEdgyWhatStillNeedsAConsole"]

This page describes what in Kubuntu Dapper 6.06 LTS still needs console to make it works.

Also see ["UbuntuDapperWhatStillNeedsAConsole"] Also see ["KubuntuEdgyWhatStillNeedsAConsole"]

Mission: the primary mission for a desktop OS is to be user-friendly, and for newbie users console is NOT user-friendly, also for write very simple command.

It will be fantastic to see a distribution one day (Edgy or Edgy+1?) that will can do all these stuff via GUI

Adept

  • to add the cd or dvd in the repositary you need a sudo apt-cdrom add [http://launchpad.net/bugs/48098 #48098]

  • to install some packages that ask for a user interaction (ex. Java) you need a sudo apt-get install <package> [http://launchpad.net/bugs/37696 #37696]

  • to unlock adept because there are some packages unconfigurated due to a crash or a force-closed you need a sudo dpkg --configure -a

  • to delete a bad repositary added by mistake you need a kdesu kate /etc/apt/sources.list

  • to add a proxy you need a kdesu kate /etc/apt/apt.conf

  • to delete all .deb files downloaded you need a sudo apt-get clean

  • to add an apt key (for example Jonathan Riddell's key) you need a

    wget http://people.ubuntu.com/~jriddell/kubuntu-packages-jriddell-key.gpg

    sudo apt-key add kubuntu-packages-jriddell-key.gpg

KDE Guidance

System Services

Packages

alien (and KDE integration)

grub

  • to install it in another hard disk you need a sudo grub-install etc.

  • to modify the menu you need a kdesu kate /boot/grub/menu.lst

kdm

  • to disable theme and turn on users list in the login screen you need a kdesu kate /etc/kde3/kdm/kdmrc [http://launchpad.net/bugs/40533 #40533] or install kcontrol-kdmtheme, not in main

nvidia-glx

Network Connections

PPPoE

  • to make DSL connections, one must type sudo pppoeconf

KubuntuDapperWhatStillNeedsAConsole (last edited 2008-08-06 16:25:51 by localhost)