Install phpMyAdmin on Ubuntu
You can install PHPMyAdmin from the Ubuntu repos.
You can do this by update the local references and then use the apt packaging system to pull download the files and install them on our Linux:
sudo apt-get update
sudo apt-get install phpmyadmin
restart Apache with the following cmd:
service apache2 restart
Verify...
Dell docking station (D3100) not detecting monitors, We had the same issue. Make sure you install the driver
Configure proxy settings like follows on Debian / Ubuntu Client.
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...
For Debian 10 wireless intel 8260,
Method
To install the wifi for the Intel Corporation Wireless 8260 , download the driver from here, extract it then copy it to your /lib/firmware:
wget https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-8000-ucode-16.242414.0.tgz
tar xvf iwlwifi-8000-ucode-16.242414.0.tgz
cd iwlwifi-8000-ucode-16.242414.0
cp iwlwifi-8000-ucode* /lib/firmware
modprobe iwlwifi
Alternative method
1.Add “non-free” component to /etc/apt/sources.list, for example:
# Debian 10 "Buster"
deb http://httpredir.debian.org/debian/ stretch main...