-
Recent Posts
Blogroll
Categories
Tags
Meta
Author Archives: tm
SoftLayer Hosting = Win
So I have a business. It’s a web-based CRM platform for Auto Dealerhips. My partner and I plugged away for about 4 years trying to build and grow it. Somewhere along the way I got fed up with our dedicated … Continue reading
CERN LHC going live soon!
Measuring 27km in circumference, it will become the world’s largest particle accelerator when it inaugurates in July. Related stories: http://physicsworld.com/cws/article/news/33600 http://gizmodo.com/374066/large-hadron-collider-wont-destroy-earth-of-course-not
Bypass SSL Certificate Errors when connecting an iPhone to Plesk Mail Account
On the iPhone: Select Settings, Mail Select Add Account… Select Other Enter all of your relevant email account details. Be sure to select IMAP or POP before you “Cancel” and “Save.” You can’t adjust that setting when modifying the account … Continue reading
SSL certificate setup for pop3s, imaps, smtps on Plesk
lifted from here HOWTO to setup an SSL certificate on a Plesk server so that it will be used when people connect through secure pop, smtp and imap. First, you will need a certificate. It can be self signed or … Continue reading
SMTP on different Port in Plesk
Copy /etc/xinetd.d/smtp_psa to smtp2_psa In the new file, REPLACE service smtp WITH service smtp2 Then modify /etc/services and add the smtp2 service (port 26 in this example). smtp2 26/tcp mail smtp2 26/udp mail Then restart xinetd /etc/init.d/xinetd restart Check that … Continue reading
Plesk qmail notes
lifted from here Qmail Log Location in Plesk: /usr/local/psa/var/log/maillog Ignore Mail to unkown user instead of bouncing: One domain at a time: edit /var/qmail/mailnames/<domain.goes.here.com>/.qmail-default and replace its contents with: |true to change for all domains: find /var/qmail/mailnames/ | grep .qmail-default … Continue reading
Hubble Deep Field Video
“Representing a narrow “keyhole” view stretching to the visible horizon of the universe, the Hubble Deep Field image covers a speck of the sky only about the width of a dime 75 feet away. Though the field is a very … Continue reading
Linux / Plesk / APF Quick and Dirty Howto
As root from SSH term: wget http://www.rfxnetworks.com/downloads/apf-current.tar.gz tar -xvzf apf-current.tar.gz cd apf-*/ ./install.sh Check for install errors Installation Details: Install path: /etc/apf/ Config path: /etc/apf/conf.apf Executable path: /usr/local/sbin/apf AntiDos install path: /etc/apf/ad/ AntiDos config path: /etc/apf/ad/conf.antidos DShield Client Parser: /etc/apf/extras/dshield/ … Continue reading