Penguin
Diff: InstallFestCheckList
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of InstallFestCheckList.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 7 Last edited on Friday, May 6, 2005 11:15:34 am by CraigBox
Older page: version 6 Last edited on Thursday, May 5, 2005 11:45:32 pm by CraigBox Revert
@@ -1,4 +1,23 @@
+!!Checklist  
+  
+<pre>  
+Is all my data backed up?  
+Has my install successfully completed?  
+Does my graphics output look OK?  
+Does my modem work?  
+Does sound work?  
+Can I dual boot Windows and Linux (if applicable?)  
+Have I installed the updates?  
+Do I know how to keep my machine up to date in future?  
+Have I been shown how to launch all the applications?  
+Have I been shown how to look for help?  
+Am I aware of all the WLUG resources (wiki, mailing list, etc)  
+</pre>  
+  
+  
+-----  
+  
 Based on the [automate script for new Hoary users|http://www.ubuntuforums.org/showthread.php?t=22646], I propose on all Hoary installations at the Installfest, we do: 
  
 These lines in /etc/apt/sources.list: 
  
@@ -41,22 +60,4 @@
 ; __CD Writing__ : gnomebaker 
 ; __FTP__: gftp 
 ; __Skype__ : ? 
 ; __Beagle__ : beagle (drags in lots of -dev, use sparingly) 
-----  
-!Footnote  
-  
-To legally and properly install Java 1.5:  
-  
-Download jre-1_5_0_03-linux-i586.bin from http://java.sun.com/j2se/1.5.0/download.jsp  
-  
-<pre>  
-% sudo apt-get install java-package fakeroot  
-% fakeroot make-jpkg jre-1_5_0_03-linux-i586.bin  
-% sudo dpkg -i (output file)  
-</pre>  
-  
-And then to link the plugin...  
-  
-<pre>  
-% sudo ln -s /usr/lib/j2re1.5-sun/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla-firefox/plugins/  
-</pre>