Join our mailing list Subscribe Us
Posts

Install apache-ant on MAC

Apache Ant manually. To do so, you would need to: Download ant tar from  https://ant.apache.org/bindownload.cgi Decompress the .tar.gz file. Option…

Start Stop Firewall

Let us see how to stop and disable  Firewalld on a CentOS or RHEL 7.x  based system. Is firewalld running on my system? sudo firewall-cmd --state S…

Skills needed for google software engineer

Introduction So are you thinking of landing your dream job as a Software Engineer at oogle? You are at the right place :) We are going to provide you…

mysql 8.0: Reset mysql root password

Reset a MySQL root password Use the following steps to reset a MySQL root password by using the command line interface. Stop the MySQL service (Ubu…

mysql 8.0: set Root password ubuntu

1. install mysql using cmd   sudo apt install mysql-server 2. after  install connect to mysql cmd:  sudo mysql -u root 3. reset password using below …