home.social

#unix — Public Fediverse posts

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

  1. Advanced Programming in the Environment

    Week 01, Segment 01: Introduction

    In this video lecture, we provide an introduction, discuss the purpose of the class, the syllabus, student expectations, as well as available resources.

    Note: The videos in this series were mostly created in 2020. A few things have changed since then. Specifically, consult the course website for updates regarding the assignments.

    youtu.be/BsB9Cg6yJc4

  2. #TIL that case statements in #unix #shell stop evaluating once they find the first match. Some shells (bash & mksh) have syntax to keep evaluating each additional statement, but they aren't all the same syntax (although mksh does seem to accept bash's ;;&.

    25 years of shell #scripting, guys. 🤣 🤦‍♂️

  3. @ska

    Or 2015, or 2025. You haven't actually looked at the history; despite my giving the years explicitly. So it's not saying that at all.

    Laurent, you're arguing based upon not actually knowing the history, and if anyone is thinking that the #Unix landscape is the same as it was in the past, it is surely you for arguing that the proper thing is for things to remain as they were in 1974.

    I however know that the #Unix landscape changes, in this very way.

    @cazabon @bytebro #getopt #dd

  4. @JdeBP @bytebro

    I don't know why I need to be dragged out of the 1970s... [1]

    But I think I'm in agreement with @ska in that modifying dd's interface - which is at least 53 years old at this point - is the wrong approach. A new program, even if it takes exactly the same functional arguments and options, but formatted with the modern (?) style, seems more apropos to me.

    You could even call it `ndd` for "new dd" or something, if you want to preserve a link to the old name. A new program would also allow you to drop the old interface entirely, likely simplifying the code.

    But the most important factor in deciding which way this work should be done would be, of course, "Who's doing the work?", and since that's not me, my opinion counts for little.

    [1] Am I particularly crotchety? I was *born* in the '70s...

    #legacy #interface #Unix #dd #CommandLine #CLI

  5. ⚪️ Linux Kernel Fuzzing: Setting Up Syzkaller to Find Security Bugs

    🗨️ In this article, we’ll get some hands-on practice fuzzing the kernel. But first, we’ll briefly cover the history and theory of fuzzing and discuss how our target works. We’ll then configure and build the Linux kernel, set up Syzkaller, and start hunting for bugs.

    🔗 hackmag.com/unix/syzkaller-set

    #unix

  6. DeepWiki – an advanced AI-powered tool from Cognition that automatically generates interactive documentation and architecture diagrams for code repositories... archiveapp.org/deepwiki/ #wiki #linux #unix #bsd #windows

  7. Citizen Astronomy (CAst)
    by ÖgetayKayali
    github.com/OgetayKayali/citize

    Every clear night, amateur telescopes around the world capture photons that professional observatories never will -- the right patch of sky, at the right moment, with enough patience to notice something change. Citizen Astronomy turns those images into science.

    CAst is a desktop application (Windows installer primary; unsigned macOS .app zip available for alpha testers) that takes folders of FITS and XISF images and gives you the tools to measure variable stars, discover moving asteroids, build Hertzsprung-Russell diagrams, and explore the sky -- all from one guided interface, no command-line scripting required.

    Please read more details in ALT-Texts of images. These images are just a few examples of the sophisticated use-cases of this software!
    Another nice example:
    defcon.social/@grobi/117234604

    Topic> Useful Code
    defcon.social/@grobi/114797042

    or expand post & scroll up ^

    #space #tech #science #astronomy #astrophotography #code #python #unix #linux #windows #commandline #plotting #github #apod

  8. "sure, I'll compress the file and send it over".

    *Sends a .Z file* 😎
    #unix

  9. True digital literacy isn't generated; it's understood. 💡

    On this Literacy Day, step away from the opaque shortcuts of AI, dive into the clean NetBSD source code, and empower human curiosity from the bare metal up. Read the source, master the system, and keep human craftsmanship alive. 📖⚙️

    RTFM (Read the Fantastic Manual)

    #NetBSD #LiteracyDay #DigitalLiteracy #ReadTheSource #CodeLiteracy #HumanIntelligence #runBSD #Linux #Unix #RTFM #internationalliteracyday #noai #antiai #nollm #antillm

  10. True digital literacy isn't generated; it's understood. 💡

    On this Literacy Day, step away from the opaque shortcuts of AI, dive into the clean NetBSD source code, and empower human curiosity from the bare metal up. Read the source, master the system, and keep human craftsmanship alive. 📖⚙️

    RTFM (Read the Fantastic Manual)

    #NetBSD #LiteracyDay #DigitalLiteracy #ReadTheSource #CodeLiteracy #HumanIntelligence #runBSD #Linux #Unix #RTFM #internationalliteracyday #noai #antiai #nollm #antillm

  11. True digital literacy isn't generated; it's understood. 💡

    On this Literacy Day, step away from the opaque shortcuts of AI, dive into the clean NetBSD source code, and empower human curiosity from the bare metal up. Read the source, master the system, and keep human craftsmanship alive. 📖⚙️

    RTFM (Read the Fantastic Manual)

    #NetBSD #LiteracyDay #DigitalLiteracy #ReadTheSource #CodeLiteracy #HumanIntelligence #runBSD #Linux #Unix #RTFM #internationalliteracyday #noai #antiai #nollm #antillm

  12. True digital literacy isn't generated; it's understood. 💡

    On this Literacy Day, step away from the opaque shortcuts of AI, dive into the clean NetBSD source code, and empower human curiosity from the bare metal up. Read the source, master the system, and keep human craftsmanship alive. 📖⚙️

    RTFM (Read the Fantastic Manual)

    #NetBSD #LiteracyDay #DigitalLiteracy #ReadTheSource #CodeLiteracy #HumanIntelligence #runBSD #Linux #Unix #RTFM #internationalliteracyday #noai #antiai #nollm #antillm

  13. True digital literacy isn't generated; it's understood. 💡

    On this Literacy Day, step away from the opaque shortcuts of AI, dive into the clean NetBSD source code, and empower human curiosity from the bare metal up. Read the source, master the system, and keep human craftsmanship alive. 📖⚙️

    RTFM (Read the Fantastic Manual)

    #NetBSD #LiteracyDay #DigitalLiteracy #ReadTheSource #CodeLiteracy #HumanIntelligence #runBSD #Linux #Unix #RTFM #internationalliteracyday #noai #antiai #nollm #antillm

  14. @juandesant this is built into bash as $RANDOM and $SRANDOM as well. Its been there since 1989 when it was created, but the Korn shell seems to have invented the idea in 1986.
    #UNIX #Linux #bash #chaos

  15. @juandesant this is built into bash as $RANDOM and $SRANDOM as well. Its been there since 1989 when it was created, but the Korn shell seems to have invented the idea in 1986.
    #UNIX #Linux #bash #chaos

  16. @juandesant this is built into bash as $RANDOM and $SRANDOM as well. Its been there since 1989 when it was created, but the Korn shell seems to have invented the idea in 1986.
    #UNIX #Linux #bash #chaos

  17. @juandesant this is built into bash as $RANDOM and $SRANDOM as well. Its been there since 1989 when it was created, but the Korn shell seems to have invented the idea in 1986.
    #UNIX #Linux #bash #chaos

  18. @juandesant this is built into bash as $RANDOM and $SRANDOM as well. Its been there since 1989 when it was created, but the Korn shell seems to have invented the idea in 1986.
    #UNIX #Linux #bash #chaos

  19. NetBSD 9.x erreicht das Support-Ende

    Zum Abschied von NetBSD 9.x gibt es noch einmal einige Sicherheits- und Stabilitätskorrekturen. Ein Umstieg auf NetBSD 10 oder 11 wird ausdrücklich empfohlen.

    heise.de/news/NetBSD-9-x-errei

    #Betriebssystem #BSD #IT #OpenSource #OpenSSL #Unix #Xorg #news

  20. NetBSD 9.x erreicht das Support-Ende

    Zum Abschied von NetBSD 9.x gibt es noch einmal einige Sicherheits- und Stabilitätskorrekturen. Ein Umstieg auf NetBSD 10 oder 11 wird ausdrücklich empfohlen.

    heise.de/news/NetBSD-9-x-errei

    #Betriebssystem #BSD #IT #OpenSource #OpenSSL #Unix #Xorg #news

  21. NetBSD 9.x erreicht das Support-Ende

    Zum Abschied von NetBSD 9.x gibt es noch einmal einige Sicherheits- und Stabilitätskorrekturen. Ein Umstieg auf NetBSD 10 oder 11 wird ausdrücklich empfohlen.

    heise.de/news/NetBSD-9-x-errei

    #Betriebssystem #BSD #IT #OpenSource #OpenSSL #Unix #Xorg #news

  22. NetBSD 9.x erreicht das Support-Ende

    Zum Abschied von NetBSD 9.x gibt es noch einmal einige Sicherheits- und Stabilitätskorrekturen. Ein Umstieg auf NetBSD 10 oder 11 wird ausdrücklich empfohlen.

    heise.de/news/NetBSD-9-x-errei

    #Betriebssystem #BSD #IT #OpenSource #OpenSSL #Unix #Xorg #news

  23. NetBSD 9.x erreicht das Support-Ende

    Zum Abschied von NetBSD 9.x gibt es noch einmal einige Sicherheits- und Stabilitätskorrekturen. Ein Umstieg auf NetBSD 10 oder 11 wird ausdrücklich empfohlen.

    heise.de/news/NetBSD-9-x-errei

    #Betriebssystem #BSD #IT #OpenSource #OpenSSL #Unix #Xorg #news

  24. @leah @lanodan

    They rolled their own nonce argv processing. I can still viably claim to be the first to have put #getopt mechanisms into #dd. (-:

    It is good to see that someone has invented a short option set for a similar tool. I can nick it.

    #Unix #FreeBSD

  25. @leah @lanodan

    They rolled their own nonce argv processing. I can still viably claim to be the first to have put #getopt mechanisms into #dd. (-:

    It is good to see that someone has invented a short option set for a similar tool. I can nick it.

    #Unix #FreeBSD

  26. @leah @lanodan

    They rolled their own nonce argv processing. I can still viably claim to be the first to have put #getopt mechanisms into #dd. (-:

    It is good to see that someone has invented a short option set for a similar tool. I can nick it.

    #Unix #FreeBSD

  27. @leah @lanodan

    They rolled their own nonce argv processing. I can still viably claim to be the first to have put #getopt mechanisms into #dd. (-:

    It is good to see that someone has invented a short option set for a similar tool. I can nick it.

    #Unix #FreeBSD

  28. @leah @lanodan

    They rolled their own nonce argv processing. I can still viably claim to be the first to have put #getopt mechanisms into #dd. (-:

    It is good to see that someone has invented a short option set for a similar tool. I can nick it.

    #Unix #FreeBSD

  29. @okapi

    You won't get #dd to not have long options. It's had long options for the entirety of its existence, from about 15 years before #getopt long options were even invented.

    What this does is give them the standard Unix syntax with dashes, in addition to the existing original JCL syntax.

    The only supposed worse interface that this encourages is that which the dd command itself has had all along. (-:

    @aris
    #Unix

  30. @okapi

    You won't get #dd to not have long options. It's had long options for the entirety of its existence, from about 15 years before #getopt long options were even invented.

    What this does is give them the standard Unix syntax with dashes, in addition to the existing original JCL syntax.

    The only supposed worse interface that this encourages is that which the dd command itself has had all along. (-:

    @aris
    #Unix

  31. @okapi

    You won't get #dd to not have long options. It's had long options for the entirety of its existence, from about 15 years before #getopt long options were even invented.

    What this does is give them the standard Unix syntax with dashes, in addition to the existing original JCL syntax.

    The only supposed worse interface that this encourages is that which the dd command itself has had all along. (-:

    @aris
    #Unix

  32. @okapi

    You won't get #dd to not have long options. It's had long options for the entirety of its existence, from about 15 years before #getopt long options were even invented.

    What this does is give them the standard Unix syntax with dashes, in addition to the existing original JCL syntax.

    The only supposed worse interface that this encourages is that which the dd command itself has had all along. (-:

    @aris
    #Unix

  33. @okapi

    You won't get #dd to not have long options. It's had long options for the entirety of its existence, from about 15 years before #getopt long options were even invented.

    What this does is give them the standard Unix syntax with dashes, in addition to the existing original JCL syntax.

    The only supposed worse interface that this encourages is that which the dd command itself has had all along. (-:

    @aris
    #Unix