]> git.deb.at Git - debienna.git/blobdiff - UseFileAsSwap/index.mdwn
rfc
[debienna.git] / UseFileAsSwap / index.mdwn
index 12f8710115981c7b2c743a419b6471d9179a7553..160093b42200b4cf36092c337b600583a5b6686e 100644 (file)
@@ -1,15 +1,17 @@
-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
-}}}
\ No newline at end of file
+
+Use a File as SWAP Space
+
+
+[[!format txt """
+# 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