MySQL manages connections to the database server through the use of a socket file, a special kind of file that facilitates…
To remove the .html extension from your urls, you can use the following code in root/htaccess : [crayon-67a5b55b9fd46230175716/] NOTE: If…
Use free/paid SSL certificates https://www.sslforfree.com Enable SSL Module Replace 'default-ssl' with the real site name you set up in /etc/apache2/sites-available/. sudo…
Create archive of all files under public_html directory ignoring all files and folders including text backup in there named [crayon-67a5b55b9ffbf569231035/]…
To install some file *.tar.gz, you basically would do: Open a console, and go to the directory where the file…
The chown command has the following syntax: [crayon-67a5b55ba0170190496702/] So in your example command it is your primary group name you need to…
How to Save: To save in nano use "CTRL-O", then "CTRL-X". Tip: Replacing sudo nano with gksudo gedit gives you a nice graphical editor. [crayon-67a5b55ba03a6915321427/] And…
To get started, press Ctrl – Alt – T on your keyboard to open Terminal. When it opens, run the commands below…
You can review the live PHP configuration by placing a page with a phpinfo function along with your website files. To create…
Have you noticed MySQL server is now installed on Ubuntu 17.10 and 18.04 without root passwords? The root user can…