|
|
| Line 1: |
Line 1: |
| = Nurse Installation = | | == Summary == |
| | | Importing file |
| == Packages == | |
| | |
| * mc colordiff htop rpi-eeprom mlocate nfs-common
| |
| * fwupd-signed
| |
| * xauth
| |
| * libpam-google-authenticator
| |
| * postfix
| |
| * --no-install-recommends xserver-xorg
| |
| * --no-install-recommends xinit
| |
| * xrdp (Not working - maybe skip)
| |
| * xserver-xorg-video-fbdev
| |
| * dgm3
| |
| * x11vnc
| |
| * nginx
| |
| * php7.4
| |
| * php-intl
| |
| * php7.4-fpm
| |
| * xbacklight
| |
| | |
| == Configuration Files ==
| |
| * /etc/netplan/
| |
| * hostnamectl set-hostname nurse.hq.amar.com
| |
| * /etc/hosts => add
| |
| * /etc/fstab
| |
| * ~/.google_authenticator
| |
| * systemctl stop sleep.target suspend.target hibernate.target hybrid-sleep.target
| |
| * Ubuntu PHP <nowiki>pcntl_</nowiki> library needs to be installed :-(
| |
| [https://stackoverflow.com/questions/40408152/how-to-enable-pcntl-on-ubuntu-server-16-04 How to enable pcntl on ubuntu server]
| |
| * useradd -G www-data cron_user
| |
| * usermod -G cron_user -a www-data
| |
| | |
| == GDM3 Desktop ==
| |
| * gsettings set org.gnome.desktop.screensaver lock-enabled false
| |
| * edit ~/.config/autostart/
| |
| ** firefox.desktop
| |
| ** x11vnc.desktop
| |
| | |
| === Disable timeout ===
| |
| etc/gdm3/greeter.dconf-defaults:
| |
| | |
| [org/gnome/settings-daemon/plugins/power]
| |
| sleep-inactive-ac-timeout=0
| |
| sleep-inactive-battery-timeout=0
| |
| | |
| ----
| |
| {{wiki}}
| |