press Alt+F2 and type gnome-terminal if you're using GUI Then type [crayon-68bdf168f294f218200315/] (To understand better: in the directory /etc you can find (nearly) all…
Use the Ubuntu Sources List Generator. Run sudo -H nautilus in terminal Find /etc/apt/sources.list Right click and open the file with a text editor…
To remove the folder with all its contents(including all interior folders): [crayon-68bdf168f2ab0809645263/] To remove all the contents of the folder(including all interior folders)…
[crayon-68bdf168f2bd2299982325/] [crayon-68bdf168f2bd5788929864/] Unix zip directory but excluded specific subdirectories (and everything within them) [crayon-68bdf168f2bd7774725153/] or [crayon-68bdf168f2bd8388121643/]
[crayon-68bdf168f2cc0493804050/] or Edit the following file as root: /etc/apache2/envvars using the command: [crayon-68bdf168f2cc2313860316/] change the user and group to yourself…
Prerequisites:- Make user Apache 2 installed on your server - How To Install Linux, Apache, MySQL, PHP (LAMP) stack on…
The /var/www folder needs to be readable by the www-data system account. Try this : [crayon-68bdf168f3051346568320/] (1) Allow Apache access…
[crayon-68bdf168f37dc930122417/] sudo apache2ctl configtest sudo ufw app list sudo nano /etc/apache2/apache2.conf Inside, at the bottom of the file, add a…