System & Network Admin

System & Network Admin

2075 bookmarks
Custom sorting
The Linux Return Code
The Linux Return Code
Today we are going to quickly cover the Linux return code and its use in the world of network automation. What is a Return Code? A return code (also known as an exit code) is: a numeric value that is returned by a process (to its parent process) when terminating
·packetcoders.io·
The Linux Return Code
CaseEnd
CaseEnd
·caseend.com·
CaseEnd
Securely Generating TOTP tokens with Emacs
Securely Generating TOTP tokens with Emacs
If you're tired of reaching for your smartphone authenticator or key fob to type in a TOTP, or Time-Based One-Time Password, then why not use Emacs to generate them for you instead? Combine it with auth sources and GPG, and you can securely encrypt the master keys at the same time.
·masteringemacs.org·
Securely Generating TOTP tokens with Emacs
How to Install ModSecurity 3 with Nginx on Ubuntu 22.04
How to Install ModSecurity 3 with Nginx on Ubuntu 22.04
ModSecurity is a free and open-source Web Application Firewall (WAF) that protects your website from several types of attacks, including cross-site sc...
·howtoforge.com·
How to Install ModSecurity 3 with Nginx on Ubuntu 22.04
Would a Duress Password be a Good Idea? – SQLServerCentral
Would a Duress Password be a Good Idea? – SQLServerCentral
Today we have a guest editorial from Andy Warren. Should we adopt a duress password, just in case we find ourselves in a movie situation while at work?
·sqlservercentral.com·
Would a Duress Password be a Good Idea? – SQLServerCentral
Adding a "duress" password with PAM Duress
Adding a "duress" password with PAM Duress
Users often store a lot of sensitive information on their computers—from credentials to banned texts to family photos—that they might normally expect to be protected by the login password of their account. Under some circumstances, though, users can be required to log into their system so that some third party (e.g. government agent) can examine and potentially copy said data. A new project, PAM Duress, provides a way to add other passwords to an account, each with its own behavior, which might be a way to avoid granting full access to the system, though the legality is in question.
·lwn.net·
Adding a "duress" password with PAM Duress
How To Download All of Wikipedia onto a USB Flash Drive in 2022
How To Download All of Wikipedia onto a USB Flash Drive in 2022
Here's how to download all of Wikipedia (6M+ articles) onto a USB flash drive for offline access. After hours of trying and failing, here's what worked for me
·planetofthepaul.com·
How To Download All of Wikipedia onto a USB Flash Drive in 2022
Using Nix in Elixir projects
Using Nix in Elixir projects
This blog has moved. Please now refer to this article by using this link.
·medium.com·
Using Nix in Elixir projects
Elixir Dev Environment With Nix | Mathias Polligkeit
Elixir Dev Environment With Nix | Mathias Polligkeit
In a previous article, I explained how to set up Nix on MacOS. This article shows the way I set up a development environment for an Elixir project with Nix. The instructions in this article assume that you have a working Nix installation on your machine.
·mathiaspolligkeit.com·
Elixir Dev Environment With Nix | Mathias Polligkeit
How to go passwordless for shell scripts in Linux
How to go passwordless for shell scripts in Linux
Jack Wallen shows how you can create a Linux shell script that requires a password without having to save a password within the script.
·techrepublic.com·
How to go passwordless for shell scripts in Linux
mStream - A Personal Music Streaming Server for Linux
mStream - A Personal Music Streaming Server for Linux
mStream is a free, open-source, and cross-platform music streaming server that lets you sync and stream music from your home computer to any device, anywhere.
·tecmint.com·
mStream - A Personal Music Streaming Server for Linux
How to Sync Linux Time with NTP Server - Make Tech Easier
How to Sync Linux Time with NTP Server - Make Tech Easier
Computer clocks are not perfect and often slow down over time. Learn how you can sync your Linux time online with NTP servers and keep it on time.
·maketecheasier.com·
How to Sync Linux Time with NTP Server - Make Tech Easier
How to Control RGB Lighting On Linux - Make Tech Easier
How to Control RGB Lighting On Linux - Make Tech Easier
While RGB lighting tools usually only support Windows, some independent developers have created Linux apps to help control RGB lighting.
·maketecheasier.com·
How to Control RGB Lighting On Linux - Make Tech Easier
What Does Docker Entrypoint Do?
What Does Docker Entrypoint Do?
Dockerfiles are a critical part of working with containers; they allow us to create images from a Dockerfile and customize them to fit our usage needs because Dockerfiles work by using directives and parameters for configurations. One of the common directives in a Dockerfile is the ENTRYPOINT directive. What does Docker Entrypoint do is explained in this article.
·linuxhint.com·
What Does Docker Entrypoint Do?
Docker ENTRYPOINT | How ENTRYPOINT Works in Docker?
Docker ENTRYPOINT | How ENTRYPOINT Works in Docker?
Guide to Docker ENTRYPOINT. Here we also discuss how entrypoint works in docker? along with different examples and its code implementation.
·educba.com·
Docker ENTRYPOINT | How ENTRYPOINT Works in Docker?