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…

6 years ago

Setup the right permission for the directories & files

Setup the right permission for the directories: [crayon-6636ae63d7cc6493326013/] Setup the right permission for the files: [crayon-6636ae63d7ccc725710681/]  

6 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…

6 years ago

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

[crayon-6636ae63d7e7b166500586/]  

6 years ago

How To Install LAMP on Ubuntu 14.04 [Quickstart]

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

6 years ago

How To Install and Secure phpMyAdmin

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

6 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-6636ae63d84cd885074728/] or [crayon-6636ae63d84d3398264923/]…

6 years ago

Uninstall or Completely remove mysql from ubuntu

[crayon-6636ae63d8714239749202/]  

6 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…

6 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-6636ae63d8afa050459600/] if the distribution…

6 years ago