Log in Log in to your cloud server.Log in to MySQL by running the following command: mysql -u root -p You are prompted for your MySQL root password (note that this is not the same as the Cloud Server root password). Create a new user You can create a new […]
MySQL add user phpMyAdmin
Step 1) Access Your MySQL Database Log into your Control panel Go to “Database” section Click on phpMyAdmin Step 2) Go to the wp_users table Log into your cPanel/Control panel Go to “Database” section Click on PHPMyAdmin icon Step 3) Insert a New Record in the Users Table You will […]
Docker part – 01
Basics Step 1 – Clone docker run –name repo alpine/git clone \ https://github.com/docker/getting-started.git docker cp repo:/git/getting-started/ . Step 2 – Build cd getting-started docker build -t docker101tut . Step 3 – Run docker run -d -p 80:80 \ –name docker-tutorial docker101tut Step 4 – Share // Save and share your […]
Vim Tricks
Inside Just press ESC, and followed by :Tutor from inside Vim to launch it. File Explorer Outside or inside of vim Starting With Netrw netrw-start Netrw makes reading files, writing files, browsing over a network, andlocal browsing easy! First, make sure that you have plugins enabled, soyou’ll need to have […]