User Tools

Site Tools


ubuntu_useful_packages_cheatsheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu_useful_packages_cheatsheet [2007/10/18 10:15] tkbletscubuntu_useful_packages_cheatsheet [2007/10/18 10:18] (current) tkbletsc
Line 28: Line 28:
   * sun-java6-jdk: Install the Sun JDK 6.0 without using their crappy installer   * sun-java6-jdk: Install the Sun JDK 6.0 without using their crappy installer
   * celestia: Fly around an accurate 3D simulation of the universe as we know it.   * celestia: Fly around an accurate 3D simulation of the universe as we know it.
 +
 +
  
 ==== For special purposes ==== ==== For special purposes ====
 === KDE === === KDE ===
-  * kubuntu-desktop (so we can support KDE as well as GNOME)+  * kubuntu-desktop: turns Ubuntu into hybrid Ubuntu+Kubuntu (installs KDE and friends) 
 +To make KDE your windowing system, choose "Options | Sessions | KDE" from the login screen, and "Make Default" when prompted.
  
 === NIS (also known as YP) === === NIS (also known as YP) ===
Line 43: Line 46:
   * nfs-common (if not already installed - without it, NFS will work, but with long timeouts due to locks not working)   * nfs-common (if not already installed - without it, NFS will work, but with long timeouts due to locks not working)
 To set up a boot-time mount: To set up a boot-time mount:
-    * ''# mkdir /mymount'' +  # mkdir /mymount 
-    * ''# TextEditorOfYourChoice /etc/fstab''       and insert the following line: +  # TextEditorOfYourChoice /etc/fstab       (insert the following line) 
-      * ''nfs-server.site.com:/remotemount        /mymount    nfs     defaults        0 0'' +      nfs-server.site.com:/remotemount   /mymount    nfs     defaults        0 0 
-    * ''# mount /mymount'' +  # mount /mymount 
-    * ''# ls /mymount''     (verify that the content is present)+  # ls /mymount
  
 === FORTRAN === === FORTRAN ===
ubuntu_useful_packages_cheatsheet.txt · Last modified: 2007/10/18 10:18 by tkbletsc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki