ZAVCWL0136 - Debian
Jump to navigation
Jump to search
Introduction
This is the configuration page for the Debian Testing/BookWorm 12 partition on ZAVCWL0136.
Configuration Files
All configuration files can be found here.
Installed Applications
Common applications
See Common configuration for Linux.
Essential
Application (package, repo Repository) |
sudo apt-...
|
Application (package) |
|
Local
Thunderbird (thunderbird) |
|
uptimed (uptimed) |
-SEND_EMAIL=0
+SEND_EMAIL=1
|
uptime cron |
crontab -l | grep uptime
# 00 12 * * * echo "$(date +'%Y%m%d-%H%M%S'): $(uname -v): $(uptime)" >> ~/uptime.log
|
Uninstalled
Application (package) | [YYYY-MM-DD] Update Additional configuration settings |
System Settings
1st install |
|
File system |
|
Network |
|
Preferences |
|
Miscellaneous |
|
- Printers
- Canon MG5300
Go to http://localhost:631, select add printer:
- Don't pick the driverless driver (the printer connection must start with
dnssd://...
- Next, find the correct printer model, and don't pick the driverless driver.
Status
Issues
See Common Issues.
To Do
- To Do — Install ufw
- To Do — Install tun2sock
- To Do — Install mail server
- To Do — Install recoll...
- To Do — Install borg / borgcronic...
- To Do — Restore deb packages from zavcxl0006
- To Do — Restore /usr/local/bin from zavcxl0006
Done
- Done — Restore workarounds for pending issues (see Common Issues page).
- Done — Restore old users and groups
sudo su -
adduser --uid 1001 st
adduser --uid 1002 localuser
adduser --uid 1004 sshproxy
adduser --uid 1003 honshovm
adduser --uid 1005 safeweb
adduser --uid 1006 hypercube
adduser --uid 1007 localoser
adduser --uid 1008 hyrule
adduser --uid 1009 clashical
adduser --uid 1010 minushcule
adduser --uid 7000 vbox
for g in vbox cdrom sudo video plugdev netdev vmnet; do gpasswd -a vbox $g; done
for g in lpadmin vbox st safeweb; do gpasswd -a peetersm $g; done
gropus vbox
groups peetersm
- Done — Install VMWare.
VMWare
TO be completed
Stability
- uptime
- We use
uptimed
(queried viauprecords
), and our own crontab script that writes to ~/uptime.log
uprecords -a -B
# TBC
cat ~/uptime.log
# TBC