create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
## setting up | |
vkmc@havana:/opt/stack/marconi$ virtualenv marconi | |
New python executable in marconi/bin/python | |
Installing distribute..............................................................................................................................................................................................done. | |
Installing pip...............done. | |
vkmc@havana:/opt/stack/marconi$ source marconi/bin/activate | |
(marconi)vkmc@havana:/opt/stack/marconi$ python setup.py develop | |
running develop | |
running egg_info |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
#!/bin/bash | |
## Derives from: http://giovannitorres.me/create-a-linux-lab-on-kvm-using-cloud-images.html | |
## Assumes you have a xenial cloud image in $DIR below, via e.g. | |
# wget https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img | |
# Take one argument from the commandline: VM name | |
if ! [ $# -eq 1 ]; then | |
echo "Usage: $0 <node-name>" |
As configured in my dotfiles.
start new:
tmux
start new with session name: