I hereby claim:
- I am morley93 on github.
- I am johnmorley1993 (https://keybase.io/johnmorley1993) on keybase.
- I have a public key ASDgUjoMd-qyOJ76lmba0c7VslOwNevqJbTlxZpVKRTukwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # Mouse settings | |
| set -g mouse on | |
| # Scroll faster than line-by-line | |
| bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" \ | |
| "send-keys -M; send-keys -M; send-keys -M; send-keys -M" \ | |
| "if -Ft= '#{pane_in_mode}' 'send-keys -M; send-keys -M; send-keys -M; send-keys -M' \ | |
| 'copy-mode -e; send-keys -M; send-keys -M; send-keys -M; send-keys -M'" | |
| bind -n WheelDownPane if-shell -F -t = "#{mouse_any_flag}" \ | |
| "send-keys -M; send-keys -M; send-keys -M; send-keys -M" \ |
| #!/bin/sh | |
| # Creates some users from a file with a default password | |
| xargs -n1 sudo useradd -g users -m -s /bin/bash < $1 | |
| xargs -n1 -I{} echo "{}:Password1" < users.txt | sudo chpasswd |
This is how you can take an OpenVPN .ovpn config file and extract the certificates/keys required to import the profile into NetworkManager.
| -auth optional pam_gnome_keyring.so | |
| -session optional pam_gnome_keyring.so auto_start |