sudo nano /boot/config.txt add to bottom of file: avoid_warnings=1 sudo apt remove lxplug-ptbatt reboot
Linux
Setup: sudo apt-get install xserver-xorg-video-dummy sudo nano /usr/share/X11/xorg.conf.d/xorg.conf Section "Device" Identifier "Configured Video Device" Driver "dummy" EndSection...
cd /etc/gdm3 sudo nano custom.cnf Remove the # from WaylandEnable=false sudo reboot
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 username@ipaddress
Install Nextcloud via SNAP sudo apt install snapd sudo snap install nextcloud To activate the NextCloud database...
sudo apt install screen sudo dmesg | grep -i tty (find serial port) screen /dev/ttyUSB0
Update in 2016: speedtest-cli is in Ubuntu repositories now. For Ubuntu 16.04 (Xenial) and later use: sudo...
gsettings set org.gnome.Vino require-encryption false
chown -R administrator:administrator /mnt/server001-imu-01/ chmod 700 /mnt/server001-imu-01/
Run the installer, substituting <installer_package> with your installer’s file name. Ubuntu: sudo dpkg -i <installer_package> RHEL, CentOS,...