Mindblown: a blog about philosophy.
-
Switching SSLs when on Multiple HTTPS Bindings
I had to switch out a certificate on a server and got the below error messages, documented here to make this familiar int he future. I was worried that it would break the other sites on the server, 2 others using the old certificate. Instead the server updated the certificate on all 3 and all…
-
ColdFusion 11 init.d script
I recently installed ColdFusion 11 on RHEL, but the cfinit script did not exist. I then pulled up a ColdFusion 10 init script, updated the CF10-CF11 bits, corrected the coding error for the CFSTATUS section particular to my OS and have the script below: #!/bin/bash # chkconfig: 345 90 14 # description: starts the ColdFusion…
-
cPanel License Verification and Update Script
/usr/local/cpanel/cpkeyclt You can run the above to re sync the local status/key. To verify your machine is licensed, browse to the following and enter in the external IP address: https://verify.cpanel.net/ Personal use case scenarios for needing to run the aforementioned script are changing the IP on the machine, or if the license has been upgrades, from…
-
Solved Internal Server Error 500 No response from subprocess (/usr/local/cpanel/whostmgr/docroot/cgi/addon_dotDefender.cgi): The subprocess exited with statu s 2 (ENOENT).
After a recent installation of dotDefender, the following error came up: “Internal Server Error 500 No response from subprocess (/usr/local/cpanel/whostmgr/docroot/cgi/addon_dotDefender.cgi): The subprocess exited with statu s 2 (ENOENT).” The log file for dotDefender, /usr/local/APPCure-full/log/dotDefender_bpd.log, gives further detail: Can’t locate Crypt/Passwd/XS.pm in @INC (@INC contains: /usr/local/cpanel /usr/local/cpanel /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/per l5 /usr/share/perl5 .) at…
-
Starting Services That Should Be Running RHEL
I recently came across a server that ran services, I was not familiar with, and services were unclear as to the issues I was troubleshooting. As a quick fix, I decided to get a list of services that should be running and start any that were not from that list: chkconfig –list | grep “2:on”…
-
SOLVED SmarterMail Error This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
When logging into a fresh installation of SmarterMail 13 and below, I was given the following error: Oops! There was an issue that caused this page to malfunction. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. —> System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms. at…
-
I was on TV, specifically Adult Swim.
I put my X the Eliminator Costume on the Dear Adult Swim forum, and along with many others, had the costume shown on live TV. I found this video below at http://www.bumpworthy.com.
-
Microsoft Rich Copy
So, there is this tool, and if you Google for it, Microsoft Rich Copy, you end up here: http://social.technet.microsoft.com/Forums/en-US/w7itproperf/thread/33971726-eeb7-4452-bebf-02ed6518743e/ Click the ‘download Microsoft Rich copy’ link, and you will be prompted to download HoffmanUtilitySpotlight2009_04.exe, its 5.8 MB. Run this, Agree to the License Agreement, give it a path. It will export the HoffmanUtilitySpotlight folder to…
-
A handful of HTML and ASCII Symbol Codes
OTHER HTML & ASCII SYMBOL CODES: ↓ Down arrow ↓ ‾ Overline ‾ ← Left arrow ← → Right arrow → ↑ Up arrow ↑ ℠ Service Mark ℠ ℃ Celsius ℃ ℅ care of ℅ ℉ Farenheit ℉ № numero symbol – number sign № ℗ Sound Recording Copyright ℗ ℞ Prescription Take pharmaceutical…
-
ApplicationPoolIdentity user in Users & IIS_IUSRS
“ApplicationPoolIdentity is assigned membership of the Users group as well as the IIS_IUSRS group.” Source: http://stackoverflow.com/questions/5437723/iis-apppoolidentity-and-file-system-write-access-permissions I often need to add Users in particular to give the permissions needed.
Got any book recommendations?