System & Network Admin

System & Network Admin

2075 bookmarks
Custom sorting
Fish - The User-Friendly Interactive Shell for Linux
Fish - The User-Friendly Interactive Shell for Linux
The Fish is a command-line shell that is designed to be user-friendly, interactive, and provide additional features compared to traditional shells like Bash.
·tecmint.com·
Fish - The User-Friendly Interactive Shell for Linux
Diff`ing Files with Difftastic
Diff`ing Files with Difftastic
What is Difftastic? Difftasic is a CLI tool that allows you to compare files based on their syntax rather than rely on line-by-line matching. For example, this means that if you had the following files, Difftastic would not detect any differences. $ cat vlans_1.json { "vlans": [100, 200,
·packetcoders.io·
Diff`ing Files with Difftastic
How to Install an iSCSI Storage Server on Ubuntu 22.04
How to Install an iSCSI Storage Server on Ubuntu 22.04
iSCSI stands for Internet Small Computer System Interface is a Storage Area Network protocol that can be used to share block devices such as HDD/SSD p...
·howtoforge.com·
How to Install an iSCSI Storage Server on Ubuntu 22.04
How to monitor permission, ownership or any other change to a particular directory or file - Red Hat Customer Portal
How to monitor permission, ownership or any other change to a particular directory or file - Red Hat Customer Portal
How to monitor the permission change and ownership change of a particular directory or file? How to configure auditd to find how a file was modified in Red Hat Enterprise Linux? What tool can audit files at a directory level? How do I monitor files or directories using auditd in Red Hat Enterprise Linux ? How do I monitor a file or directory to see which user or program has accessed or modified data ?
·access.redhat.com·
How to monitor permission, ownership or any other change to a particular directory or file - Red Hat Customer Portal
001 make
001 make
null
·text.causal.agency·
001 make
How To Install cifs-utils on Debian 12
How To Install cifs-utils on Debian 12
Learn how to install cifs-utils on Debian 12 with this tutorial. cifs-utils is Common Internet File System utilities
·installati.one·
How To Install cifs-utils on Debian 12
How to Install Jellyfin Media Server on Debian 12
How to Install Jellyfin Media Server on Debian 12
Jellyfin is free software for building a media server. It lets you collect, manage, and stream your media files from multiple devices or clients. This...
·howtoforge.com·
How to Install Jellyfin Media Server on Debian 12
Zero Configuration Networking with Linux - Linux.com
Zero Configuration Networking with Linux - Linux.com
Author: Peter Enseleit Zero Configuration Networking (Zeroconf) is a standard method of establishing communications between computers and allowing them to advertise and access each others’ resources. It is designed to ease some of the complexities involved in computer networking — in fact, it is designed to remove them altogether, by requiring no user configuration at […]
·linux.com·
Zero Configuration Networking with Linux - Linux.com
OpenTelemetry support
OpenTelemetry support
Analyze telemetry data for builds
-d --name jaeger -p "6831:6831/udp" -p "16686:16686" --restart unless-stopped jaegertracing/all-in-one
·docs.docker.com·
OpenTelemetry support
Docker Containers Security
Docker Containers Security
Docker is now widely used in DevOps due to its ease of use and intuitive user experience. In this series, you'll learn everything there is to know about Docker, from its internals to exploiting misconfigurations to securing your Docker environment.
·tbhaxor.com·
Docker Containers Security
Docker container build driver
Docker container build driver
The Docker container driver runs BuildKit in a container image.
·docs.docker.com·
Docker container build driver
Creating your Own Base Image for Docker
Creating your Own Base Image for Docker
Have you ever wondered what it's like to create a docker base image that users can import and build on? This tutorial will show you how to make your own Docker base images from scratch in two different approaches.
·tbhaxor.com·
Creating your Own Base Image for Docker
Firewalld: An Easier Way to Manage Linux Firewalls
Firewalld: An Easier Way to Manage Linux Firewalls
Tired of iptables? With firewalld, you can easily open ports, block IP addresses, manage zones, and even add a GUI for easier management.
·thenewstack.io·
Firewalld: An Easier Way to Manage Linux Firewalls
czkawka
czkawka
Multi functional app to find duplicates, empty folders, similar images etc.
·qarmin.github.io·
czkawka
NixOS has one fatal flaw
NixOS has one fatal flaw
This short from my Ship It! apperance created a firestorm of comments from folks who were unsatisfied with the lack of explanation behind my conclusion. Let me explain…
·changelog.com·
NixOS has one fatal flaw
Uniting the Linux random-number devices
Uniting the Linux random-number devices
Blocking in the kernel's random-number generator (RNG)—causing a process to wait for "enough" entropy to generate strong random numbers—has always been controversial. It has also led to various kinds of problems over the years, from timeouts and delays caused by misuse in user-space programs to deadlocks and other problems in the boot process. That behavior has undergone a number of changes over the last few years and it looks possible that the last vestige of the difference between merely "good" and "cryptographic-strength" random numbers may go away in some upcoming kernel version.
·lwn.net·
Uniting the Linux random-number devices