Site Tools


ivarstead

This is an old revision of the document!


IVARSTEAD

GUI

  • Settings \ Appearance \ Auto-hide the Dock
  • Settings \ Privacy \ Screen \ Automatic Screen Lock

AnyDesk

sudo su -
echo "P@ssw0rd" | anydesk --set-password

nano /etc/gdm3/custom.conf

Check for/add:

  WaylandEnable=false
  AutomaticLoginEnable = true
  AutomaticLogin = $USERNAME

SSH server

sudo apt install openssh-server

Webmin

curl -fsSL https://download.webmin.com/jcameron-key.asc | sudo gpg --dearmor -o /usr/share/keyrings/webmin.gpg
sudo nano /etc/apt/sources.list

Add:

 deb [signed-by=/usr/share/keyrings/webmin.gpg] http://download.webmin.com/download/repository sarge contrib
sudo apt update
sudo apt install webmin

CasaOS

curl -fsSL https://get.casaos.io | sudo bash

References

ivarstead.1701758770.txt.gz · Last modified: by admin