Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to change the mode of network in kali from monitor to default

sudo ifconfig wlan0 down      (wlan0 is network card name fing yours using ifconfig)
sudo iwconfig wlan0 mode managed 
sudo ifconfig wlan0 up
sudo service network-manager restart
Comment

PREVIOUS NEXT
Code Example
Shell :: cp alternative with speed and progress 
Shell :: view in linux 
Shell :: sbatch how submitted location using jobid 
Shell :: pycharm ubuntu freeze keyboard 
Shell :: how to add kali and root to my username.txt file 
Shell :: bash special format specifier 
Shell :: ubuntu sed insert line after 
Shell :: sqlmap enumerate table content 
Shell :: copy specific files only from directories 
Shell :: how to install any new frameworks or libraries in centos 
Shell :: install conky system monitor and conky manager 
Shell :: sending to git 
Shell :: how to install googlemaps for aws sam local 
Shell :: git unable to track file rename 
Shell :: réinstaller interface graphique debian 
Shell :: pick yarn version 
Shell :: mac cleanup github 
Shell :: asdf node fingerprint 
Shell :: on in get first two digit start with two numbers c# 
Shell :: install dot-prop 
Shell :: linux history unique commands 
Shell :: bash how to find all pdf file in subdir and copy 
Shell :: pacman export package list 
Shell :: Oops… I committed all those changes to the master branch 
Shell :: ASUS Router NVRAM script 
Shell :: bash: cd: too many arguments 
Shell :: grep -c flag 
Shell :: linux find folder and exec du 
Shell :: psh reverse shell 
Shell :: thunderbird reply 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =