ZAVCWL0136 - Debian: Difference between revisions
Jump to navigation
Jump to search
(→Done) |
(→To Do) |
||
Line 83: | Line 83: | ||
=== To Do === |
=== To Do === |
||
* '''{{red|To Do}}''' — Install ufw |
|||
* '''{{red|To Do}}''' — Install tun2sock |
|||
* '''{{red|To Do}}''' — Install mail server |
|||
* '''{{red|To Do}}''' — Install recoll... |
* '''{{red|To Do}}''' — Install recoll... |
||
* '''{{red|To Do}}''' — Install borg / borgcronic... |
* '''{{red|To Do}}''' — Install borg / borgcronic... |
Revision as of 18:08, 19 April 2022
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 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 gufw profile.
- 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.
- Done — Install / restore tun2socks-manager.
- Done — Update HOME git for zavcxl0007
ln -sf local-zavcxl0006 bin/local-zavcxl0007
ln -sf local-zavcxl0007 bin/local
vi bin/local/rewm.sh
vi bin/set-network.sh
vi .ssh/genconfig.sh
- Done — Restore some symlinks
sudo ln -sf /home/data/d /d
sudo ln -sf /home/data /data
sudo mkdir -p /tc/st
sudo mkdir -p /tc/secure
sudo mkdir -p /tc/backup
sudo mkdir -p /tc/mini_backup
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