apt-get update

In a nutshell, apt-get update doesn't actually install new versions of software. Instead, it updates the package lists for upgrades for packages…

7 years ago

Setup the right permission for the directories & files

Setup the right permission for the directories: [crayon-68bdf0696bc94481894483/] Setup the right permission for the files: [crayon-68bdf0696bc9b694652418/]  

7 years ago

Install cURL in your PHP installation

First Install CURL by typing sudo apt-get install curl Then Restart Apache by typing sudo service apache2 restart Then Install PHP5 CURL…

7 years ago

Remove Apache, MySQL and PHP 7 on Ubuntu Xenial #php #ubuntu #lamp

[crayon-68bdf0696be5c729929147/]  

7 years ago

How To Install LAMP on Ubuntu 14.04 [Quickstart]

Step 1: Update apt-get package lists [crayon-68bdf0696bffb449763753/] Step 2: Install Apache, MySQL, and PHP packages [crayon-68bdf0696c000503900929/] When prompted, set and…

7 years ago

How To Install and Secure phpMyAdmin

Step One — Install phpMyAdmin [crayon-68bdf0696c2bb806329005/] This will ask you a few questions in order to configure your installation correctly.…

7 years ago

Reset MySQL root password

You can't view the hashed password; the only thing you can do is reset it! Stop MySQL: [crayon-68bdf0696c589199731593/] or [crayon-68bdf0696c58f143591938/]…

7 years ago

Uninstall or Completely remove mysql from ubuntu

[crayon-68bdf0696c9cd512101680/]  

7 years ago

Guide to Kill, Pkill and Killall Commands to Terminate a Process

Linux Operating System comes with Kill command to terminate a process. The command makes it possible to continue running the…

7 years ago

How to Fix Ubuntu/Debian apt-get 404 Not Found Repository Errors

Distribution Upgrade The most simple solution is to upgrade your Ubuntu instance to the newest release: [crayon-68bdf0696d0bc586771062/] if the distribution…

7 years ago