]> git.parisson.com Git - yomguy-tools.git/commitdiff
update tips
authoryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Thu, 25 Nov 2010 13:24:51 +0000 (13:24 +0000)
committeryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Thu, 25 Nov 2010 13:24:51 +0000 (13:24 +0000)
git-svn-id: http://svn.parisson.org/svn/tools/trunk@125 457c0346-1240-4656-8a5a-9edca8063506

tips/tips.html
tips/tips.txt

index a1276cc75ee3705dd31b2a7475cd8d8a180f98d0..29ff2ee319466831cab6eacf41a5c0fc8b0f7c8b 100644 (file)
@@ -1167,7 +1167,7 @@ data 15 Go XFS
 root 5 Go XFS
 home 10 Go XFS
 </pre>
-<p>Master machine system /dev/sda to USB external Ghost /dev/sdb:</p>
+<p>Master machine system /dev/sda to USB external Ghost /dev/sdb:</p>
 <pre class="literal-block">
 su
 mkdir /mnt/root
@@ -1183,11 +1183,11 @@ sync
 umount /mnt/root/home
 umount /mnt/root
 </pre>
-<p>Live Install ISO on USB Disk /dev/sdb BOOT
-Ghost on USB Disk /dev/sdc
-# Destination SSD /dev/sda</p>
-<blockquote>
-<p>(AUTO)
+<p>Live Install ISO on USB Disk /dev/sdb BOOT
+Ghost on USB Disk /dev/sdc
+Destination SSD /dev/sda:</p>
+<pre class="literal-block">
+(AUTO)
 mkdir /mnt/root
 mount /dev/sda1 /mnt/root
 mount /dev/sda2 /mnt/root/home
@@ -1199,11 +1199,13 @@ umount  /media/disk-1/
 mount -o bind /dev /mnt/root/dev
 mount -t proc none /mnt/root/proc
 chroot /mnt/root/
-ls /dev/disk/by-uuid</p>
-<p>(MANU)
+ls /dev/disk/by-uuid
+
+(MANU)
 nano /etc/fstab
-(edit to get right UUID, save)</p>
-<p>(AUTO)
+(edit to get right UUID, save)
+
+(AUTO)
 grub install /dev/sda
 update-grub
 exit
@@ -1211,10 +1213,10 @@ umount /mnt/root/proc
 umount /mnt/root/dev
 umount /mnt/root/home
 umount /mnt/root
-reboot</p>
-</blockquote>
+reboot
+</pre>
 <dl class="docutils">
-<dt># or ?::</dt>
+<dt>OR ?::</dt>
 <dd><dl class="first docutils">
 <dt>grub-install /dev/sda</dt>
 <dd>grub
@@ -1228,12 +1230,12 @@ Definition list ends without a blank line; unexpected unindent.</div>
 </dd>
 </dl>
 <p><a class="reference external" href="http://linux.derkeiler.com/Mailing-Lists/Debian/2008-05/msg01890.html">http://linux.derkeiler.com/Mailing-Lists/Debian/2008-05/msg01890.html</a></p>
-<dl class="docutils">
-<dt># keep your packages::</dt>
-<dd>sudo dpkg --get-selections &gt; packages.txt
+<p>keep your packages:</p>
+<pre class="literal-block">
+sudo dpkg --get-selections &gt; packages.txt
 sudo dpkg --set-selections &lt; packages.txt
-sudo apt-get dselect-upgrade</dd>
-</dl>
+sudo apt-get dselect-upgrade
+</pre>
 </div>
 <div class="section" id="amarok">
 <h1>AMAROK</h1>
@@ -1374,27 +1376,11 @@ funionfs -o dirs=1001:mama -o allow_other NONE media
 </div>
 <div class="section" id="icedove">
 <h1>ICEDOVE</h1>
-<div class="system-message">
-<p class="system-message-title">System Message: WARNING/2 (<tt class="docutils">tips.txt</tt>, line 1171)</p>
-<p>Title underline too short.</p>
-<pre class="literal-block">
-ICEDOVE
-======
-</pre>
-</div>
 <p>user_pref(&quot;network.protocol-handler.app.http&quot;, &quot;/usr/bin/google-chrome&quot;);
 user_pref(&quot;network.protocol-handler.app.https&quot;, &quot;/usr/bin/google-chrome&quot;);</p>
 </div>
 <div class="section" id="postfix">
 <h1>POSTFIX</h1>
-<div class="system-message">
-<p class="system-message-title">System Message: WARNING/2 (<tt class="docutils">tips.txt</tt>, line 1177)</p>
-<p>Title underline too short.</p>
-<pre class="literal-block">
-POSTFIX
-======
-</pre>
-</div>
 <p>postqueue -p
 postcat -q 9DF7520804A</p>
 </div>
@@ -1422,21 +1408,13 @@ Xorg -config xorg.conf.new</p>
 </div>
 <div class="section" id="swap-clean">
 <h1>SWAP (clean)</h1>
-<div class="system-message">
-<p class="system-message-title">System Message: WARNING/2 (<tt class="docutils">tips.txt</tt>, line 1214)</p>
-<p>Title underline too short.</p>
-<pre class="literal-block">
-SWAP (clean)
-===========
-</pre>
-</div>
 <p>sudo swapoff -a &amp;&amp; sudo swapon -a</p>
 </div>
 </div>
 <div class="footer">
 <hr class="footer" />
 <a class="reference external" href="tips.txt">View document source</a>.
-Generated on: 2010-11-25 13:20 UTC.
+Generated on: 2010-11-25 13:24 UTC.
 Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
 
 </div>
index 3544abad1d3e1c0b5fa17c1d6cfefcfd89fc2a84..dacce4ab84d5e5ae8706be95ef9a4e4e13d4f941 100644 (file)
@@ -956,7 +956,7 @@ USB Disk on /dev/sdb::
     root 5 Go XFS
     home 10 Go XFS
    
-Master machine system /dev/sda to USB external Ghost /dev/sdb::
+Master machine system /dev/sda to USB external Ghost /dev/sdb::
 
     su
     mkdir /mnt/root
@@ -972,9 +972,9 @@ USB Disk on /dev/sdb::
     umount /mnt/root/home
     umount /mnt/root
 
-Live Install ISO on USB Disk /dev/sdb BOOT
-Ghost on USB Disk /dev/sdc
-# Destination SSD /dev/sda
+Live Install ISO on USB Disk /dev/sdb BOOT
+Ghost on USB Disk /dev/sdc
+Destination SSD /dev/sda::
 
     (AUTO)
     mkdir /mnt/root
@@ -1005,7 +1005,7 @@ USB Disk on /dev/sdb::
     reboot
 
 
-# or ?::
+OR ?::
     grub-install /dev/sda
         grub
         root (hd0,1)
@@ -1014,11 +1014,13 @@ USB Disk on /dev/sdb::
 
 http://linux.derkeiler.com/Mailing-Lists/Debian/2008-05/msg01890.html
 
-# keep your packages::
+keep your packages::
+
     sudo dpkg --get-selections > packages.txt
     sudo dpkg --set-selections < packages.txt
     sudo apt-get dselect-upgrade
 
+
 AMAROK
 =======
 libxine1-ffmpeg
@@ -1168,13 +1170,13 @@ merge multiple dirs ::
 
 
 ICEDOVE
-======
+========
 user_pref("network.protocol-handler.app.http", "/usr/bin/google-chrome");
 user_pref("network.protocol-handler.app.https", "/usr/bin/google-chrome");
 
 
 POSTFIX
-======
+========
 postqueue -p
 postcat -q 9DF7520804A
 
@@ -1188,6 +1190,7 @@ Xorg
 Xorg -configure
 Xorg -config xorg.conf.new
 
+
 GIT
 ===
 
@@ -1211,7 +1214,7 @@ $ git push upload master
 
 
 SWAP (clean)
-===========
+================
 sudo swapoff -a && sudo swapon -a