Related Posts
If you're looking for lines matching in files, my favorite command is: grep -Hrn 'search…
To add a swap-partition instead of swap-file: blkid /dev/sdax (get UUID) mkswap /dev/sdax (format swap…
Swap is a space on a disk that is used when the amount of physical…