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-66376024ac606821484161/] Setup the right permission for the files: [crayon-66376024ac60c335586237/]  

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-66376024ac76c606857292/]  

6 years ago

How To Install LAMP on Ubuntu 14.04 [Quickstart]

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

6 years ago

How To Install and Secure phpMyAdmin

Step One — Install phpMyAdmin [crayon-66376024acb4e404376968/] 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-66376024acda2969043119/] or [crayon-66376024acda7829219137/]…

6 years ago

Uninstall or Completely remove mysql from ubuntu

[crayon-66376024acf60671386890/]  

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-66376024ad0ae218907560/] if the distribution…

6 years ago

Edit a file using comand line

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

6 years ago