by Nick | Nov 12, 2020 | Bash, CentOS, Debian, Fun, Linux, Scripting, Tech
Today I was finally able to figure out how to stdin from a file for systemctl edit 🙂 env SYSTEMD_EDITOR=tee sudo -E systemctl edit –system [your_unit_name] < [your_content_file] I found it HERE. by Nick | Oct 14, 2020 | Backups, Fun, Software, Tech, Windows
Here’s how to install Duplicati as a Windows Service Download Duplicati from HERE. During install don’t mark “Auto Start up” option Open CMD as admin Search for CMD Right click on CMD Click “Run as admin” Navigate to the... by Nick | Oct 1, 2020 | Fun, Software, Windows
This seems to be just like connecting via SSH to a Linux machine, but with Windows. I’ve only tested with Windows 10, but it works great. 1. Download PSEX HERE. 2. Extract ZIP wherever (I like to use 7zip). 3. CD to that location via CMD as domain admin (this is... by Nick | Sep 2, 2020 | CentOS, Debian, Email, Fun, Linux
There’s many times when I want to send an email for testing using postfix and I can never remember how to do it. Here is how.This is super useful to make sure your SMTP relay thru AWS/Postmark is working as it should. Then you can tail /var/log/mail.log to see... by Nick | Aug 2, 2020 | CentOS, Divi, Fun, Linux, Nginx, PHP, Tech, WordPress
How to make the pricing table height the same. When using the pricing tables module you will see that the height of each table is going to rely on the content you put there, so if you have different content in each table, you will see something like this: This might... by Nick | Jun 22, 2020 | Apache, CentOS, cPanel, Debian, Fun, Linux, PHP, Servers, Software, Tech
Unfortunately it doesn’t appear cPanel allows you to easily change the username. Most documentation I’ve read says to use the “Rearrange an Account” option, but if you only have one disk that doesn’t seem to get you an option. The...