Compare commits

...

3 Commits

Author SHA1 Message Date
e1eb889df1 The Hermit was falling asleep 2026-01-31 15:23:21 +10:30
89def70d77 Merge pull request 'Added Darrin to backup-status' (#1) from master into main
Reviewed-on: #1
2026-01-31 15:15:49 +10:30
a014d26138 Added Darrin to backup-status 2026-01-26 17:35:28 +10:30
2 changed files with 20 additions and 4 deletions

5
bash/backup-status Normal file → Executable file
View File

@@ -4,7 +4,12 @@
# backup-status by htrigg
#
# Displays the mounted media disks and the backup directories
#
# v2.0 released 26/01/2026 to add Darrin
tput setaf 2;df -h | awk '$6 ~ "media"'
tput setaf 3;echo "=== Corin ==="
tput sgr0;ls -ltr --color=auto /media/corin/BACKUP
tput setaf 3;echo "=== Darrin ==="
tput sgr0;ls -ltr --color=auto /media/darrin/BACKUP

View File

@@ -0,0 +1,11 @@
[Unit]
Description=Disable WiFi power saving
After=multi-user.target
[Service]
Type=oneshot
ExecStart=/sbin/iw dev wlan0 set power_save off
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target