Snippets

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-69321c1341c6c600221225/] Setup the right permission for the files: [crayon-69321c1341c73514712719/]  

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-69321c1341dff423757480/]  

7 years ago

How To Install LAMP on Ubuntu 14.04 [Quickstart]

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

7 years ago

How To Install and Secure phpMyAdmin

Step One — Install phpMyAdmin [crayon-69321c13420f8007372717/] 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-69321c134227d224056556/] or [crayon-69321c134227f556539422/]…

8 years ago

Uninstall or Completely remove mysql from ubuntu

[crayon-69321c13423ab943377526/]  

8 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-69321c1342455670301896/] if the distribution…

8 years ago

Edit a file using comand line

press Alt+F2 and type gnome-terminal if you're using GUI Then type [crayon-69321c1342530038307705/] (To understand better: in the directory /etc you can find (nearly) all…

8 years ago