Computer Plumber
  • Home
  • About
  • Services
  • Contact
  • Policies
Gear

Have a technical problem or question, call on the Computer Plumbers!

Are you frustrated and feel like flushing your computer? No matter what the situation, the Computer Plumber can help!!

  • Apache redirect for wildcard domains

    We recently had to redirect a wildcard domain to another wildcard domain using Apache redirects. It is assumed you have already enabled mod_rewrite, if not make sure you enable that apache module before you try adding this rule.
    Read the rest of this entry »

    Share
    No comments apache, Internet, redirects
  • Updating Server Time on Ubuntu

    A handy way to help keep a Ubuntu server’s date current is to add a daily cron job that runs the ntpdate command. To do this you just repeat the following in a terminal.
    Create a file named ntpdate in /etc/cron.daily/ :

    
    sudo nano /etc/cron.daily/ntpdate
    

    Now add the following to this file:

    
    ntpdate ntp.ubuntu.com pool.ntp.org
    

    Save and exit, then make the job executable:

    
    sudo chmod 755 /etc/cron.daily/ntpdate
    

    Your server will now update once a day using either the ntp.ubuntu.com or pool.ntp.org time server. But there is a better way…
    Read the rest of this entry »

    Share
    No comments command line, Internet, Linux, scripts, Ubuntu
  • Warning: Cannot modify header information – headers already sent…

    When moving a PHP application between servers or hosts, or updating your PHP, you may run into an error similar to something like this:

    
    Warning: Cannot modify header information - headers already sent by (output started at /path/to/site/public_html/config.php:517) in /path/to/application/public_html/somepage.php on line 153
    

    This is often referred to as a PHP whitespace problem, meaning somewhere in the PHP file there is an empty space, usually at the beginning or end of the file.
    Read the rest of this entry »

    Share
    No comments Error, Internet, Linux, Ubuntu, Unix, webpage
  • Adding SMTP and POP3 to a Hotmail Account

    It appears that Microsoft may be learning from the success of a little company known as Google. Now you can finally migrate all your Hotmail messages into a much superior Gmail account with Microsoft’s addition of POP3 and SMTP. Some countries (United Kingdom, Canada, Australia, France, Japan, Spain, Germany, Italy, and the Netherlands) already have this feature, but it will not be worldwide until the end of 2009. However, with a little trickery it can be accessed by everyone now.

    To setup POP3 and SMTP with your Hotmail aka Windows Live Mail you need to know some server settings.
    Read the rest of this entry »

    Share
    1 comment Email, Google, Hotmail, Internet, Microsoft
  • Generating Word Clouds

    This is a interesting little web application that will allow you to make a ‘word cloud’ out of all the words posted on your web site. Go to http://www.wordle.net to make your own.

    Read the rest of this entry »

    Share
    No comments Internet, webpage

Pages

  • About
  • Contact
  • Policies
  • Services

Categories

  • Amazon (4)
  • Databases (10)
  • Linux (34)
  • Mac (28)
  • Rails (13)
  • Virtual (8)
  • Web (21)
  • Windows (24)

Twitter Updates

  • Support IE6 Must Die, add a #twibbon to your avatar now! - http://bit.ly/1I2PsH 2010-03-19
  • More updates...
  • follow me on Twitter

View All Tweet It

 



Branding and design by Clover Road
Computer Plumber | Computer Service Excellence | 905-320-8824