ZAVCXL0006 - Debian: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Introduction == This is the configuration page for the '''Debian Testing/Buster 10''' partition on '''ZAVCXL0006'''. == Configuration Files == All configuration files...") |
|||
Line 84: | Line 84: | ||
=== Stability === |
=== Stability === |
||
;uptime |
;uptime |
||
* We use <code>uptimed</code>, and our own crontab script that writes to {{~/uptime.log}} |
* We use <code>uptimed</code>, and our own crontab script that writes to {{file|~/uptime.log}} |
Revision as of 08:09, 20 March 2019
Introduction
This is the configuration page for the Debian Testing/Buster 10 partition on ZAVCXL0006.
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 |
|
Issues and To Do
Issues
See Common Issues.
To Do
- To Do — Description
Done
- Done — Description
Stability
- uptime
- We use
uptimed
, and our own crontab script that writes to ~/uptime.log