home.social

#script — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #script, aggregated by home.social.

  1. Brauche mal Hilfe für #linux #debian #trixie #nas #usbraid #nfs #usb #rsync #bash.

    Ich habe ein #Script das nicht funktioniert und doch funktioniert *grrrr*

    (Script Begin)
    #!/bin/bash

    set -ex

    # check for mount
    grep /backup /etc/mtab > /dev/null || exit 1

    # directory to backup
    BDIR=/home/wilma_wein/

    # Destination dir for rsync
    DDIR=/media/backup

    # excludes file - this contains a wildcard pattern per line of files to exclude
    EXCLUDES=/root/rsy.excl

    # BACKUPDIR=${1:-`date +%A`}
    BACKUPDIR=${1:-"day"`date +%d`}

    OPTS="--force
    --ignore-errors \
    --delete-excluded \
    --exclude-from=$EXCLUDES
    --delete --backup --backup-dir=$DDIR/$BACKUPDIR -a -v"

    export PATH=$PATH:/bin:/usr/bin:/usr/local/bin

    # if destination does not exist, make it;-)
    [ -d $DDIR ] || mkdir $DDIR

    # write logfile
    echo oooooooooooooooooooooooooooooooooooooooooooo >> /root/rsy.log
    date >> /root/rsy.log

    # delete existing backup dir
    [ -d $DDIR/$BACKUPDIR ] && (echo remaking $DDIR/$BACKUPDIR >> /root/rsy.log; rm -r $DDIR/$BACKUPDIR)

    # now the actual transfer
    rsync $OPTS $BDIR $DDIR/current >> /root/rsy.log

    (Script Ende)
    .
    .
    Dieses Script soll mir mein komplettes /home sichern und gelöschte dateien in den heutigen Tag (Ordner day20 anlegen) und die gelöschte oder alte Datei (sofern geändert) verschieben. Die geänderte neue Datei im BackUp Ordner belassen.

    Folgende Laufwerke sind in meiner #fstab gemountet:

    # Angeschlossenes USB RAID Laufwerk.
    /dev/sdb1 /media/USBRaid ext4 auto,nouser,exec,async,noatime 0 0
    # Network Attached Storage Synology
    192.168.2.120:/volume1/backup /media/synology223j/backup nfs auto,user,exec,async,noatime 0 0
    .
    .
    Das Script funktioniert einwandfrei mit dem #USBRaid Laufwerk (RAID 0 - Striping)
    aber nicht mit dem #Synology #NAS (RAID 1 - Mirroring), dort wird mir mein /home auch im Tagesordner gespeichert.
    .
    .
    ??? Kann sich hier wer vorstellen oder weiß warum das mit der #NAS nicht funzt ???

  2. Hi folks! ✌️

    Here's little changes in the script that will help you in setting up your Devuan (devuan.org/) after its first installation 👉 codeberg.org/xolatgames/setup-

    Thanks for attention! 🙂

    #devuan #devuan6excalibur #devuan6 #bash #script #linux #debian #debian13

  3. Hi folks! ✌️

    Here's little changes in the script that will help you in setting up your Devuan (devuan.org/) after its first installation 👉 codeberg.org/xolatgames/setup-

    Thanks for attention! 🙂

    #devuan #devuan6excalibur #devuan6 #bash #script #linux #debian #debian13

  4. While this is all going on, they're waging war on pornographers, abortion, gay rights, and anything else they can marginalize, despite their personal behavior. #control #script #moralmajority #conservative #republican #liberty #writer

    survivorliteracy.com/2026/05/1

  5. Chris Titus Tech's Windows Utility (WinUtil) just updated. This streamlined PowerShell script is designed to elevate your operating system experience! Effortlessly manage a wide range of system settings and tweaks and simplify installing multiple applications with a single click. Say goodbye to cumbersome processes and hello to efficiency!

    Download Chris Titus Tech's Windows Utility (WinUtil) 26.05.12 Pre-release / 26.04.30
    majorgeeks.com/files/details/c #tools #windows #script

  6. Chris Titus Tech's Windows Utility (WinUtil) just updated. This streamlined PowerShell script is designed to elevate your operating system experience! Effortlessly manage a wide range of system settings and tweaks and simplify installing multiple applications with a single click. Say goodbye to cumbersome processes and hello to efficiency!

    Download Chris Titus Tech's Windows Utility (WinUtil) 26.05.12 Pre-release / 26.04.30
    majorgeeks.com/files/details/c #tools #windows #script

  7. Chris Titus Tech's Windows Utility (WinUtil) just updated. This streamlined PowerShell script is designed to elevate your operating system experience! Effortlessly manage a wide range of system settings and tweaks and simplify installing multiple applications with a single click. Say goodbye to cumbersome processes and hello to efficiency!

    Download Chris Titus Tech's Windows Utility (WinUtil) 26.05.12 Pre-release / 26.04.30
    majorgeeks.com/files/details/c #tools #windows #script

  8. Chris Titus Tech's Windows Utility (WinUtil) just updated. This streamlined PowerShell script is designed to elevate your operating system experience! Effortlessly manage a wide range of system settings and tweaks and simplify installing multiple applications with a single click. Say goodbye to cumbersome processes and hello to efficiency!

    Download Chris Titus Tech's Windows Utility (WinUtil) 26.05.12 Pre-release / 26.04.30
    majorgeeks.com/files/details/c #tools #windows #script

  9. Chris Titus Tech's Windows Utility (WinUtil) just updated. This streamlined PowerShell script is designed to elevate your operating system experience! Effortlessly manage a wide range of system settings and tweaks and simplify installing multiple applications with a single click. Say goodbye to cumbersome processes and hello to efficiency!

    Download Chris Titus Tech's Windows Utility (WinUtil) 26.05.12 Pre-release / 26.04.30
    majorgeeks.com/files/details/c #tools #windows #script

  10. One of the coolest things about Ruby is that you can write clear yet concise code.
    This is especially useful when you want to automate repetitive tasks using scripts.
    To understand how to use Ruby in your scripts, in most cases you can simply look at the standard help for the `ruby` command, such as `ruby -h` or `man ruby`. You can also pass arbitrary code using the `-e` option, for example:
    ```
    ruby -e 'puts "Ruby One-Liners"'
    ```

    #Ruby #OneLiners #Script #Task #Routine #Facet #RubyLinks

  11. Dialogue: The Unarmed Prophet and the Armed World

    A conversation between Girolamo Savonarola and Niccolò Machiavelli

    Florence. Night. The Piazza della Signoria is empty, though the stones still remember fire. The ghost of Girolamo Savonarola stands near the place where he was hanged and burned. Niccolò Machiavelli enters, older now, carrying a manuscript beneath his arm.

    SAVONAROLA:
    You return to the place of ashes, Messer Niccolò.

    MACHIAVELLI:
    Florence has many places of ashes, Fra Girolamo. Yours is only the most famous.

    SAVONAROLA:
    And you have made use of it.

    MACHIAVELLI:
    I made use of what happened. That is not the same as rejoicing in it.

    SAVONAROLA:
    You wrote that I was ruined because I was unarmed.

    MACHIAVELLI:
    Were you not?

    SAVONAROLA:
    I preached repentance. I called a city to righteousness. I turned hearts toward God.

    MACHIAVELLI:
    For a time.

    SAVONAROLA:
    Truth is not false because men grow tired of it.

    Read the full Dialogue at PeaceGrooves.

    #ashesAndProphecy #chiaroscuro #ChurchAndState #darkFantasyArt #darkGothic #Drama #FlorentineHistory #gothicArt #gothicIllustration #historicalFiction #Machiavelli #PalazzoVecchio #PeaceGrooves #philosophicalDialogue #PiazzaDellaSignoria #politicalTheology #powerAndConscience #propheticWitness #ravens #religiousHistory #RenaissanceFlorence #Savonarola #script #symbolicArt #ThePrince #Theater #unarmedProphet #violenceAndPower
  12. J'ai quelques problèmes de connexion à des devices Bluetooth. Et je pense que ce serait pas mal de tester ce script pour arrêter d'être emmerdé à chaque fois que j'essaye de connecter l'ordinateur, la souris, et le clavier github.com/macg4dave/bluetooth #bluetooth #script #ubuntu #automatisation

  13. J'ai quelques problèmes de connexion à des devices Bluetooth. Et je pense que ce serait pas mal de tester ce script pour arrêter d'être emmerdé à chaque fois que j'essaye de connecter l'ordinateur, la souris, et le clavier github.com/macg4dave/bluetooth #bluetooth #script #ubuntu #automatisation

  14. J'ai quelques problèmes de connexion à des devices Bluetooth. Et je pense que ce serait pas mal de tester ce script pour arrêter d'être emmerdé à chaque fois que j'essaye de connecter l'ordinateur, la souris, et le clavier github.com/macg4dave/bluetooth #bluetooth #script #ubuntu #automatisation

  15. J'ai quelques problèmes de connexion à des devices Bluetooth. Et je pense que ce serait pas mal de tester ce script pour arrêter d'être emmerdé à chaque fois que j'essaye de connecter l'ordinateur, la souris, et le clavier github.com/macg4dave/bluetooth #bluetooth #script #ubuntu #automatisation

  16. J'ai quelques problèmes de connexion à des devices Bluetooth. Et je pense que ce serait pas mal de tester ce script pour arrêter d'être emmerdé à chaque fois que j'essaye de connecter l'ordinateur, la souris, et le clavier github.com/macg4dave/bluetooth #bluetooth #script #ubuntu #automatisation

  17. 🗿✨ Behold, the #revelation of an ancient #script that allegedly unveils the dawn of writing -- because apparently, everything you learned was wrong. 🧙‍♂️📜 New Scientist has cracked the code, or maybe just cracked, and now we're all supposed to be enlightened. ⚡️📚
    newscientist.com/article/25240 #ancientwriting #NewScientist #historyofwriting #enlightenment #HackerNews #ngated

  18. 🗿✨ Behold, the #revelation of an ancient #script that allegedly unveils the dawn of writing -- because apparently, everything you learned was wrong. 🧙‍♂️📜 New Scientist has cracked the code, or maybe just cracked, and now we're all supposed to be enlightened. ⚡️📚
    newscientist.com/article/25240 #ancientwriting #NewScientist #historyofwriting #enlightenment #HackerNews #ngated

  19. 🗿✨ Behold, the #revelation of an ancient #script that allegedly unveils the dawn of writing -- because apparently, everything you learned was wrong. 🧙‍♂️📜 New Scientist has cracked the code, or maybe just cracked, and now we're all supposed to be enlightened. ⚡️📚
    newscientist.com/article/25240 #ancientwriting #NewScientist #historyofwriting #enlightenment #HackerNews #ngated

  20. 🗿✨ Behold, the #revelation of an ancient #script that allegedly unveils the dawn of writing -- because apparently, everything you learned was wrong. 🧙‍♂️📜 New Scientist has cracked the code, or maybe just cracked, and now we're all supposed to be enlightened. ⚡️📚
    newscientist.com/article/25240 #ancientwriting #NewScientist #historyofwriting #enlightenment #HackerNews #ngated

  21. 🗿✨ Behold, the #revelation of an ancient #script that allegedly unveils the dawn of writing -- because apparently, everything you learned was wrong. 🧙‍♂️📜 New Scientist has cracked the code, or maybe just cracked, and now we're all supposed to be enlightened. ⚡️📚
    newscientist.com/article/25240 #ancientwriting #NewScientist #historyofwriting #enlightenment #HackerNews #ngated

  22. @CachyOS one question about #mullvad binary, is it normal that it does not seem to be updated ?

    Does the maintener / script in chage to update it failed or is busy ?

    Thanks in advance

    #mullvad #cachyos #maintenance #update #upgrade #script #linux

  23. Localisez n'importe quelle IP avec l'alias GeoIP ultime !

    Salut les libristes ! Marre de ne pas savoir d'où viennent les requêtes sur vos serveurs ?

    J'ai pondu un petit guide pour installer un alias multisources (MaxMind + ip66.dev) qui vous donne la provenance d'une IP en une seconde chrono dans votre terminal. C’est simple, c'est propre, et c’est du BlablaLinux 😜

    👉 Le guide est ici : wiki.blablalinux.be/fr/install

    #GeoIP #MaxMind #IP66dev #Alias #Script

  24. Localisez n'importe quelle IP avec l'alias GeoIP ultime !

    Salut les libristes ! Marre de ne pas savoir d'où viennent les requêtes sur vos serveurs ?

    J'ai pondu un petit guide pour installer un alias multisources (MaxMind + ip66.dev) qui vous donne la provenance d'une IP en une seconde chrono dans votre terminal. C’est simple, c'est propre, et c’est du BlablaLinux 😜

    👉 Le guide est ici : wiki.blablalinux.be/fr/install

    #GeoIP #MaxMind #IP66dev #Alias #Script

  25. Localisez n'importe quelle IP avec l'alias GeoIP ultime !

    Salut les libristes ! Marre de ne pas savoir d'où viennent les requêtes sur vos serveurs ?

    J'ai pondu un petit guide pour installer un alias multisources (MaxMind + ip66.dev) qui vous donne la provenance d'une IP en une seconde chrono dans votre terminal. C’est simple, c'est propre, et c’est du BlablaLinux 😜

    👉 Le guide est ici : wiki.blablalinux.be/fr/install

    #GeoIP #MaxMind #IP66dev #Alias #Script

  26. Localisez n'importe quelle IP avec l'alias GeoIP ultime !

    Salut les libristes ! Marre de ne pas savoir d'où viennent les requêtes sur vos serveurs ?

    J'ai pondu un petit guide pour installer un alias multisources (MaxMind + ip66.dev) qui vous donne la provenance d'une IP en une seconde chrono dans votre terminal. C’est simple, c'est propre, et c’est du BlablaLinux 😜

    👉 Le guide est ici : wiki.blablalinux.be/fr/install

    #GeoIP #MaxMind #IP66dev #Alias #Script

  27. For most of my childhood my grandparent's house was home for not only my grandparents, but also my mom, brother, and I, as well as my 2 aunts and their 2 kids. By the time I was in 2nd grade, the aunts had moved out. This left what I considered the "core" family.

    #Script #family #life #grooming

    survivorliteracy.com/2026/05/0

  28. Wer regelmäßig Linux administriert, wird immer wieder die selben Handgriffe durchführen um sicherzustellen, dass das System wie gewünscht läuft. Sind das nur wenige Systeme, wird das üblicherweise via SSH direkt durchgeführt, da sich die Pflege entsprechender Werkzeuge für die remote Pflege kaum rechnet. Warum also nicht gleich ein Script erstellen welches die wichtigen Daten bei Anmeldung anzeigt.
    #Linux #Admin #Script

    jcs-net.de/blog/linux-systempa

  29. Wer regelmäßig Linux administriert, wird immer wieder die selben Handgriffe durchführen um sicherzustellen, dass das System wie gewünscht läuft. Sind das nur wenige Systeme, wird das üblicherweise via SSH direkt durchgeführt, da sich die Pflege entsprechender Werkzeuge für die remote Pflege kaum rechnet. Warum also nicht gleich ein Script erstellen welches die wichtigen Daten bei Anmeldung anzeigt.
    #Linux #Admin #Script

    jcs-net.de/blog/linux-systempa

  30. Quand tu jette un œil dans ton rep config sous Debian et que tu t’aperçois de la présence d'un répertoire 'Kilian Valkhof'
    - Mais.... WTF !?
    ls Kilian\ Valkhof/
    Trimage.conf ...

    Trimage ça peut encore être utile, ça compresse des jpegs ou des pngs, en utilisant au mieux d'autres scripts et leurs options ( optipng, pngcrush, advpng et jpegoptim)
    trimage.org/

    Mais bon... "Trimage" c'était pas mal comme nom de répertoire dans le .config !
    Aller zou, dégagé !
    #script #dev #images

  31. Quand tu jette un œil dans ton rep config sous Debian et que tu t’aperçois de la présence d'un répertoire 'Kilian Valkhof'
    - Mais.... WTF !?
    ls Kilian\ Valkhof/
    Trimage.conf ...

    Trimage ça peut encore être utile, ça compresse des jpegs ou des pngs, en utilisant au mieux d'autres scripts et leurs options ( optipng, pngcrush, advpng et jpegoptim)
    trimage.org/

    Mais bon... "Trimage" c'était pas mal comme nom de répertoire dans le .config !
    Aller zou, dégagé !
    #script #dev #images

  32. Quand tu jette un œil dans ton rep config sous Debian et que tu t’aperçois de la présence d'un répertoire 'Kilian Valkhof'
    - Mais.... WTF !?
    ls Kilian\ Valkhof/
    Trimage.conf ...

    Trimage ça peut encore être utile, ça compresse des jpegs ou des pngs, en utilisant au mieux d'autres scripts et leurs options ( optipng, pngcrush, advpng et jpegoptim)
    trimage.org/

    Mais bon... "Trimage" c'était pas mal comme nom de répertoire dans le .config !
    Aller zou, dégagé !
    #script #dev #images

  33. CW: socialmedia

    Ping Only Some Players On Roll 20 (API Script)

    Dynamic lighting is one of those features that is really cool about online play. It’s not just a visual trick; it’s a constraint that creates tension. Not knowing […]

    #programming #roleplaying-games #dungeons-and-dragons #roll20 #script
    ideatrash.net/2026/05/ping-onl

  34. CW: socialmedia

    Ping Only Some Players On Roll 20 (API Script)

    Dynamic lighting is one of those features that is really cool about online play. It’s not just a visual trick; it’s a constraint that creates tension. Not knowing […]

    #programming #roleplaying-games #dungeons-and-dragons #roll20 #script
    ideatrash.net/2026/05/ping-onl

  35. CW: socialmedia

    Ping Only Some Players On Roll 20 (API Script)

    Dynamic lighting is one of those features that is really cool about online play. It’s not just a visual trick; it’s a constraint that creates tension. Not knowing […]

    #programming #roleplaying-games #dungeons-and-dragons #roll20 #script
    ideatrash.net/2026/05/ping-onl

  36. CW: socialmedia

    Ping Only Some Players On Roll 20 (API Script)

    Dynamic lighting is one of those features that is really cool about online play. It’s not just a visual trick; it’s a constraint that creates tension. Not knowing […]

    #programming #roleplaying-games #dungeons-and-dragons #roll20 #script
    ideatrash.net/2026/05/ping-onl

  37. CW: socialmedia

    Ping Only Some Players On Roll 20 (API Script)

    Dynamic lighting is one of those features that is really cool about online play. It’s not just a visual trick; it’s a constraint that creates tension. Not knowing […]

    #programming #roleplaying-games #dungeons-and-dragons #roll20 #script
    ideatrash.net/2026/05/ping-onl