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…

6 years ago

Setup the right permission for the directories & files

Setup the right permission for the directories: [crayon-67a5b73f099e0088611556/] Setup the right permission for the files: [crayon-67a5b73f099e7425906977/]  

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-67a5b73f09b6c782372598/]  

7 years ago

How To Install LAMP on Ubuntu 14.04 [Quickstart]

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

7 years ago

How To Install and Secure phpMyAdmin

Step One — Install phpMyAdmin [crayon-67a5b73f09e70296527009/] 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-67a5b73f0a0e5807861753/] or [crayon-67a5b73f0a0ea113685203/]…

7 years ago

Uninstall or Completely remove mysql from ubuntu

[crayon-67a5b73f0a246766117115/]  

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-67a5b73f0a352458270267/] if the distribution…

7 years ago

Edit a file using comand line

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

7 years ago