Problem: No wireless network When executing lshw in terminal it shows: *-network UNCLAIMED description: Network controller product: QCA9565 / AR9565 Wireless Network Adapter vendor: Qualcomm Atheros Solution: Know you current kernel by executing the following command: uname -r It will return…
Automatic Backup of MySQL Database
If you are a developer or even owner of a company, you always want assurance that your data is safe. Of course there is no other way than backing up your database. But the question is, how often you need…
Cannot install software in Ubuntu due to unsupported version
The reason why you can’t install software is maybe because you are using old ubuntu versions in which software and security updates is not supported anymore. Below are the steps to enable software installation: Open terminal by going to Applications…
Determine what MySQL Server is running
Definition of Terms: MySQL Server = refers to the mysql server that was installed using Ubuntu Software Center/Synaptic Package Manager. The one that can be started using “sudo /etc/init.d/mysql start” or “sudo /etc/init.d/mysqld start” Lampp MySQL = refers to the mysql server…
How to create a new blank file in Nautilus 3.6?
I recently upgraded my Ubuntu 12.10 to Ubuntu 13.04 and the nautilus was also upgraded. Now the problem is when creating new file or blank file using right click, there is no option other than creation of new folder. The…