How to resolve : getaddrinfo: new-hostname No address associated with hostname

Recently, we got the error “getaddrinfo: new-hostname No address associated with hostname” while working with some commands, … Read more

How to Change Hostname for Ubuntu Machine ?

Recently, we wanted to change the hostname of our Ubuntu machine, Lets, check now what is current … Read more

How to check which header belongs to which package in Ubuntu ?

In Ubuntu, there is a way to identify which header file belongs to which package so if … Read more

Create MySQL database, user and grant the permissions in Ubuntu

If you have not installed mysql server, use below command, or if you have it installed, skip … Read more

Fix : Lost Sudo user in Linux

Add “Sudo” user If somehow you Lost a “sudo” user which happened to me today, after upgrading … Read more

How to recover data / folder deleted with rm -rf ?

Today Accidentally I deleted one of my folder in ubuntu which has contained important files, but I … Read more

How to Get the Size of a Directories in Linux ?

ncdu

If you want to identify which folder in your disk is consuming more disk space, so as … Read more

How to install MySQL workbench on Ubuntu ?

OS Version

MySQL Workbench is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data … Read more