You are here |
blog.rogs.me | ||
| | | |
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 | |
| | | |
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... | |
| | | |
markozivanovic.com
|
|
| | | | Marko Zivanovic is a programmer, technologist, and one hell of a guy. He loves to learn new programming languages and enjoys long walks on the beach. | |
| | | |
janakiev.com
|
|
| | Are you working with Jupyter Notebook and Python? Do you also want to benefit from virtual environments? In this tutorial you will see how to do just that with Anaconda or Virtualenv/venv. |