Month: March 2023
-
Proxmox move progress (container/VM)
Your proxmox will just tell you: 2023-03-26 10:31:50 Logical volume “vm-1070-disk-1” created. But what if you want to know the progress of the copy? In percentage maybe? On the source host, find the dd job: Then do this: kill -USR1 2143046 (We took the PID of the dd job there). Logs will now show how…
-
Proxmox move container/vm to different storage on different host
Container: nohup pct migrate 1076 srv78 –target-storage LVMStore & Untested (VM): qm migrate 1076 srv78 -migration_network 10.0.0.0/24 -targetstorage SrvSSD -with-local-disks Does not want to move? You need to add the shared=1 option on this line. This way the container can be migrated whereby the local mountpoint will be ignored during migration. You need to make…
-
LineageOS recovery bootloop into Google firmware
Don’t follow the original guide You need to boot dtbo and boot too. Thanks to: https://www.reddit.com/r/LineageOS/comments/11y3aur/comment/jdafm2k/?utm_source=share&utm_medium=web2x&context=3
-
Nextcloud / php / apache no error for Internal Server Error
I got this: If you want to know more, enable log_errors
-
Friendly (ionice/nice) rsync on remote server
Add –rsync-path=”ionice -c 3 nice rsync” to your rsync command (on sending side) Friendly for both sender and receiver: ionice -c3 nice rsync –rsync-path=”ionice -c 3 nice rsync”
-
LVM commands not found
Getting this? Means you might have used su. Just do su – or do a proper login, so your $PATH is set correctly.
-
T-Mobile Thuis werkende SMTP 2023 (Fix Relay access denied)
Ik kreeg de melding: Postfix moet net ff anders worden ingesteld. Dit werkt voor mij: 4. sasl/sasl_passwd 5. postmap sasl/sasl_passwd
-
Simple SSH backup of routeros / mikrotik
Prerequisites: Howto: 1. Create ssh keys (without passphrase) on the linux host: ssh-keygen 2. Copy ~/.ssh/id_rsa.pub , put in a .txt file, upload to routeros 3. Create a read only user 4. In the user menu, go to SSH keys, add the SSH key to the user 5. Add cronjob on linux host:
-
T-Mobile thuis (NL) Routeros/Mikrotik-configuratie (met VLANs)
Ik wilde: TODO: In voorbeeld hieronder is 1.2.3.4 het externe IP