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 :: shell substring last characters 
Shell :: path too long while extracting zip file 
Shell :: rsync exclude empty directories 
Shell :: windows use lf instead of crlf 
Shell :: install jenkins 
Shell :: docker run commands 
Shell :: how to delete remote file locally on git 
Shell :: how to do create diff file in git 
Shell :: mysql connect another port 
Shell :: bash help 
Shell :: copy file from ssh to local windows 
Shell :: git revert to last commit on remote branch 
Shell :: Install Deno - Chocolatey (Windows) 
Shell :: instalar webmin ubuntu 20.04 
Shell :: Error: Cannot perform an interactive login from a non TTY device 
Shell :: linux how to execute a file 
Shell :: time is not updating from internet ubuntu 
Shell :: reload terminal mac zsh 
Shell :: create private repository github command line 
Shell :: git tag documentation 
Shell :: linux change password chpasswd 
Shell :: windows 10 open git bash here 
Shell :: npm install from git 
Shell :: Rename File with the rename Command 
Shell :: cat example 
Shell :: python re.sub examples 
Shell :: aws s3 change bucket region 
Shell :: shell search history 
Shell :: git rebase i 
Shell :: how to change git commit date 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =