System & Network Admin

System & Network Admin

2123 bookmarks
Custom sorting
How to Filter Text in Linux with Awk and Regular Expressions
How to Filter Text in Linux with Awk and Regular Expressions
When we run certain commands in Unix/Linux to read or edit text from a string or file, we most times try to filter output to a given section of interest.
·tecmint.com·
How to Filter Text in Linux with Awk and Regular Expressions
How to Print Fields and Columns with Awk in Linux
How to Print Fields and Columns with Awk in Linux
In this article, we will explore how to leverage Awk to print fields and columns, providing practical examples and explanations to demonstrate its effectiveness
·tecmint.com·
How to Print Fields and Columns with Awk in Linux
Demystifying eBPF Tracing | Beginner’s Guide
Demystifying eBPF Tracing | Beginner’s Guide
Unlock Linux kernel insights with eBPF tracing. Collect performance data, troubleshoot, and gain granular visibility.
·groundcover.com·
Demystifying eBPF Tracing | Beginner’s Guide
Multiprocess Errors | Bash Shell | Linux | Multithreading
Multiprocess Errors | Bash Shell | Linux | Multithreading
Errors are easy to make when programming multiple concurrent processes or threads. Using atomic operations and well-formed locks can help to avoid such errors.
·johndcook.com·
Multiprocess Errors | Bash Shell | Linux | Multithreading
flox | Environments with wings
flox | Environments with wings
Manage and share development environments with all the frameworks and libraries you need, then publish artifacts anywhere. Harness the power of Nix.
·flox.dev·
flox | Environments with wings
eBPF: Meaner Hooks, More WebAssembly and Observability Due
eBPF: Meaner Hooks, More WebAssembly and Observability Due
While most enterprises lack the expertise to directly utilize eBPF and should opt for tools configured with eBPF and extended layers of functionality, help is on the way this year.
·thenewstack.io·
eBPF: Meaner Hooks, More WebAssembly and Observability Due
Essential responsibilities of a Linux sysadmin
Essential responsibilities of a Linux sysadmin
Installing and updating the OS, managing user accounts, and looking after security are just a few of the primary responsibilities of a Linux systems administrator.
·networkworld.com·
Essential responsibilities of a Linux sysadmin
How to Stress Test Your Linux CPU for High Load
How to Stress Test Your Linux CPU for High Load
stress and stress-ng are essential tools for assessing and testing the performance of Linux systems under various conditions.
·tecmint.com·
How to Stress Test Your Linux CPU for High Load
How to Record and Replay Terminal Sessions in Linux
How to Record and Replay Terminal Sessions in Linux
In this guide, we are going to look at how to use a script and scriptreplay commands in Linux that can help you to record and replay terminal sessions.
·tecmint.com·
How to Record and Replay Terminal Sessions in Linux
Linux: Hide Your Shell Passwords with sshpass
Linux: Hide Your Shell Passwords with sshpass
Hard-coding is never the answer. Instead, use sshpass when you need to put a password in your Bash script.
·thenewstack.io·
Linux: Hide Your Shell Passwords with sshpass
A Cheat Sheet to Database Access Control: PostgreSQL
A Cheat Sheet to Database Access Control: PostgreSQL
Configuring security in Postgres is often a highly manual task, but automation helps simplify and standardize managing access permissions.
·thenewstack.io·
A Cheat Sheet to Database Access Control: PostgreSQL
How to Learn Nix, Part 49: nix-direnv is a huge quality of life improvement
How to Learn Nix, Part 49: nix-direnv is a huge quality of life improvement
The reason I discovered an ancient blog post the other day was that I had something new to say about Nix for the first time in over two years. The thing I want to say is this: nix-direnv is great. It fixes roughly every problem that I’ve had with nix-shell, and does so in a much nicer way than my previous ad-hoc solutions.
·ianthehenry.com·
How to Learn Nix, Part 49: nix-direnv is a huge quality of life improvement
A Practical Guide to GNU sed With Examples
A Practical Guide to GNU sed With Examples
The CLI sed is often misunderstood. Yet, it can be very useful to edit automatically a bunch of files directly in the shell or in a script.
·thevaluable.dev·
A Practical Guide to GNU sed With Examples
Testcontainers
Testcontainers
Testcontainers is an opensource framework for providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
·testcontainers.com·
Testcontainers
How to change the Swappiness of your Linux system
How to change the Swappiness of your Linux system
Swappiness is the kernel parameter that defines how much (and how often) your Linux kernel will copy RAM contents to swap. This parameters default va...
·howtoforge.com·
How to change the Swappiness of your Linux system