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...
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 php.ini file. First open the file for editing, e.g.:
sudo gedit /etc/php5/apache2/php.ini
Next, search for the post_max_size entry, and enter a larger number than the size of...
For Debian 9 Stretch wireless intel 6205,
1.Add “non-free” component to /etc/apt/sources.list, for example:
# Debian 9 "Stretch"
deb http://httpredir.debian.org/debian/ stretch main contrib non-free
2.Update the list of available packages and install the firmware-iwlwifi package:
# apt-get update; apt-get install firmware-iwlwifi
3.As the iwlwifi module is automatically loaded for supported devices, reinsert this module to...
How To Install Webmin on Debian 10
Installing Webmin
sudo nano /etc/apt/sources.list
Then add this line to the bottom of the file to add the new repository:
deb http://download.webmin.com/download/repository sarge contrib
sudo apt update
Then install gnupg1:
sudo apt install gnupg1
Following that, download the Webmin PGP key with wget:
wget http://www.webmin.com/jcameron-key.asc
sudo apt-key add jcameron-key.asc
sudo apt update
sudo apt...