- Awesome
- SVG: UnDraw, Waves, Shape Dividers, Blobs and Editing
- Grabient
- Shields.IO
- Carrd
- Emoji List, Copy and Favicons
- https://tinywow.com/
Check fingerprint of local key for comparison with the registered keys on GitHub:
ssh-keygen -l -E md5 -f ~/.ssh/id_rsa.pub
Start ssh-agent, add the key and check by listing available keys:
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_github_dxc
ssh-add -l
- https://help.github.com/articles/connecting-to-github-with-ssh/
- https://gist.github.com/klodshanz/3d2f34992e1a78c9876e3be2faf8aa8e
- Erase the USB with mac DiskUtil (GUI) and select MS DOS (FAT)
- download ubuntu ISO image and convert it to DMG with
hdiutil convert -format UDRW -o ~/Downloads/ubuntu-18.04.1-desktop-amd64 ~/Downloads/ubuntu-18.04.1-desktop-amd64.iso
- Identify the USB drive with
diskutil list
- Run
diskutil unmountDisk /dev/disk2
- Run
sudo dd if=/Users/claus/Downloads/ubuntu-18.04.1-desktop-amd64.dmg of=/dev/rdisk1 bs=1m