Skip to content

Instantly share code, notes, and snippets.

View pekosoG's full-sized avatar
🛰️
Focusing

Israel García pekosoG

🛰️
Focusing
View GitHub Profile
commands:
01_swapmem_step:
command: sudo /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024
ignoreErrors: true
test: test ! -f .swapmem
02_swapmem_step:
command: sudo /sbin/mkswap /var/swap.1
ignoreErrors: true
test: test ! -f .swapmem
03_swapmem_step: