System & Network Admin

System & Network Admin

2081 bookmarks
Custom sorting
Random Unix chores, but I can't use google
Random Unix chores, but I can't use google
Point and laugh at me as I administer my systems without copy and pasting monstrous one-liners from StackOverflow and Reddit? Po
·codeofhonor.substack.com·
Random Unix chores, but I can't use google
What Is Nohup and How Do You Use It? - Make Tech Easier
What Is Nohup and How Do You Use It? - Make Tech Easier
nohup is a supplemental command that tells the Linux system not to stop a command once it has started. Learn what is nohup and how to use it.
·maketecheasier.com·
What Is Nohup and How Do You Use It? - Make Tech Easier
Developer Roadmaps
Developer Roadmaps
Community driven roadmaps, articles, guides, quizzes, tips and resources for developers to learn from, identify their career paths, know what they don't know, find out the knowledge gaps, learn and improve.
·roadmap.sh·
Developer Roadmaps
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