Nurse:Install: Difference between revisions
From Amar
Jump to navigationJump to search
→Nurse Installation: Sound playback |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 15: | Line 15: | ||
* x11vnc | * x11vnc | ||
* nginx | * nginx | ||
* php7.4 | |||
* php-intl | |||
* php-mbstring | |||
* php7.4-fpm | |||
* xbacklight | * xbacklight | ||
=== Sound === | |||
* sox | |||
* libsox-fmt-alsa | |||
* libsox-fmt-mp3 | |||
== Configuration Files == | == Configuration Files == | ||
Line 24: | Line 33: | ||
* ~/.google_authenticator | * ~/.google_authenticator | ||
* systemctl stop sleep.target suspend.target hibernate.target hybrid-sleep.target | * 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 == | == GDM3 Desktop == | ||
Line 31: | Line 44: | ||
** x11vnc.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}} | {{wiki}} |
Latest revision as of 23:59, 28 October 2021
Nurse Installation
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
- php-mbstring
- php7.4-fpm
- xbacklight
Sound
- sox
- libsox-fmt-alsa
- libsox-fmt-mp3
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 pcntl_ library needs to be installed :-(
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
<insert>googlesearchwiki</insert> | <insert>paypal</insert> | <insert>analytics</insert> |