paravz | 2 months ago | on: Second Win11 emergency out of band update to address disastrous Patch Tuesday
paravz's comments
paravz | 6 months ago | on: %CPU utilization is a lie
paravz | 1 year ago | on: Mouseless – fast mouse control with the keyboard
paravz | 1 year ago | on: MagiskSSH – SSH server on Android without Termux
start rsync daemon: adb root adb forward tcp:6010 tcp:11873 adb shell "rsync --daemon --port 11873 --config=/sdcard/rsyncd.conf &"
rsync: rsync -rltHDhP --stats --size-only --append-verify --partial --delete rsync://localhost:6010/root/data/data/ /backup/data
cleanup: adb kill-server
/sdcard/rsyncd.conf for the phone: address = 127.0.0.1 uid = root gid = root [root] path = / read only = true
paravz | 1 year ago | on: Microsoft Word and Excel AI data scraping switched to opt-in by default
>To do so, users must actively opt out by finding and disabling the feature in settings. The process requires unchecking the box 'Turn on optional connected experiences' that is enabled by default.
>On a Windows PC, the steps include going to File > Options > Trust Center > Trust Center Settings > Privacy Options > Privacy Settings > Optional Connected Experiences and unchecking the box.
paravz | 1 year ago | on: WireGuard: Beyond the most basic configuration
paravz | 1 year ago | on: Using static websites for tiny archives
paravz | 1 year ago | on: "Begin disabling installed extensions still using Manifest V2 in Chrome stable"
echo '{"ExtensionManifestV2Availability": 2}' | sudo tee -a /etc/chromium/policies/managed/ExtensionManifestV2Availability.jsonparavz | 1 year ago | on: Blocking the "Sign in with Google" Prompt (2023)
paravz | 1 year ago | on: Show HN: Double – Design and invest in your own stock index
paravz | 1 year ago | on: Understanding SPF, DKIM, and DMARC: A Simple Guide
paravz | 2 years ago | on: RAG to Riches
paravz | 2 years ago | on: Show HN: Beeper Mini – iMessage client for Android
paravz | 2 years ago | on: Volvo delivers 74-tonne electric truck
paravz | 2 years ago | on: Podman Desktop v1.5 with Compose onboarding and enhanced Kubernetes pod data
paravz | 2 years ago | on: Icanhazip: A simple IP address tool survived a deluge of users (2021)
paravz | 3 years ago | on: Setting the TZ environment variable avoids thousands of system calls (2017)
paravz | 3 years ago | on: CDC File Transfer
So far I started using --link-dest for rsync, as explained in https://lincolnloop.com/insights/detecting-file-moves-rename... and used in https://github.com/dparoli/hrsync/blob/master/hrsync#L52
paravz | 3 years ago | on: CDC File Transfer
paravz | 3 years ago | on: The various scripts I use to back up my home computers using SSH and rsync
for %i in (C D) do robocopy %i:\ \\backup-server\b-%COMPUTERNAME%\%i /MIR /DCOPY:T /NFL /NDL /R:0 /W:1 /XJ /XD "System Volume Informatiowsn" /XD "$RECYCLE.BIN" /XD "Windows" /XD "Windows.old"