Compare commits

..

No commits in common. "22b968a321764b2dc8bdc52e1e12bb337dc4041e" and "68a2136e1f2f5315a84e29615ce171031856fde6" have entirely different histories.

9 changed files with 2 additions and 39 deletions

View file

@ -44,7 +44,6 @@ $BORG_BIN create \
--exclude '*/.Trash*' \
--exclude '*/Trash*' \
--exclude '*/build/*' \
--exclude '*/target/*' \
--exclude '*Steam*' \
\
${BORG_REPO}::'{hostname}-{now}' \

View file

@ -11,7 +11,7 @@ cat /tmp/mail-logger/* >> /tmp/mail-logger-meta/combined.log
cat /tmp/mail-logger-big/* >> /tmp/mail-logger-meta/combined.log
echo -e "\
Weekly mail report for $(hostname) $(date +"%Y-%m-%dT%H:%M:%S%z").\n\
Daily mail report for $(hostname) $(date +"%Y-%m-%dT%H:%M:%S%z").\n\
A summary of the logs is below.\
If you want to see the complete logs, open the attachment of this E-Mail.\n\n\
==================================================================================================\

View file

@ -9,7 +9,7 @@ cat /tmp/mail-logger/* >> /tmp/mail-logger-meta/combined.log
cat /tmp/mail-logger-big/* >> /tmp/mail-logger-meta/combined.log
echo -e "\
Weekly mail report for $(hostname) $(date +"%Y-%m-%dT%H:%M:%S%z").\n\
Daily mail report for $(hostname) $(date +"%Y-%m-%dT%H:%M:%S%z").\n\
A summary of the logs is below.\
If you want to see the complete logs, open the attachment of this E-Mail.\n\n\
==================================================================================================\

View file

@ -1,3 +0,0 @@
#!/bin/bash
# i think this optimizes the display connection to a qemu vm, im not sure honestly
qemu-system-x86_64 -vga qxl -device virtio-serial-pci -spice unix=on,addr=/tmp/vm_spice.socket,disable-ticketing=on -device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0 -chardev spicevmc,id=spicechannel0,name=vdagent

0
tailscale.sh Executable file → Normal file
View file

View file

@ -1,2 +0,0 @@
#!/bin/bash
wakeonlan d0:17:c2:a8:78:b4

View file

@ -1,9 +0,0 @@
#!/bin/bash
date='date +%Y-%m-%d\ %T'
logfile=~/.wkgen.log
set -e
echo "[$(eval $date)]: starting webrequests..." | tee -a $logfile
curl -s -o ~/Pictures/wallpaper/wk-progress.1.png "https://wkgen.homeserver.box/?k=7b98a684-5c91-44ab-86b1-f7023609fe4e&d=1"
echo "[$(eval $date)]: setting wallpaper..." | tee -a $logfile
gsettings set org.cinnamon.desktop.background picture-uri "file:///home/plex/Pictures/wallpaper/wk-progress.1.png"
echo "[$(eval $date)]: done" | tee -a $logfile

View file

@ -1,13 +0,0 @@
#!/bin/bash
date='date +%Y-%m-%d\ %T'
logfile=~/.wkgen.log
filelocation=/home/plex/Pictures/wallpaper/wk-progress.1.png
set -e
echo "[$(eval $date)]: starting webrequests..." | tee -a $logfile
curl -s -o $filelocation "https://wkgen.homeserver.box/?k=7b98a684-5c91-44ab-86b1-f7023609fe4e&d=1"
echo "[$(eval $date)]: setting wallpaper..." | tee -a $logfile
kwriteconfig5 \
--file "$HOME/.config/plasma-org.kde.plasma.desktop-appletsrc" \
--group 'Containments' --group '1' --group 'Wallpaper' --group 'org.kde.image' \
--group 'General' --key 'Image' $filelocation
echo "[$(eval $date)]: done" | tee -a $logfile

View file

@ -1,9 +0,0 @@
#!/bin/bash
date='date +%Y-%m-%d\ %T'
logfile=~/.wkgen.log
set -e
echo "[$(eval $date)]: starting webrequests..." | tee -a $logfile
curl -s -o ~/Pictures/wallpaper/wk-progress.1.png "https://wkgen.homeserver.box/?k=7b98a684-5c91-44ab-86b1-f7023609fe4e&d=1"
echo "[$(eval $date)]: setting wallpaper..." | tee -a $logfile
gsettings set org.cinnamon.desktop.background picture-uri "file:///home/plex/Pictures/wallpaper/wk-progress.1.png"
echo "[$(eval $date)]: done" | tee -a $logfile