System & Network Admin

System & Network Admin

2355 bookmarks
Custom sorting
Infrastructure as Code (IaC): Building Reliable Systems with Code – TheLinuxCode
Infrastructure as Code (IaC): Building Reliable Systems with Code – TheLinuxCode
I still remember the day a minor security patch took down an entire staging cluster. Nothing dramatic—just a few manual tweaks on “that one server.” But the environment never matched production again, and the team lost two days chasing a phantom bug. That was my turning point: if infrastructure matters as much as application code, […]
·thelinuxcode.com·
Infrastructure as Code (IaC): Building Reliable Systems with Code – TheLinuxCode
Docker lazy loading at Grab: Accelerating container startup times
Docker lazy loading at Grab: Accelerating container startup times
Large container images were causing slow cold starts and poor auto-scaling for Grab's data platforms. This post explores how we implemented Docker image lazy loading with Seekable OCI (SOCI) technology, to achieve faster image pulls and startup times. The blog discusses how lazy loading works, the technology behind SOCI and eStargz, and finally how this configuration delivered a 60% improvement in download times.
·engineering.grab.com·
Docker lazy loading at Grab: Accelerating container startup times
ShellBeats — Open Source CLI Music Player
ShellBeats — Open Source CLI Music Player
Stream YouTube music without ads from your terminal. Open source CLI music player with playlist support and MP3 downloads.
·shellbeats.com·
ShellBeats — Open Source CLI Music Player
How to Set up Tailscale on a Synology NAS
How to Set up Tailscale on a Synology NAS
This tutorial looks at how to set up Tailscale on a Synology NAS. Tailscale is a configure-less VPN that lets you access your local devices securely!
·wundertech.net·
How to Set up Tailscale on a Synology NAS
utm
utm
Homebrew’s package index
·formulae.brew.sh·
utm
A sensible NixOS Xfce configuration
A sensible NixOS Xfce configuration
A sensible NixOS Xfce configuration. GitHub Gist: instantly share code, notes, and snippets.
·gist.github.com·
A sensible NixOS Xfce configuration
Setting up a VPC Route Server with Pulumi - Scott's Weblog - The weblog of an IT pro focusing on cloud computing, Kubernetes, Linux, containers, and networking
Setting up a VPC Route Server with Pulumi - Scott's Weblog - The weblog of an IT pro focusing on cloud computing, Kubernetes, Linux, containers, and networking
If you need to work with BGP in your AWS VPCs—so that BGP-learned routes can be injected into a VPC route table—then you will likely need a VPC Route Server. While you could set up a VPC Route Server manually, what’s the fun in that? In this post, I will walk you through a Pulumi program that will set up a VPC Route Server. Afterward, I will discuss some ways you could check the functionality of the VPC Route Server to show that it is indeed working as expected.
·blog.scottlowe.org·
Setting up a VPC Route Server with Pulumi - Scott's Weblog - The weblog of an IT pro focusing on cloud computing, Kubernetes, Linux, containers, and networking
Dino. Communicating happiness.
Dino. Communicating happiness.
A privacy-friendly messaging app for the desktop. It uses the XMPP protocol and provides a clean UI with modern features.
·dino.im·
Dino. Communicating happiness.
muzi ᴡᴏʀᴋꜱ
muzi ᴡᴏʀᴋꜱ
muzi ᴡᴏʀᴋꜱ makes tools for your adventures, wherever they make take you. Our Meshtastic devices based on open source, off-grid, decentralized, mesh network built to run on affordable, low-power devices. Your one stop shop for overlanding, hiking, rock climbing, skiing, snowboarding, travel, urban adventures and more.
·muzi.works·
muzi ᴡᴏʀᴋꜱ
Ekphos - Terminal Markdown Research Tool
Ekphos - Terminal Markdown Research Tool
A lightweight, fast, terminal-based markdown research tool inspired by Obsidian. Built with Rust.
·ekphos.xyz·
Ekphos - Terminal Markdown Research Tool
Beginner's Guide to Using Podman Compose
Beginner's Guide to Using Podman Compose
Podman also has a compose tool that allows you to work with Docker compose like files. Here's all you need to know about it.
·linuxhandbook.com·
Beginner's Guide to Using Podman Compose
How to Run Local AI in ONLYOFFICE on Ubuntu Using Ollama
How to Run Local AI in ONLYOFFICE on Ubuntu Using Ollama
In this article, learn how to enable AI-powered document editing on Ubuntu using ONLYOFFICE Desktop Editors and Ollama for a local AI-assistant.
·tecmint.com·
How to Run Local AI in ONLYOFFICE on Ubuntu Using Ollama
Block Devices In User Space
Block Devices In User Space
Your new project really could use a block device for Linux. File systems are easy to do with FUSE, but that’s sometimes too high-level. But a block driver can be tough to write and debug, esp…
·hackaday.com·
Block Devices In User Space
Intel Wireless setup on fresh nixos install - Help - NixOS Discourse
Intel Wireless setup on fresh nixos install - Help - NixOS Discourse
I cannot get wifi to work on a fresh nixos install. Hardware: Dell Latitude E7250. Ethernet connection works out-of-the-box. Desktop Env: Budgie configuration.nix (extract) users.users.xa = { isNormalUser = true; description = "xa"; shell = pkgs.fish; extraGroups = [ "networkmanager" "wheel" ]; packages = with pkgs; [ ]; }; nixpkgs.config.allowUnfree = true; networking.networkmanager.enable = true; networking.wireless.enable = false; # The wiki seems to say that...
·discourse.nixos.org·
Intel Wireless setup on fresh nixos install - Help - NixOS Discourse
Memvid - Give your AI Agent Photographic Memory
Memvid - Give your AI Agent Photographic Memory
Replace complex RAG pipelines with a single portable file that gives every agent instant retrieval and long-term memory.
·memvid.com·
Memvid - Give your AI Agent Photographic Memory
hosts.allow format and example on Linux
hosts.allow format and example on Linux
Learn to edit the hosts.allow file on Linux for TCP wrapped services. Discover syntax, rules, and examples for network access control.
·linuxconfig.org·
hosts.allow format and example on Linux