projects
/
debienna.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Thema hinzugefügt
[debienna.git]
/
UseFileAsSwap
/
index.mdwn
diff --git
a/UseFileAsSwap/index.mdwn
b/UseFileAsSwap/index.mdwn
index
5aca083
..
160093b
100644
(file)
--- a/
UseFileAsSwap/index.mdwn
+++ b/
UseFileAsSwap/index.mdwn
@@
-1,6
+1,8
@@
+
Use a File as SWAP Space
-{{{
+
+[[!format txt """
# 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
-}}}
\ No newline at end of file
+"""]]
\ No newline at end of file