by Nick | Jun 13, 2019 | Apache, CentOS, Fun, Linux, Networking, Nginx, PHP, Servers, Software, Tech
This is probably useful to figure out how to reverse proxy Apache behind NGINX, but I was finally able to get NextCloud working on NGINX with no problem I like to use NGINX as my web server because that’s what I’ve always worked with. I’ve tried a... by Nick | Jun 12, 2019 | CentOS, Debian, Linux, Servers, Software, Tech
This will report the average of all folders in the directory in megabytes du -sh –block-size=1M ./*/ | gawk ‘{sum += $1; n++;} END {print sum/n;}’ by Nick | Jun 12, 2019 | Desktop, Hardware, Servers, Software, Tech, Windows, Windows Server
This data has been copied from HERE Please follow the steps below: 1) Turn off the system completely, and turn it back on, you should be able to get back into the OS. 2)Download the following driver and extract it:... by Nick | Jun 11, 2019 | CentOS, Debian, Linux, Networking, Servers, Software, Tech
Copied from Here If you don’t want to do any configuration inside the guest, then the only option is a DHCP server that hands out static IP addresses. If you use bridge mode, that will probably be some external DHCP server. Consult its manual to find out how to...