System & Network Admin

System & Network Admin

2075 bookmarks
Custom sorting
Can you diff all files in one directory?
Can you diff all files in one directory?
I have a bunch of files stored in various directories. They have been created at different times, but I need to check that their contents are the same. I cannot find how to do a diff on ALL files i...
·unix.stackexchange.com·
Can you diff all files in one directory?
Using Functions in Bash
Using Functions in Bash
Never rewrite code, use functions instead!
·linuxhandbook.com·
Using Functions in Bash
Bash Beginner Series #3: Passing Arguments to Bash Scripts
Bash Beginner Series #3: Passing Arguments to Bash Scripts
In the third part of the Bash Beginner Series, you'll learn to pass arguments to a bash shell script. You'll also learn about special bash shell variables.
·linuxhandbook.com·
Bash Beginner Series #3: Passing Arguments to Bash Scripts
Unmasking HTTP Logs: From Blind Spots to Full Visibility
Unmasking HTTP Logs: From Blind Spots to Full Visibility
Standard HTTP logs miss crucial details like request and response bodies, hindering debugging. Our article offers solutions for complete HTTP logging, ensuring you have all the necessary information for effective web management.
·blog.kalvad.com·
Unmasking HTTP Logs: From Blind Spots to Full Visibility
Linux Fu: Kernel Modules Have Privileges
Linux Fu: Kernel Modules Have Privileges
I did something recently I haven’t done in a long time: I recompiled the Linux kernel. There was a time when this was a common occurrence. You might want a feature that the default kernel did…
·hackaday.com·
Linux Fu: Kernel Modules Have Privileges
How to identify whether webp image is static or animated?
How to identify whether webp image is static or animated?
I am working on a project where a user can upload webp images. I know how to convert webp images into jpg/png, but am stuck on how to identify whether the webp image is static (non-animated) or ani...
·stackoverflow.com·
How to identify whether webp image is static or animated?
Sioyek
Sioyek
·sioyek.info·
Sioyek
RADIUS Server for Enterprise Networks
RADIUS Server for Enterprise Networks
Explore the history of RADIUS, its role in PPP, its integration with 802.1X for wireless LANs, and the use of EAP in enhancing network security.
·tbhaxor.com·
RADIUS Server for Enterprise Networks
Blocking Bots with Nginx
Blocking Bots with Nginx
How I've automated updating the bot list to block access to my site
·rknight.me·
Blocking Bots with Nginx
Pairing with ChatGPT to help write a Postgres function
Pairing with ChatGPT to help write a Postgres function
Here’s the latest installment in the series on working with LLMS: It was only after I deployed the function and used it in three different dashboards that the penny finally dropped. This had …
·blog.jonudell.net·
Pairing with ChatGPT to help write a Postgres function
A Beginner's Guide to TextFSM for Network Automation
A Beginner's Guide to TextFSM for Network Automation
Introduction to TextFSM In this blog post, we will look at TextFSM, a tool that helps parse the raw data (semi-structured) we often get from network devices. If you've ever tried to use TextFSM documentation, you might know it can be a bit confusing. Therefore in this post, we'll go
·packetcoders.io·
A Beginner's Guide to TextFSM for Network Automation
How to Use 'ddrescue' Command to Recover Data in Linux
How to Use 'ddrescue' Command to Recover Data in Linux
In this article, I’ll guide you through the process of using ddrescue to recover data from a failing hard disk in simple, easy-to-follow steps.
·tecmint.com·
How to Use 'ddrescue' Command to Recover Data in Linux
One Line Fuzzy Find for Git Worktree
One Line Fuzzy Find for Git Worktree
Let's explore how to create a one-liner for fuzzy matching when navigating git worktrees.
·olafalders.com·
One Line Fuzzy Find for Git Worktree
How to Create and Use sudo Command in Linux
How to Create and Use sudo Command in Linux
The sudo command in Linux stands for “superuser do“, which allows a permitted user to execute a command as the superuser or another user.
·tecmint.com·
How to Create and Use sudo Command in Linux
Directory based config for easy git workflow
Directory based config for easy git workflow
A very common use case for a developer is to deal with multiple github accounts and hence multiple ssh keys. and this gets pretty painful quickly. I’ll show you how I manage multiple GitHub accounts easily by setting up different SSH keys and git configs for each project folder. This guide will help you avoid SSH key problems and make workflow for personal, work, and client projects much simpler.
·shobi.dev·
Directory based config for easy git workflow
Whose CIDR is it anyway?
Whose CIDR is it anyway?
A look at CIDR block ownership from a RIR-, country-, and organization level. Originally presented at RIPE88.
·netmeister.org·
Whose CIDR is it anyway?
Quality of Service (QoS) in Computer Networks: Boosting Performance
Quality of Service (QoS) in Computer Networks: Boosting Performance
Quality of Service (QoS) in computer networks provides network engineers with the means to prioritize latency-sensitive traffic flows. It is increasingly essential as bandwidth consumption soars. Learn more about it here.
·networkcomputing.com·
Quality of Service (QoS) in Computer Networks: Boosting Performance
What is the default password for Postgres
What is the default password for Postgres
I have just install Postgres 9.3 on Windows 7. The installation completed successfully. It has never asked me to provide the password for postgres user. The service postgresql-x64-9.3 is up and ru...
·stackoverflow.com·
What is the default password for Postgres
ffmpeg: Extract audio from .WEBM to .MP3 – Bytefreaks.net
ffmpeg: Extract audio from .WEBM to .MP3 – Bytefreaks.net
If you need to extract the audio from an .WEBM movie file to an .MP3 audio file you can  execute the following: The first command will assign the file name to a variable, we do this to avoid typing…
·bytefreaks.net·
ffmpeg: Extract audio from .WEBM to .MP3 – Bytefreaks.net