|
You are here |
blog.rogs.me | ||
| | | | |
whatibroke.com
|
|
| | | | | Here are all the commands required condensed into a single script (thanks Copilot): #!/bin/bash USB_MOUNT="/media/usb" SWAPFILE="$USB_MOUNT/swapfile" # Check if USB drive is mounted if mountpoint -q "$USB_MOUNT"; then echo "USB drive found at $USB_MOUNT." # Check if swap file exists if [ -f "$SWAPFILE" ]; then echo "Swap file already exists at $SWAPFILE." else echo... | |
| | | | |
dnsmichi.at
|
|
| | | | | In 2009, I created legendiary.at [https://www.legendiary.at/2009/03/23/int-mainint-argc-char-argv/] as blog platform. Ranging from technology insights, rambling about Linux and Windows problems, and some insights into LEGO building, this contains lots of history. I've lost track a bit in the past years, also with publishing | |
| | | | |
rogs.me
|
|
| | | | | ||
| | | | |
www.diegofreijo.com
|
|
| | | An explanation from scratch on how to configure this great stack. | ||