]> git.deb.at Git - debienna.git/blobdiff - UseFileAsSwap/index.mdwn
adding sm
[debienna.git] / UseFileAsSwap / index.mdwn
index 5aca083355615737a91770bd7e7d466701ed12fe..160093b42200b4cf36092c337b600583a5b6686e 100644 (file)
@@ -1,6 +1,8 @@
+
 Use a File as SWAP Space
 
 Use a File as SWAP Space
 
-{{{
+
+[[!format txt """
 # Create a 10M File
 dd if=/dev/urandom of=./xxx bs=1M count=10
 
 # Create a 10M File
 dd if=/dev/urandom of=./xxx bs=1M count=10
 
@@ -12,4 +14,4 @@ sudo swapon xxx
 
 # show swap
 cat /proc/swaps
 
 # show swap
 cat /proc/swaps
-}}}
\ No newline at end of file
+"""]]
\ No newline at end of file