Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

connect to wifi with wpa_supplicant

# for raspberry pi!!!
wpa_passphrase 'MyHomeWireless' 'MyHomePassword' >> /etc/wpa_supplicant/wpa_supplicant.conf
Comment

wpa_supplicant connect to wifi

sudo nano /etc/wpa_supplicant.con

network={
    ssid="ssid_name"
    psk="password"
}
Comment

PREVIOUS NEXT
Code Example
Shell :: fastlane match update certificate 
Shell :: check number of cores in ubuntu 
Shell :: How to change default install location for pip 
Shell :: watch tail file linux 
Shell :: unzip in folder 
Shell :: cmd unzip windows 
Shell :: git installing in linux 
Shell :: how to install phpmyadmin with nginx on ubuntu 20.04 
Shell :: xcrun: error: invalid active developer path 
Shell :: get date whit batch 
Shell :: docker-compose: line 1: Not: command not found apt get 
Shell :: grep if 
Shell :: commitlint install 
Shell :: kubectl port-forward 
Shell :: delete command from history 
Shell :: how to navigate to a folder in cmd windows 10 
Shell :: How to update newer git version on ubuntu 18.04 by using command line terminal. 
Shell :: start mongodb ubuntu 
Shell :: install ubuntu on wsl 
Shell :: download a file using curl 
Shell :: echo new line to file 
Shell :: heroku cli install 
Shell :: git clone different ssh key 
Shell :: docker build from github repository 
Shell :: linux repeat command every 5 minutes 
Shell :: github download 
Shell :: git submodule 
Shell :: powershell display environment variables 
Shell :: chocolatey 
Shell :: bat restart printer spooler 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =