by Nick | Sep 24, 2020 | Debian, Desktop, Tech, Unix, Windows, WSL
1. Open a command prompt or PowerShell. (You shouldn’t run as admin since this is based for the specific user). 2. Copy and paste the command below into the command prompt or PowerShell for the .exe file of the WSL distro name (ex: “Debian”) you want... 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 5, 2020 | Apache, CentOS, cPanel, Debian, Linux, Nginx, Software, Tech, Unix
Here’s how to create a cert/csr with more than one domain name. First you’ll want to create the directory. I use NGiNX so I like to put my certs in /etc/nginx/ssl, but you can put yours anywhere So now we will create the directory mkdir... by Nick | Jun 19, 2020 | CentOS, Debian, Fun, Linux, Nginx, Servers, Software, Tech, Unix
First you have to install acme.sh. I like using acme.sh because it’s all bash based. As with all posts I take no responsibility for anything and this is more of a quick help instead of a full guide. I have a script that I use to deploy my WordPress sites. The... by Nick | Jan 15, 2020 | Linux, Servers, smartOS, Software, Tech, Unix
Start smartOS VM from iso that is in /zones/UUID/root/ vmadm start UUID order=cdn,once=d cdrom=/FILE.iso,ide Set static vnc port Do vmadm list to get UUID vmadm update UUID_HERE vnc_port=PORT_#_HERE I love RealVNC. It works well and they have stand-alone executable... by Nick | Oct 25, 2019 | CentOS, Debian, Desktop, Linux, Networking, Servers, smartOS, Software, Tech, Unix, Windows
How to use SSL tunneling on WSL and access on local machine. This is super useful when needing to VNC into a smartOS KVM VM. ssh -L 0.0.0.0:PORT:REMOTE_IP:PORT [email protected]