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,...
Kernel-based Virtual Machine (KVM) is a virtualization module for the Linux kernel that turns it into a hypervisor. How can I install KVM with bridged networking, setup guest operating system as the back-end virtualization technology for non-graphic Ubuntu Linux 16.04 LTS server?
You can use KVM to run multiple operating...
On a debug site I would recommend uncommenting the following lines in the file settings.php.
nano sites/default/settings.php
if (file_exists(__DIR__ . '/settings.local.php')) {
include __DIR__ . '/settings.local.php';
}
In addition to adding the next setting:
$config = 'verbose';
It also adds a few other settings which will help you in debugging and making development easier. If you don't want...
For example debian 9
$ ssh -Vxx
SSH protocols 1.5/2.0, OpenSSL 0x0090700f
So what the hell is it? What’s causing it? Well, a modern operating system like Debian Jessie are packaged with OpenSSH 6.7 or newer – and OpenSSH 6.7 disables some ciphers, as per changelog http://www.openssh.com/txt/release-6.7 ...
We have got this message below when trying to connect via SSH.
WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!