Recently, Microsoft rolled out the KB5041585 security update for Windows 11, targeting versions 23H2 and 22H2. While it aims to enhance security, it’s
Because the FreeDOS repository only includes open source software for which source code is available, it includes relatively little in the way of productivity software. Spreadsheets, word processor…
#!/bin/bash
ftphost='entenhaus.en'
ftpuser='dagobert'
ftppassword='panzerknacker'
curlftpfs -r $ftpuser:$ftppassword@$ftphost /mnt/ftp
rsync -a -P -u --stats /mnt/ftp /home/dagobert/ftp
fusermount -u /mnt/ftpvon 2020-09-04
While testing the Markdown files generated by pandoc in Hugo, I realized I had some duplicate content that was making the individual posts very difficult to read. After careful reading of the pandoc Manual I discovered to my sadness that there was no built-in way to remove the content I did not want 😉. The only option then was to write pandoc filters. Now pandoc has libraries that allow you to write filters in pretty much any modern language but out of the box, it supports filters written in Lua.
Bei Pandoc 3.4 gehören die Lua-Filter in den Unterordner filters, also z. B. ~/.local/share/pandoc/filters
Linux Guide. Learn about Linux Hardware vendors, Linux in the Cloud, Desktop Environments, Window Mangers, Linux Distributions, Linux Security, Graphics (AMD/NVIDIA/Intel ARC), and Software Apps.
von 2018-09-05
von 2020-01-26
von 2023-07-11
Über unterschiedliche Profile in backintime (unter Einstellungen) kann man verschiedene Speichermedien einbinden und so mehrere Backups auf unterschiedlichen Medien erzeugen
...
Die Standardeinstellungen für intelligentes Löschen werden in den meisten Fällen sinnvoll sein und können so belassen werden.
