home.social

#unix — Public Fediverse posts

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

  1. Is it supposed to be so obtrusive to install as a on a laptop with a DE? Configuring stsrc, manually editing lightdm although correct keyboard layout has been configured on installation? No username display just "User &", having TU manually click and type your username. Genuinely interested if FreeBSD is just not meant to be used as a desktop.

  2. 📝 Daily report 📈

    Here are today's most popular trending hashtags #⃣ on our website 🌐️:

    #generativeai, #culture, #steamframe, #vr, #iran, #cli, #nsfw, #artificialintelligence, #unix, #fineartphotography, #photo

    🔥 Stay tuned! 🔥

  3. Devil’s Dictionary of Programming:

    configurable — It’s your job to make it usable.

    dsl — A domain specific language, where code is written in one language and errors are given in another.

    disrupt — To overcome any legal, social, or moral barrier to profit.

    This was written 13 years ago and is more relevant than ever.

    Each new generation re-learns the lessons of the past one, poorly and too late.

    programmingisterrible.com/post

    #programming #development #unix #linux #lisp #DSL #LLM #ethics

  4. Devil’s Dictionary of Programming:

    configurable — It’s your job to make it usable.

    dsl — A domain specific language, where code is written in one language and errors are given in another.

    disrupt — To overcome any legal, social, or moral barrier to profit.

    This was written 13 years ago and is more relevant than ever.

    Each new generation re-learns the lessons of the past one, poorly and too late.

    programmingisterrible.com/post

    #programming #development #unix #linux #lisp #DSL #LLM #ethics

  5. Devil’s Dictionary of Programming:

    configurable — It’s your job to make it usable.

    dsl — A domain specific language, where code is written in one language and errors are given in another.

    disrupt — To overcome any legal, social, or moral barrier to profit.

    This was written 13 years ago and is more relevant than ever.

    Each new generation re-learns the lessons of the past one, poorly and too late.

    programmingisterrible.com/post

    #programming #development #unix #linux #lisp #DSL #LLM #ethics

  6. Devil’s Dictionary of Programming:

    configurable — It’s your job to make it usable.

    dsl — A domain specific language, where code is written in one language and errors are given in another.

    disrupt — To overcome any legal, social, or moral barrier to profit.

    This was written 13 years ago and is more relevant than ever.

    Each new generation re-learns the lessons of the past one, poorly and too late.

    programmingisterrible.com/post

    #programming #development #unix #linux #lisp #DSL #LLM #ethics

  7. Devil’s Dictionary of Programming:

    configurable — It’s your job to make it usable.

    dsl — A domain specific language, where code is written in one language and errors are given in another.

    disrupt — To overcome any legal, social, or moral barrier to profit.

    This was written 13 years ago and is more relevant than ever.

    Each new generation re-learns the lessons of the past one, poorly and too late.

    programmingisterrible.com/post

    #programming #development #unix #linux #lisp #DSL #LLM #ethics

  8. Advanced Programming in the #UNIX Environment

    Week 1, Unix Basics

    We write our first trivial program, which promptly segfaults and gives us a chance to explain function forward declarations and maneuvering man pages and set our default compiler flags ("-Wall -Werror -Wextra"), then proceed to write the most trivial versions of cat(1), ls(1), and even a rudimentary shell including a signal handler.

    youtu.be/w3spRzZ8bSA

    Slides: stevens.netmeister.org/631/01-

  9. Advanced Programming in the Environment

    Week 1, Unix Basics

    We write our first trivial program, which promptly segfaults and gives us a chance to explain function forward declarations and maneuvering man pages and set our default compiler flags ("-Wall -Werror -Wextra"), then proceed to write the most trivial versions of cat(1), ls(1), and even a rudimentary shell including a signal handler.

    youtu.be/w3spRzZ8bSA

    Slides: stevens.netmeister.org/631/01-

  10. @rl_dane

    that books gets some stuff right and some other stuff wrong. But it is definitely worthy to read.

    For instance, #Lisp and Lisp machines(#LispMachine) have many features which you cannot find in tons of languages today. Includes the classic language of #Unix, C.

    See these blog posts:

    far.chickenkiller.com/computin

    marginalia.nu/log/53-better-ha

    #UnixHatersHandbook

  11. If you use a Unix-like operating system (Mac, Linux, BSD, etc) and need to convert a bunch of webp files into pngs, this is how:

    for i in *.webp; do magick $i $(basename $i webp).png; done

    You can swap out 'png' with 'jpg' if you want jpgs.

    And you can swap out 'webp' with a different extension if you want to convert images in different file formats.

    #CommandLine #bash #Linux #Unix

  12. If you use a Unix-like operating system (Mac, Linux, BSD, etc) and need to convert a bunch of webp files into pngs, this is how:

    for i in *.webp; do magick $i $(basename $i webp).png; done

    You can swap out 'png' with 'jpg' if you want jpgs.

    And you can swap out 'webp' with a different extension if you want to convert images in different file formats.

    #CommandLine #bash #Linux #Unix

  13. If you use a Unix-like operating system (Mac, Linux, BSD, etc) and need to convert a bunch of webp files into pngs, this is how:

    for i in *.webp; do magick $i $(basename $i webp).png; done

    You can swap out 'png' with 'jpg' if you want jpgs.

    And you can swap out 'webp' with a different extension if you want to convert images in different file formats.

    #CommandLine #bash #Linux #Unix

  14. If you use a Unix-like operating system (Mac, Linux, BSD, etc) and need to convert a bunch of webp files into pngs, this is how:

    for i in *.webp; do magick $i $(basename $i webp).png; done

    You can swap out 'png' with 'jpg' if you want jpgs.

    And you can swap out 'webp' with a different extension if you want to convert images in different file formats.

    #CommandLine #bash #Linux #Unix

  15. If you use a Unix-like operating system (Mac, Linux, BSD, etc) and need to convert a bunch of webp files into pngs, this is how:

    for i in *.webp; do magick $i $(basename $i webp).png; done

    You can swap out 'png' with 'jpg' if you want jpgs.

    And you can swap out 'webp' with a different extension if you want to convert images in different file formats.

    #CommandLine #bash #Linux #Unix

  16. OpenBSD proves that minimalism is the best security strategy. Proactive auditing beats reactive patching every time. Most modern OS designs are too bloated to ever be truly secure. Stick to a small codebase to reduce the attack surface.

    #openbsd #security #unix

  17. OpenBSD proves that minimalism is the best security strategy. Proactive auditing beats reactive patching every time. Most modern OS designs are too bloated to ever be truly secure. Stick to a small codebase to reduce the attack surface.

    #openbsd #security #unix

  18. OpenBSD proves that minimalism is the best security strategy. Proactive auditing beats reactive patching every time. Most modern OS designs are too bloated to ever be truly secure. Stick to a small codebase to reduce the attack surface.

    #openbsd #security #unix

  19. OpenBSD proves that minimalism is the best security strategy. Proactive auditing beats reactive patching every time. Most modern OS designs are too bloated to ever be truly secure. Stick to a small codebase to reduce the attack surface.

    #openbsd #security #unix

  20. obfuscation is useless against hack-
    Is that... EBCDIC??!!

    #unix #bsd #linux

  21. obfuscation is useless against hack-
    Is that... EBCDIC??!!

    #unix #bsd #linux

  22. obfuscation is useless against hack-
    Is that... EBCDIC??!!

    #unix #bsd #linux

  23. obfuscation is useless against hack-
    Is that... EBCDIC??!!

    #unix #bsd #linux

  24. obfuscation is useless against hack-
    Is that... EBCDIC??!!

    #unix #bsd #linux

  25. Advanced Programming the #UNIX Environment

    Week 1: UNIX History

    We cover the early days at Bell Labs, USL vs BSDi, the birth of the BSDs and #Linux, and how we got from Ken Thompson playing "Space Travel" on a PDP-7 to Unix running on your phone, fridge, and TV.

    youtu.be/3H7SQWTR6Dw

    Scroll along through it all here: levenez.com/unix/unix.pdf

  26. Advanced Programming the Environment

    Week 1: UNIX History

    We cover the early days at Bell Labs, USL vs BSDi, the birth of the BSDs and , and how we got from Ken Thompson playing "Space Travel" on a PDP-7 to Unix running on your phone, fridge, and TV.

    youtu.be/3H7SQWTR6Dw

    Scroll along through it all here: levenez.com/unix/unix.pdf

  27. Advanced Programming the #UNIX Environment

    Week 1: UNIX History

    We cover the early days at Bell Labs, USL vs BSDi, the birth of the BSDs and #Linux, and how we got from Ken Thompson playing "Space Travel" on a PDP-7 to Unix running on your phone, fridge, and TV.

    youtu.be/3H7SQWTR6Dw

    Scroll along through it all here: levenez.com/unix/unix.pdf

  28. Advanced Programming the #UNIX Environment

    Week 1: UNIX History

    We cover the early days at Bell Labs, USL vs BSDi, the birth of the BSDs and #Linux, and how we got from Ken Thompson playing "Space Travel" on a PDP-7 to Unix running on your phone, fridge, and TV.

    youtu.be/3H7SQWTR6Dw

    Scroll along through it all here: levenez.com/unix/unix.pdf

  29. Advanced Programming the #UNIX Environment

    Week 1: UNIX History

    We cover the early days at Bell Labs, USL vs BSDi, the birth of the BSDs and #Linux, and how we got from Ken Thompson playing "Space Travel" on a PDP-7 to Unix running on your phone, fridge, and TV.

    youtu.be/3H7SQWTR6Dw

    Scroll along through it all here: levenez.com/unix/unix.pdf

  30. ⚪️ Building Custom Arch Linux Images for Desktop and Raspberry Pi

    🗨️ Sometimes you need to reinstall a system or deploy it on another computer. In such cases, it is convenient to have a prebuilt USB drive containing a distribution with all the required settings already configured.

    In this article, I’ll show you how to create such an image based on Arch Linux, com…

    🔗 hackmag.com/unix/custom-arch-i

    #unix

  31. ⚪️ Building Custom Arch Linux Images for Desktop and Raspberry Pi

    🗨️ Sometimes you need to reinstall a system or deploy it on another computer. In such cases, it is convenient to have a prebuilt USB drive containing a distribution with all the required settings already configured.

    In this article, I’ll show you how to create such an image based on Arch Linux, com…

    🔗 hackmag.com/unix/custom-arch-i

    #unix

  32. @bascule huh. I was almost certainly on #unix that day as well.

  33. @bascule huh. I was almost certainly on #unix that day as well.

  34. @bascule huh. I was almost certainly on #unix that day as well.

  35. @bascule huh. I was almost certainly on #unix that day as well.

  36. @bascule huh. I was almost certainly on #unix that day as well.

  37. My 9/11/2001 was an odd day: though I was a college student and would get the cliche millennial "AV cart with a CRT TV and VCR showing the news in class" later in the day, I had a part-time job I went to in the morning.

    I drove to work listening to my Rio Volt, so despite being an avid radio listener at the time I missed it on the news until I got to work.

    When I came in the secretary said "did you hear a plane hit the Pentagon?" I had not. Getting any information was kind of hard because there were no TVs, only the Internet.

    And every news web site was down, so I got news via IRC, namely #unix on EFnet where people were frantically trying to contact regulars of that channel who lived in NY to see if they were okay.

    The news came out that one of the Twin Towers had been hit, then the other happened. Eventually via IRC and DCC I was able to download an MPEG and everyone at work gathered around to watch a low resolution video of the towers collapsing.

    #9_11

  38. My 9/11/2001 was an odd day: though I was a college student and would get the cliche millennial "AV cart with a CRT TV and VCR showing the news in class" later in the day, I had a part-time job I went to in the morning.

    I drove to work listening to my Rio Volt, so despite being an avid radio listener at the time I missed it on the news until I got to work.

    When I came in the secretary said "did you hear a plane hit the Pentagon?" I had not. Getting any information was kind of hard because there were no TVs, only the Internet.

    And every news web site was down, so I got news via IRC, namely #unix on EFnet where people were frantically trying to contact regulars of that channel who lived in NY to see if they were okay.

    The news came out that one of the Twin Towers had been hit, then the other happened. Eventually via IRC and DCC I was able to download an MPEG and everyone at work gathered around to watch a low resolution video of the towers collapsing.

    #9_11

  39. My 9/11/2001 was an odd day: though I was a college student and would get the cliche millennial "AV cart with a CRT TV and VCR showing the news in class" later in the day, I had a part-time job I went to in the morning.

    I drove to work listening to my Rio Volt, so despite being an avid radio listener at the time I missed it on the news until I got to work.

    When I came in the secretary said "did you hear a plane hit the Pentagon?" I had not. Getting any information was kind of hard because there were no TVs, only the Internet.

    And every news web site was down, so I got news via IRC, namely #unix on EFnet where people were frantically trying to contact regulars of that channel who lived in NY to see if they were okay.

    The news came out that one of the Twin Towers had been hit, then the other happened. Eventually via IRC and DCC I was able to download an MPEG and everyone at work gathered around to watch a low resolution video of the towers collapsing.

    #9_11

  40. My 9/11/2001 was an odd day: though I was a college student and would get the cliche millennial "AV cart with a CRT TV and VCR showing the news in class" later in the day, I had a part-time job I went to in the morning.

    I drove to work listening to my Rio Volt, so despite being an avid radio listener at the time I missed it on the news until I got to work.

    When I came in the secretary said "did you hear a plane hit the Pentagon?" I had not. Getting any information was kind of hard because there were no TVs, only the Internet.

    And every news web site was down, so I got news via IRC, namely on EFnet where people were frantically trying to contact regulars of that channel who lived in NY to see if they were okay.

    The news came out that one of the Twin Towers had been hit, then the other happened. Eventually via IRC and DCC I was able to download an MPEG and everyone at work gathered around to watch a low resolution video of the towers collapsing.

  41. My 9/11/2001 was an odd day: though I was a college student and would get the cliche millennial "AV cart with a CRT TV and VCR showing the news in class" later in the day, I had a part-time job I went to in the morning.

    I drove to work listening to my Rio Volt, so despite being an avid radio listener at the time I missed it on the news until I got to work.

    When I came in the secretary said "did you hear a plane hit the Pentagon?" I had not. Getting any information was kind of hard because there were no TVs, only the Internet.

    And every news web site was down, so I got news via IRC, namely #unix on EFnet where people were frantically trying to contact regulars of that channel who lived in NY to see if they were okay.

    The news came out that one of the Twin Towers had been hit, then the other happened. Eventually via IRC and DCC I was able to download an MPEG and everyone at work gathered around to watch a low resolution video of the towers collapsing.

    #9_11

  42. howtogeek.com/most-ambitious-l

    How important was Linux?
    It caused one of the biggest UNIX projects in history, between 4 of the largest companies (at the time) to fall apart, and one to spend 18 YEARS trying to sue IBM for $5-billion dollars, all while attempting to strongarm other companies $699 per server to avoid being the next Target of a suit.

    #Linux #IBM #SCO #UNIX #Intel