Category: Uncategorized
-
Identify Character Font
The Character Identifier Tool helps identify fonts that have support for a given character. EX: Theta (θ).
-
PiHole v6 Missing Temperature
For some reason the temperature was removed from PiHole v6 instead of making it an option for those who still want it. (it seems that it was pointless if used in a VM) I found the following information from: https://www.reddit.com/r/pihole/comments/1ithei7/if_you_want_to_see_the_temperature_in_the_status/ Find: Fahrenheit: Celsius: EX:
-
Wireguard Client Setup Linux Mint
To setup the Linux Mint to be a Wireguard Client :
-
Encrypt Decrypt
Compress folder into an encrypted tar.gz. Taken from https://superuser.com/questions/162624/how-to-password-protect-gzip-files-on-the-command-line Encrypt Decrypt
-
Lock / Unlock WordPress on IIS
IUSR & Application Pool Identity Examples Below Lock icacls “C:\inetpub\wordpress” /grant:r “NT AUTHORITY\IUSR”:(OI)(CI)RX /T /Cpause>nulicacls “C:\inetpub\wordpress” /grant:r “IIS APPPOOL\TheUser”:(OI)(CI)RX /T /Cpause>nulicacls “C:\inetpub\wordpress\wp-content\uploads” /grant:r “NT AUTHORITY\IUSR”:(OI)(CI)M /T /Cpause>nulicacls “C:\inetpub\wordpress\wp-content\uploads” /grant:r “IIS APPPOOL\TheUser”:(OI)(CI)RX /T /Cpause>nulicacls “C:\inetpub\wordpress\wp-content\debug.log” /grant “NT AUTHORITY\IUSR”:M /T /Cpause>nulicacls “C:\inetpub\wordpress\wp-content\debug.log” /grant “IIS APPPOOL\TheUser”:RX /T /Cpause>nul Unlock icacls “C:\inetpub\wordpress” /grant:r “NT AUTHORITY\IUSR”:(OI)(CI)M /T /Cpause>nulicacls “C:\inetpub\wordpress” /grant:r…
-
Phusion Passenger in CentOS
Error: “Passenger could not be initialized because of this error: Unable to start the Phusion Passenger watchdog centos” SELinux blocks passenger from running when set to enforcing.
-
Local Account Will Not Authenticate
I had just finished setting up a new web server when I realized I authentication problems. The server was a Windows Server 2008 R2 box running IIS 7. The hosted web application was written in .Net and uses windows authentication. When I tried to access the site from an XP box using a local account…