]> git.deb.at Git - debienna.git/blobdiff - UseFileAsSwap/index.mdwn
use unix newlines everywhere
[debienna.git] / UseFileAsSwap / index.mdwn
index 12f8710115981c7b2c743a419b6471d9179a7553..5aca083355615737a91770bd7e7d466701ed12fe 100644 (file)
@@ -1,15 +1,15 @@
-Use a File as SWAP Space\r
-\r
-{{{\r
-# Create a 10M File\r
-dd if=/dev/urandom of=./xxx bs=1M count=10\r
-\r
-# Make a swap on this file\r
-/sbin/mkswap ./xxx\r
-\r
-# use this swap\r
-sudo swapon xxx\r
-\r
-# show swap\r
-cat /proc/swaps\r
+Use a File as SWAP Space
+
+{{{
+# Create a 10M File
+dd if=/dev/urandom of=./xxx bs=1M count=10
+
+# Make a swap on this file
+/sbin/mkswap ./xxx
+
+# use this swap
+sudo swapon xxx
+
+# show swap
+cat /proc/swaps
 }}}
\ No newline at end of file