System & Network Admin

System & Network Admin

2081 bookmarks
Custom sorting
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
How to use sys.argv in Python - GeeksforGeeks
How to use sys.argv in Python - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
·geeksforgeeks.org·
How to use sys.argv in Python - GeeksforGeeks
How to Create a Directory in Python - AskPython
How to Create a Directory in Python - AskPython
In this tutorial, we will see how to do precisely that. We will learn several ways to create a directory in Python.
·askpython.com·
How to Create a Directory in Python - AskPython
Bandwidth Measurement using netcat on Linux
Bandwidth Measurement using netcat on Linux
There are various implementations. I am using nmap-ncat on rockOS 8 on both hosts. Netcat's using TCP by default and this test is not limited by disk I/O from what I understood. That said, it is not
·ittavern.com·
Bandwidth Measurement using netcat on Linux
PSSH - Run Commands on Multiple Remote Linux Systems
PSSH - Run Commands on Multiple Remote Linux Systems
PSSH is a small Python-based program, which allows you to execute commands on multiple Linux remote servers in parallel at the same time using the single shell.
·tecmint.com·
PSSH - Run Commands on Multiple Remote Linux Systems