by Nick | Aug 31, 2020 | IPMI, Servers, Software
If you ever run into a scenario where you have an ACL in place, but can’t get on the IP that’s in the ACL and you have ssh access, the following will work well. You have to do a partial factory reset which resets everything other than the networking. The... by Nick | Aug 7, 2020 | Acme.sh, CentOS, Debian, LetsEncrypt, Linux, Nginx, Servers, Software, Unix
This is very useful when you have everything redirected with NGiNX to HTTPS, but acme.sh/LetsEncrypt requires HTTP for verification. server { listen 80; server_name DOMAIN.COM; root HTTP_ROOT; location ^~ /.well-known/acme-challenge/ { try_files $uri =404; } location... by Nick | Aug 7, 2020 | CentOS, cPanel, Email, Linux, Servers, Software
Sometimes you have an email account and you want to edit the email/hour for only one of the domain on the account, here is how to do that. SSH to the server ssh domainHere.com Edit the file /var/cpanel/users/userAccount file Add or Edit a line like this... by Nick | Aug 5, 2020 | CentOS, cPanel, Linux, Servers, Software, Tech
Sometimes you don’t know or want to change the root password to be able to log into WHM as root (yes I know you shouldn’t log in as root, but sometimes you do). Here’s the command to do that via CLI whmapi1 create_user_session user=root... by Nick | Jun 25, 2020 | IPMI, Servers, Tech
Here is how to change the NIC for IPMI to be shared or dedicated. I know this works on SuperMicro I’m not sure about other vendors Make sure you have IPMI tool installed and you’re able to connect via ipmitool To Get Lan Mode ipmitool raw 0x30 0x70 0x0C... 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...