System & Network Admin

System & Network Admin

2116 bookmarks
Custom sorting
The Most Satisfying Way To Commit
The Most Satisfying Way To Commit
Have you ever finished up a bit of code and thought that typing “git push” in a terminal is just not a satisfying finish? So did [penumbriel], so he built a big red button he could smas…
·hackaday.com·
The Most Satisfying Way To Commit
Dummy Plug Gets Smarter With Raspberry Pi
Dummy Plug Gets Smarter With Raspberry Pi
[Doug Brown] had a problem. He uses a dummy HDMI plug to fool a computer into thinking it has a monitor for when you want to run the computer headless. The dummy plug is a cheap device that fools t…
·hackaday.com·
Dummy Plug Gets Smarter With Raspberry Pi
Defining the Next Generation: An Xbox Series X|S Technology Glossary - Xbox Wire
Defining the Next Generation: An Xbox Series X|S Technology Glossary - Xbox Wire
[Editor’s Note: Updated on 10/21 at 11AM to ensure it is now reflective of the capabilities across both of our next-gen Xbox consoles following the unveil of Xbox Series S.] As we enter a new generation of console gaming with Xbox Series X and Xbox Series S, we’ve made a number of technology advancements across […]
DirectStorage
·news.xbox.com·
Defining the Next Generation: An Xbox Series X|S Technology Glossary - Xbox Wire
Taking A One Handed Keyboard To The Next Level
Taking A One Handed Keyboard To The Next Level
When a wrist mounted keyboard floated past in the Hackaday feed, a mental image surfaced, perhaps something like a Blackberry keyboard mounted on a wrist cuff, maybe with some kind of display. It&#…
·hackaday.com·
Taking A One Handed Keyboard To The Next Level
WeatherStar 4000+ provides the weather (with the look of the 1990s)
WeatherStar 4000+ provides the weather (with the look of the 1990s)
WeatherStar 4000+ aims to bring back the feel of the 90’s with a weather forecast that has the look and feel of The Weather Channel at that time but available in a modern way. This is by no m…
·blog.adafruit.com·
WeatherStar 4000+ provides the weather (with the look of the 1990s)
A CNAME for your feed
A CNAME for your feed
Dave Winer, OG blogger, podcaster, developed first apps in many categories. Old enough to know better. It's even worse than it appears.
·scripting.com·
A CNAME for your feed
Introducing dnst — a DNS Toolbox for network operators
Introducing dnst — a DNS Toolbox for network operators
By Alex Band More than two decades ago, NLnet Labs started the ldns library, with the goal of letting developers easily create RFC compliant DNS software in the C programming language. The library included a number of example programs, many of which have found their way into operator workflows. With
·blog.nlnetlabs.nl·
Introducing dnst — a DNS Toolbox for network operators
Download | Nix & NixOS
Download | Nix & NixOS
Nix is a tool that takes a unique approach to package management and system configuration. Learn how to make reproducible, declarative and reliable systems.
·nixos.org·
Download | Nix & NixOS
Create a Bootable USB from ISO using Linux DD Command
Create a Bootable USB from ISO using Linux DD Command
Manually create a bootable USB from ISO Files Using the Linux dd Command. Easily burn or write ISO to USB drives. Easily boot from a USB stick.
·pendrivelinux.com·
Create a Bootable USB from ISO using Linux DD Command
Pinry Docs
Pinry Docs
Docs for the Pinry project.
·pinry.github.io·
Pinry Docs
Elestio: Fully Managed Open source
Elestio: Fully Managed Open source
Deploy 350+ open-source software on a dedicated instance in 3 mins. We handle setup, config, encryption, backups, updates, monitoring & more!
·elest.io·
Elestio: Fully Managed Open source
Bring Back The BIOS! (To UEFI Systems, That Is)
Bring Back The BIOS! (To UEFI Systems, That Is)
At the dawn of the PC, IBM provided the Basic Input Output System (BIOS). It took care of bringing the machine up, and exposed a series of software hooks for the hardware. Over the years the BIOS a…
·hackaday.com·
Bring Back The BIOS! (To UEFI Systems, That Is)
My 2025 high-end Linux PC 🐧
My 2025 high-end Linux PC 🐧
Turns out my previous attempt at this build had a faulty CPU! With the CPU replaced, the machine now is stable and fast! 🚀 In this article, I’ll go into a lot more detail about the component selection, but in a nutshell, I picked an Intel 285K CPU for low idle power, chose a 4TB SSD so I don’t have to worry about running out of storage quickly, and a capable nvidia graphics card to drive my Dell UP3218K 8K monitor.
·michael.stapelberg.ch·
My 2025 high-end Linux PC 🐧
How to extract audio from video on Linux
How to extract audio from video on Linux
The purpose of this tutorial is to extract the audio contents from a video file on a Linux system. This can be done from the command line after installing the software package, if you do not already…
ffmpeg -i video.mp4 audio.mp3
·linuxconfig.org·
How to extract audio from video on Linux