Steps to install Python 3.8 on wlanpi.
WLAN Pi build used in this writing (release 1.9.0-beta3b).
Host OS:
Linux wlanpi 4.19.66-sunxi64 #5.93.190815 SMP Thu Aug 15 23:19:53 CEST 2019 aarch64 GNU/Linux
| " global yanking with the OS clipboard | |
| set clipboard=unnamed | |
| " make the arrow keys do something useful, resize the viewports accordingly. | |
| nnoremap <Left> :vertical resize +2<CR> | |
| nnoremap <Right> :vertical resize -2<CR> | |
| nnoremap <Up> :resize -2<CR> | |
| nnoremap <Down> :resize +2<CR> | |
| syntax on " enable syntax highlighting |
Steps to install Python 3.8 on wlanpi.
WLAN Pi build used in this writing (release 1.9.0-beta3b).
Host OS:
Linux wlanpi 4.19.66-sunxi64 #5.93.190815 SMP Thu Aug 15 23:19:53 CEST 2019 aarch64 GNU/Linux
| # Obtaining your cleartext WPA2 PSK | |
| Linux: | |
| `cat /etc/NetworkManager/system-connections/<WPA2-NETOWRK>` | |
| macOS: | |
| `security find-generic-password -ga "<WPA2-NETOWRK>" | grep "password:"` |
Loading a .cs file directly from PowerShell. This was taken from Knuckle-Dragger's SO answer.
There is no compile of .cs code, just edit the -Path argument to point to your .cs file. I also had to add -Raw when I tried to do said thing outside of this exmaple.
PowerShell file
$source = Get-Content -Path "A:\basic.cs" -Raw
Add-Type -TypeDefinition "$source"
| # βββββββ βββββββββββββββββ βββ βββββββββββββββββ βββββββββββββββββββββββββββββββββββββββββ βββ βββββββ ββββββββ | |
| # ββββββββ βββββββββββββββββ βββ βββββββββββββββββ ββββββββββββββββββββββββββββββββββββββββββ βββββββββββ ββββββββ | |
| # βββ ββββββββββ βββ βββ ββ ββββββββββββ βββ ββββββββββββββ βββ βββ βββββββββ ββββββ ββββββββββββ | |
| # βββ βββββββββ βββ βββββββββββββββββββ βββ ββββββββββββββ βββ βββ ββββββββββββββββ βββββββββββ | |
| # βββββββββββββββββ βββ ββββββββββββββββ βββ ββββββββββββββββ βββ βββ ββββββ βββββββββββββββββββββββ | |
| <# | |
| .Synopsis | |
| Gets wireless NIC settings from a remote computer |
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
git config --global core.editor vim
git config --list
git config user.name
git config user.email
git help config
SoC: Rockchip RK3399
CPU: big.LITTLEοΌDual-Core Cortex-A72(up to 2.0GHz) + Quad-Core Cortex-A53(up to 1.5GHz)
RAM: Dual-Channel 4GB LPDDR4
Onboard Networking:
Ethernet: Native Gigabit Ethernet
Backup of https://fatmin.com/2014/12/02/how-to-reset-cisco-catalyst-3750-back-to-factory-defaults/ by Christopher Paquin in case it ever goes dark.
Need to reset your Cisco Catalyst 3750 back to the factory default settings? Have you forgotten your password? Well you have come to the right place. Note that I am assuming that you have already established a console connection to the switch using a Cisco serial cable (rollover cable).
First you need to power down the switch. Once the switch is powered off, hold down the mode button, and power the switch on. The switch will boot up and you should see the switch prompt as shown below.
Now type flash_init. Your output should be similar to what you see below