System & Network Admin

System & Network Admin

2075 bookmarks
Custom sorting
MinIO Quickstart Guide
MinIO Quickstart Guide
The Object Store for AI Data Infrastructure
·charts.min.io·
MinIO Quickstart Guide
Is Your Mental Model Of Bash Pipelines Wrong?
Is Your Mental Model Of Bash Pipelines Wrong?
[Michael Lynch] encountered a strange situation. Why was compiling then running his program nearly 10x faster than just running the program by itself? [Michael] ran into this issue while benchmarki…
·hackaday.com·
Is Your Mental Model Of Bash Pipelines Wrong?
Webserver Runs On Android Phone
Webserver Runs On Android Phone
Android, the popular mobile phone OS, is essentially just Linux with a nice user interface layer covering it all up. In theory, it should be able to do anything a normal computer running Linux coul…
·hackaday.com·
Webserver Runs On Android Phone
Evolve Manual and Templated Dockerfiles with Automation
Evolve Manual and Templated Dockerfiles with Automation
Manually crafting Dockerfiles presents challenges for developers. One possible solution is to autogenerate them with an abstraction tool.
·thenewstack.io·
Evolve Manual and Templated Dockerfiles with Automation
Your style, our editor
Your style, our editor
Vale is a command-line tool that brings code-like linting to prose. It's fast, cross-platform (Windows, macOS, and Linux), and highly customizable.
·vale.sh·
Your style, our editor
Bluefin
Bluefin
The next generation cloud-native Linux workstation, designed for reliability, performance, and sustainability.
·projectbluefin.io·
Bluefin
How to Install Mosquitto MQTT Server on Ubuntu 22.04
How to Install Mosquitto MQTT Server on Ubuntu 22.04
Mosquitto is a free, open-source, and lightweight server implementation of the MQTT protocol. This post will show you how to install the Mosquitto ser...
·howtoforge.com·
How to Install Mosquitto MQTT Server on Ubuntu 22.04
Accelerate Your Pip Installs with Uv
Accelerate Your Pip Installs with Uv
Have you ever found yourself patiently waiting as Pip installs the various Python packages needed for your latest project? Well, the good folks at Astral aim to solve this common frustration with their new tool: uv! What is Uv? uv is a fast (10-100 times faster) high-speed package installer and
·packetcoders.io·
Accelerate Your Pip Installs with Uv
Making bash aliases easy to manage
Making bash aliases easy to manage
Aliases provide an easy way to reuse complicated or often-used commands.
·networkworld.com·
Making bash aliases easy to manage
How to keep your product alive: poor man's SRE
How to keep your product alive: poor man's SRE
Let's imagine your product didn't die and managed to gain some real traction (🎉 CONGRATULATIONS!). After a few years it stops being a small and nimble project and turns into something much bigger, involving dozens and hundreds of people. Project lifecycle: MVP - growth - maintenance What does a full-stack engineer
·pixeljets.com·
How to keep your product alive: poor man's SRE
Be It Resolved: Systemd Shall Serve DNS
Be It Resolved: Systemd Shall Serve DNS
Our topic today is configuring desktop Linux DNS settings. It’s simple in principle and can yield privacy, security, and availability benefits. Yet despite how straightforward it is in theory and historically was in practice, customizing your device’s DNS is no longer an intuitive matter.
·linuxinsider.com·
Be It Resolved: Systemd Shall Serve DNS
Crafting Advanced DNS Configurations on Linux
Crafting Advanced DNS Configurations on Linux
This installment will start by fleshing out how systemd-resolved routes queries. From there, I will outline how to configure DNS on a per-link basis. To close, I will reflect on why it’s so difficult to get simple, consistent, and actionable information on this subject.
·linuxinsider.com·
Crafting Advanced DNS Configurations on Linux
13 Practical Examples of 'history' Command in Linux
13 Practical Examples of 'history' Command in Linux
In this post, we will see how we can use the history command effectively to extract the commands that were executed by users in the Bash shell.
·tecmint.com·
13 Practical Examples of 'history' Command in Linux
Determining leap years on Linux
Determining leap years on Linux
Leap years are not quite as regular as we might have believed. A fairly simple Linux script can tell you whether a year will be a leap year or not.
·networkworld.com·
Determining leap years on Linux