The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
- Image from https://www.archlinux.org/
The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
| #!/usr/bin/env ruby | |
| wan_iface = '<wifi network interface>' | |
| vpn_name = '<vpn connection name in NetworkManager>' | |
| trusted_ssids = ['<trusted>', '<wifi SSIDs>'] | |
| ssid = `iwgetid -r`.chomp | |
| interface, status = ARGV[0..1] | |
| exit unless interface == wan_iface |
| ### Keybase proof | |
| I hereby claim: | |
| * I am rfwatson on github. | |
| * I am rfwatson (https://keybase.io/rfwatson) on keybase. | |
| * I have a public key whose fingerprint is 87F0 6D39 E177 D8B0 0C41 2346 7DC7 8C85 0B9C 15C8 | |
| To claim this, I am signing this object: |
| <!DOCTYPE> | |
| <html> | |
| <head> | |
| <title>My web page</title> | |
| <script src="//content.jwplatform.com/libraries/YOUR_PERSONAL_JWPLAYER_CODE_HERE.js"></script> | |
| </head> | |
| <body> | |
| <h1>My Mixlr player!</h1> | |
| <div id="player"></div> |
| <!DOCTYPE> | |
| <html> | |
| <head> | |
| <title>My web page</title> | |
| <script src="//content.jwplatform.com/libraries/YOUR_PERSONAL_JWPLAYER_CODE_HERE.js"></script> | |
| </head> | |
| <body> | |
| <h1>My Mixlr player!</h1> | |
| </body> | |
| </html> |
| <!DOCTYPE> | |
| <html> | |
| <head> | |
| <title>My web page</title> | |
| </head> | |
| <body> | |
| <h1>My Mixlr player!</h1> | |
| </body> | |
| </html> |
| blah |