System & Network Admin

System & Network Admin

1967 bookmarks
Custom sorting
Safing Portmaster - Easy Privacy
Safing Portmaster - Easy Privacy
Portmaster is a free and open-source application that puts you back in charge over all your computer's network connections. Increase your privacy and security. Get peace of mind.
·safing.io·
Safing Portmaster - Easy Privacy
How to copy and paste in terminal
How to copy and paste in terminal
If you’re here reading this, then you’re probably stumped as to why you can’t use crtl-c or ctrl-v to copy and paste code into your…
·medium.com·
How to copy and paste in terminal
Toolboxes are not just for special cases
Toolboxes are not just for special cases
I made a video on how I use distrobox on my desktop, and over time as more and more people have been discovering the value of a cloud-native desktop it's starting to gain some attention! Since SteamOS is an image-based OS right of the bat (must be nice to start
·ypsidanger.com·
Toolboxes are not just for special cases
A guide to upscaling or downscaling video with FFmpeg
A guide to upscaling or downscaling video with FFmpeg
How to do video scaling using FFmpeg with examples for different types of upscaling and downscaling methods. Scaling a video means to make it either larger (higher resolution) or smaller (smaller…
·write.corbpie.com·
A guide to upscaling or downscaling video with FFmpeg
Coding Wherever: My Fully-Featured Travel Dev Setup from Sea Level to 40,000 feet
Coding Wherever: My Fully-Featured Travel Dev Setup from Sea Level to 40,000 feet
What do you do if you want to code using an (almost) fully featured IDE setup, but you’re up 40,000 feet in the air, without internet? And you don’t want to pay for business class1? I’ll show you what I did and I’m definitely interested in feedback and other solutions to this problem. Let’s just pretend that I don’t want to pay for business class, not that I can’t… ↩
·geo-ant.github.io·
Coding Wherever: My Fully-Featured Travel Dev Setup from Sea Level to 40,000 feet
From Computer to Production With Nix
From Computer to Production With Nix
Article developing a flake.nix that you can use for development, testing and building for production releases
·priver.dev·
From Computer to Production With Nix
How to Collapse Your Stack Using PostgreSQL for Everything
How to Collapse Your Stack Using PostgreSQL for Everything
What Postgres for Everything means to a dev deploying all sorts of databases. Spoiler: it’s about collapsing your stack & keeping your world simple.
·timescale.com·
How to Collapse Your Stack Using PostgreSQL for Everything
/e/OS Is Better Than Android. You Should Try It
/e/OS Is Better Than Android. You Should Try It
Even if you aren’t technically inclined, this privacy-first mobile operating system helps you escape surveillance capitalism.
·wired.com·
/e/OS Is Better Than Android. You Should Try It
Midnight Commander - A Console-Based File Manager for Linux
Midnight Commander - A Console-Based File Manager for Linux
Midnight Commander is a text-based file manager for Linux and other Unix-like operating systems that provides a user-friendly interface for managing files.
·tecmint.com·
Midnight Commander - A Console-Based File Manager for Linux
Linux Fu: The Root Cause
Linux Fu: The Root Cause
There was a time when real system administrators just logged into Unix systems as root. But as we all know — with great power comes great responsibility. It’s too easy to do terrible th…
·hackaday.com·
Linux Fu: The Root Cause
Tags and Postgres Arrays, a Purrrfect Combination | Crunchy Data Blog
Tags and Postgres Arrays, a Purrrfect Combination | Crunchy Data Blog
Are you using tags in your database with some of your main database properties? Paul reviews some of the ways to store tags in a database from basic relational models to text arrays. He provides some performance tests, sample queries, and guidance on choosing the best path.
·crunchydata.com·
Tags and Postgres Arrays, a Purrrfect Combination | Crunchy Data Blog
Let PostgreSQL Pick An Index For You
Let PostgreSQL Pick An Index For You
Programming book reviews, programming tutorials,programming news, C#, Ruby, Python,C, C++, PHP, Visual Basic, Computer book reviews, computer history, programming history, joomla, theory, spreadsheets and more.
·i-programmer.info·
Let PostgreSQL Pick An Index For You
Radio Free Fedi
Radio Free Fedi
Sounds from the Fediverse to the Universe
·radiofreefedi.net·
Radio Free Fedi
Glitch
Glitch
Simple, powerful, free tools to create and use millions of apps.
·glitch.com·
Glitch
Using ARG in a Dockerfile - beware the gotcha
Using ARG in a Dockerfile - beware the gotcha
Using ARG in a Dockerfile - beware the gotcha 13 May 2024 | 3 min read Today I learned about the subtleties of build arguments in Dockerfile...
·qmacro.org·
Using ARG in a Dockerfile - beware the gotcha
Distrobox
Distrobox
Use any linux distribution inside your terminal.
·distrobox.it·
Distrobox
How to mount a vmdk file in Linux
How to mount a vmdk file in Linux
Overview vmdk’s, the underlying filesystem commonly used in vmware, can be mounted on a Linux server using the qemu utilities. In this example, I downloaded an ova, unarchived it, and retrieved the vmdk files. Once exposed, I am able to mount the filesystems embedded within the vmdk. In this example, the ova is a virtual “appliance” which prohibits access a low level root shell. By mounting the vmdk file system directly, we can take a peek at the hidden secrets the vendor keeps under lock and key.
·jasonmurray.org·
How to mount a vmdk file in Linux
Text Processing in Linux: Understanding Grep, sed, and AWK
Text Processing in Linux: Understanding Grep, sed, and AWK
This guide introduces you to Grep, sed, and AWK, which are Linux tools used for text processing. It explains the differences between grep, sed, and AWK and provides beginner examples for each.
·linode.com·
Text Processing in Linux: Understanding Grep, sed, and AWK