Github will be the main account and bitbucket the secondary.
ssh-keygen -t rsa -C "github email"
Enter passphrase when prompted. If you see an option to save the passphrase in your keychain, do it for an easier life.
| [Unit] | |
| Description=Reload wireless lan driver after system resume | |
| After=hibernate.target suspend.target hybrid-sleep.target | |
| [Service] | |
| Type=oneshot | |
| ExecStart=/usr/sbin/modprobe -r r8712u | |
| ExecStart=/usr/sbin/modprobe r8712u | |
| [Install] |