0 9,13 * * * /usr/local/bin/auto-upgrade.sh 0 9 * * * /usr/local/bin/backup_data.sh >> /var/log/backup_data.log 2>&1 – /usr/local/bin/auto-upgrade.sh #!/bin/bash # Tijd en datum voor logging echo “===== $(date) =====” >> /var/log/auto-upgrade.log # Update pakketlijsten /usr/bin/apt-get update >> /var/log/auto-upgrade.log 2>&1 # Upgrade alle pakketten zonder vragen /usr/bin/apt-get -y upgrade >> /var/log/auto-upgrade.log 2>&1 # […]
Daily Archives: November 17, 2025
I have two distinct terminals with different bad behaviors. I am on Windows. Power shell is defined correctly to use ctrl+c ctrl+v. Cursor IDE is well defined as well. Cursor’s terminal has a break on ctrl+c, and ctrl+shift+c ctrl+shift+v for copy paste. This image is a lie. ctrl c ctrl […]
I’ve just upgraded a home-built PC to windows 11. The PC has a couple of extra (old) hard drives in it, and after upgrading one of them “disappeared”. Investigating, it seems that the upgrade did something to the partition table of the drive. The drive in question (and 2Tb magnetic […]
Haven’t used my ethernet for ages, and found yesterday it is no longer working. An older version, rebooted from a usb stick. can successfully use ethernet, so the hardware is in working shape. The firewall is not the culprit, so my question to you is: who is? Or, at least, […]
My house is wired for ethernet (cat5e) and every room as at least one or two outlets. Two of these outlets have issues. The one I’m trying to tackle today is a line that goes from the first floor telco closet to an upstairs bedroom. I’ve already traced it with […]