My Bucketlist
- get a tatoo
- ride the route 66 with my wife
- Visit Hawaii 🎉
- Blue Water sail for some weeks (I'll repeat this!!!)
- travel pacifica (marcesas, tonga, asia)
- see Sydney / (was not worth it)
- show Singapore to my familiy
- sabatical under sail
My Bucketlist
The access Token can be created on the github site under Account Settings -> Developer Settings -> Personal Access token In Sublime go to Preferences / Package Settings / Gist / Settings-User and put in your token and GitHub UID as per below example
{
"token": "n",
"include_users": ["GitHub_UID"]
}
A RasPi ToGo environment, works with any mobile system (even phone) as well as with my MacBook. Initial thought really was to have something Kubernetes to use as demo in meetings or talks. So far this is a Kubernetes with WiFi accesspoint. I'll take this gist to track my experiences with this :)
Hardware used
see freecodecamp.org
brew cask install iterm zsh
if on an actuall mac Os (catalina) zsh is not required
for better zsh configuration, install Oh My Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
You can back up your data to external storage connected to your Mac or available in your network. You can use the command to add your backup location for a shared Mac:
tmutil setdestination –a smb://<user>:<passoword>@<ip address>:/<backup hard drive name>
To add an external drive as a backup location:
tmutil setdestination –a /Volumes/backupdrive
I upgraded macOS to the next major version and I had to search for how to re-enable password-less sudo’ing again (a real déjà vu, doing this every update,... so finally wrote it down where I find it :O)
sudo visudo