#unix — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #unix, aggregated by home.social.
-
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟲/𝟬𝟵/𝟭𝟰 (Valuable News - 2026/09/14) available.
https://vermaden.wordpress.com/2026/09/14/valuable-news-2026-09-14/
Past releases: https://vermaden.wordpress.com/news/
#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday
-
Is it supposed to be so obtrusive to install #FreeBSD as a #desktop on a laptop with a DE? Configuring stsrc, manually editing lightdm #xkb 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. #unix
-
📝 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! 🔥
-
📝 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! 🔥
-
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.
https://programmingisterrible.com/post/65781074112/devils-dictionary-of-programming
#programming #development #unix #linux #lisp #DSL #LLM #ethics
-
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.
https://programmingisterrible.com/post/65781074112/devils-dictionary-of-programming
#programming #development #unix #linux #lisp #DSL #LLM #ethics
-
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.
https://programmingisterrible.com/post/65781074112/devils-dictionary-of-programming
#programming #development #unix #linux #lisp #DSL #LLM #ethics
-
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.
https://programmingisterrible.com/post/65781074112/devils-dictionary-of-programming
#programming #development #unix #linux #lisp #DSL #LLM #ethics
-
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.
https://programmingisterrible.com/post/65781074112/devils-dictionary-of-programming
#programming #development #unix #linux #lisp #DSL #LLM #ethics
-
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.
-
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.
-
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:
https://far.chickenkiller.com/computing/do-i-need-a-lisp-machine-comeback/
https://www.marginalia.nu/log/53-better-hard-drive-metaphor/
-
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.
-
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.
-
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.
-
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.
-
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.
-
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 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 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 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.
-
#vintageComputing #retroComputing #apple #os #unix
The Internet Archive has a lot of old software now. https://hachyderm.io/@mihaip/117260672690118316
-
#vintageComputing #retroComputing #apple #os #unix
The Internet Archive has a lot of old software now. https://hachyderm.io/@mihaip/117260672690118316
-
#vintageComputing #retroComputing #apple #os #unix
The Internet Archive has a lot of old software now. https://hachyderm.io/@mihaip/117260672690118316
-
#vintageComputing #retroComputing #apple #os #unix
The Internet Archive has a lot of old software now. https://hachyderm.io/@mihaip/117260672690118316
-
#vintageComputing #retroComputing #apple #os #unix
The Internet Archive has a lot of old software now. https://hachyderm.io/@mihaip/117260672690118316
-
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.
Scroll along through it all here: https://levenez.com/unix/unix.pdf
-
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.
Scroll along through it all here: https://levenez.com/unix/unix.pdf
-
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.
Scroll along through it all here: https://levenez.com/unix/unix.pdf
-
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.
Scroll along through it all here: https://levenez.com/unix/unix.pdf
-
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.
Scroll along through it all here: https://levenez.com/unix/unix.pdf
-
⚪️ 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…
-
⚪️ 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…
-
-
-
-
-
-
Majenko has just gone live on #twitch: https://twitch.tv/majenkotech - Today's stream title is: Terminal Server | #VintageComputers #VMS #UNIX #VAX #PDP-11 #RetroComputing
-
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.
-
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.
-
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.
-
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.
-
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.
-
https://www.howtogeek.com/most-ambitious-linux-project-failed-because-lawsuits-were-more-lucrative/
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.