I hereby claim:
- I am beforeyouknowit on github.
- I am beforeyouknowit (https://keybase.io/beforeyouknowit) on keybase.
- I have a public key ASBUIXwLDygiRizoVG1Zurg3S10ErPqpzE9Q8kBRvA8SxAo
To claim this, I am signing this object:
| #!/bin/bash | |
| # ZeroTier LXC TUN setup script for Proxmox 9 | |
| # Stops container, sets up /dev/net/tun, updates config, restarts container | |
| # This fixes the ZeroTier error: | |
| # "ERROR: unable to configure virtual network port: could not open TUN/TAP device: No such file or directory" | |
| read -p "Enter the container ID (CTID): " CTID | |
| # Stop the container | |
| echo "Stopping container $CTID..." |
I hereby claim:
To claim this, I am signing this object:
| # Ashley's Jekyll "jnpost" New Post script, based heavily on: | |
| # http://nateeagle.com/2011/09/21/easier-post-creation-for-jekyll-with-bash/ | |
| # This is intended to be run from the base of your Jekyll folder, NOT from within the _posts folder. | |
| # On Mac, copy this 'jnpost` executable shell script into your /usr/local/bin folder, and chmod it to 700. | |
| # Configuration | |
| author="Firstname Lastname" | |
| editor="subl" | |
| # Presumed to have Sublime Text 2 or 3 installed with "subl" bash script in /usr/local/bin/ |
For this tutorial you will need:
ubilinux. YMMV with other linux distros.| <!doctype html> | |
| <html> | |
| <head> | |
| <title>hmmm</title> | |
| <style> | |
| html, body { background: #377; font-family: monospace; color: #fff; } | |
| </style> | |
| </head> | |
| <body> |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |