Follow the steps
1) sudo apt-get remove dbconfig-mysql
2) sudo apt-get remove --purge mysql-server mysql-client mysql-common
1) sudo apt-get remove dbconfig-mysql
2) sudo apt-get remove --purge mysql-server mysql-client mysql-common
Tips and tutorials on Wi-Fi(802.11), Windows, Linux, PHP, MySQL, Codeigniter, Android
For accessing serial port in linux/ubuntu as a normal user,
we need to add the user to the dialout group
follow the below commands
sudo adduser second_user dialout
or
sudo adduser `whoami` dialout
iw dev wlan0 scan or
iw dev wlan0 scan ap-force
iw dev wlan0 scan
iw dev wlan0 scan | grep SSID
Add the below line to the ~/.tmux.conf setw -g mouse on save the file and exit from the tmux shell, you should be able to use your mouse to ...