- Issue "wifi-menu" as root(a few seconds of scanning will take place)
- A menu of broadcasted SSIDs will be displayed where you select your wireless network(See below for non-broadcasted SSIDs)
- Enter the credentials which will create a profile in "/etc/netctl"(0600 mode owned by root)
- With 'netctl' now in-use on Arch Linux, you can say "netctl enable <SSID>" as superuser to start WiFi on boot.(adds a link to 'systemd' profiles that multi-user wants)
Bits of babble, colossal conundrums, and everything in between... This is a speck of knowledge on technology discussing aspects of networking, design, and system administration.
Monday, May 2, 2016
WPA/WPA2 configuration in Arch Linux on Raspberry Pi
With current Arch Linux on Raspberry Pi 1/2/3, configuring WiFi for WPA/WPA2 is as quick as:
Thursday, April 28, 2016
A few cool things I've learned about Python:
- "pylint somefile.py" - Great way to score your code against PEP8 style guide(pylint.org)
- "pydoc -w yourmodule" - Generates HTML formatting for your module from your docstrings
- Pillow is the current fork of module PIL(Python Imaging Library) which is good for image manipulation and can be used in combination with tkinter(Python 3) to rapidly prototype displays/GUIs
Subscribe to:
Posts (Atom)