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
ubuntu_useful_packages_cheatsheet [2007/10/18 10:16] 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.
 +
  
  
Line 45: 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.1192727780.txt.gz · Last modified: 2007/10/18 10:16 by tkbletsc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki