Insights, updates, and deep dives into cybersecurity, cloud technology, and AI innovation.
Here are the steps to remove a pass phrase from a cert key. This solution was originally discovered on the modssl website: cp server.key server.key.org openssl rsa -in server.key.org -out server.key Make sure the key is readable by root only, chmod 400 server.key
The modules need to be recompiled for the new version of Apache. Here are the steps: # mkdir -p /opt/casp/module/linux2_optimized/apache_[version]/eapi # cd /opt/casp/module/source/build/ # apxs -c mod_casp2.c # cp mod_casp2.so /opt/casp/module/linux2_optimized/apache_[version]/eapi # ./configure-server The initial configuration reports: —————————————————————————– | SERVER CONFIGURATION COMPLETE | |—————————————————————————–| | Your server was successfully configured. Its information is as follows: […]
Complete and thorough PHP email validation and PHP email verification can be found at PHPClasses.org: Email Validation. If you need any help with that PHP email validation class, please feel free to contact us.
SYMPTOM When sending large attachments, my emails often take forever, and sometimes they just fail. EXPLANATION Email is not designed as a file transfer protocol. If you need to exchange large files with your clients or vendors, you will get much better results using HTTP (e.g. putting up the file on your website) or FTP. […]
SYMPTOM All of a sudden, I am not able to send or receive an email, even though my account used to work just a little while ago. SOLUTION Check Internet connectivity, for example, go to ebay.com and search for an item category Make sure that Norton Anti-Virus or MacAffee are set up properly. See “When […]
SYMPTOM When trying to turn off the anonymous browsing capabilities for a web or a subweb in FrontPage, when the FrontPage extensions have been added through the Ensim control panel, the following error is produced by FrontPage: The role(s) ‘Administrator’ exceed the rights specified for anonymous access and contain the the account used for anonymous […]
If the “Insight Connector” (aka synchronization tool) disappears in Outlook, it is due to a “feature” in Outlook that disables the plugins. To re-enable them: Select “About” in the “Help” menu Select “Disabled Items” Highlight the Plugin and click “Enable” (Curtasy of Richard Lee of Pillar Consulting)
Infoworld’s Pete Babb has an article about IBM to acquire analytics firm SPSS. Pete sees this acquisition by IBM in line with the earlier acquisition of Cognos also by IBM. He underlines that the key aspect of this acquisition is the focus on predictive analysis. IBM clearly shows a preference for solutions that work best […]
IBM has a comprehensive approach to encourage security by design. A free Red Book is available for developers: The IBM Redbook for Security in Development The home page for IBM’s main security testing tool is IBM Rational AppScan