How do I set up xrdp session that reuses an existing session?
Have been trying to set up an RDP terminal server on precise using...
Find the file called: php.ini on your server and follow below steps
With apache2 and php5 installed you need to make three changes in the...
As of Ubuntu 11, there is no longer a ia32-libs ensemble. Because of this, old x64 packages will stop to be available on their...
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...
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...



