How To Rewrite URLs with mod_rewrite for Apache on Ubuntu 20
Prerequisites
To follow this tutorial, you will need:
One Ubuntu 16.04 server set up with this initial server setup tutorial, including a sudo non-root user and firewall.
Apache 2 installed on your server by following Step 1 of How To Install Linux,...
So to reset the root password, you still start mySQL with --skip-grant-tables options and update the user table, but how you do it has changed.
1. Stop mysql:
systemctl stop mysqld
2. Set the mySQL environment option
systemctl set-environment MYSQLD_OPTS="--skip-grant-tables"
3. Start mysql usig the options you just set
systemctl start mysqld
4. Login as...
You have multiple forms to reconnect to the same session through xrdp. I have explained two of them.
1. Is based on implementing a custom installation and uses the X11VNC software. This one is working well but requires a little bit more effort.
2. Use the xrdp package from tweak...
How To Install Linux, Apache, MySQL, PHP on Ubuntu:
Set Up
The steps in this tutorial require the user to have root privileges on your Linux.
Step 1: Install Apache
Apache is a free open source software which runs over 50% of the world’s web servers.
To install apache, open terminal and type...
Configure proxy settings like follows on Debian / Ubuntu Client.