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!!

  • Good Routine for Spyware and Viruses Removal

    Here is a list of things you can do to help diagnose and fix problems associated with viruses and spyware.  Hopefully you have been running an anti virus program and have been keeping it updated, if not then these steps can probably help fix a spyware/virus problem.

    1. Go into Add/Remove programs, and remove all unwanted entries, and toolbars.  If you are not sure what something is, google it.
    2. Go into MSConfig (got to RUN and type: msconfig)>, go to startup tab, remove all unwanted and suspicious entries.
    3. Download Ad-Aware free edition (DO NOT INSTALL YET)
    4. Download Spybot S&D. (DO NOT INSTALL YET)
    5. Download Hijackthis (DO NOT INSTALL YET)
    6. Download ccleaner (DO NOT INSTALL YET)
    7. After all of these are downloaded, turn off  the System Restore feature then reboot into safe mode (hit F8 before the Windows screen). Read the rest of this entry »
    • Share/Bookmark
    No comments antivirus, Error, Microsoft, spyware, Windows, Windows 2000, Windows NT, Windows Vista, Windows XP
  • How to control Windows with Apple Remote Desktop

    If you do not want to use the Microsoft Remote Desktop application as detailed here. You can do the following to allow you to control Windows via Apple’s Remote Desktop application.

    Install RealVNC Server (www.realvnc.com or www.tightvnc.com) on your Windows PC.

    Once installed it will appear in the tray area of the taskbar or in your program files, select options and set a password, and adjust any necessary settings.

    Now on Apple Remote Desktop you can connect to the Windows PC via the IP address. You will have remote control and view capabilities but no other Apple Remote Desktop features such as remote install.

    • Share/Bookmark
    No comments Apple, Mac, Microsoft, Windows, Windows 2000, Windows 7, Windows NT, Windows Vista, Windows XP
  • ODBC.ini update did not work

    After running the same database for quite some time for a rails application, we finally had to change the database in odbc.ini to point to the new server. Alas we changed the odbc.ini file, shut down the old database and relaunched the application. Expecting the application to immediately start talking to the database on reboot (since we just changed an IP) we were surprised to find that the application was not connecting to the database anymore.

    The rails application was connecting to SQL Server as detailed in this previous post using ODBC and FreeTDS.
    Read the rest of this entry »

    • Share/Bookmark
    No comments Error, Linux, Rails, SQL Server, Ubuntu
  • Simple Setup of SSL on Apache with mod_ssl and OpenSSL

    This is a very simple way of setting up Apache with SSL from a trusted Certificate Authority(CA), just follow these steps and you will have it running in no time. I am assuming you have all the prerequisites installed, Apache with mod_ssl enabled and OpenSSL. I add the following to the server configuration (either httpd.conf or apache2.conf) so it knows to listen on port 443, you can do this in the virtual host file if you wish:

    <IfModule mod_ssl.c>
    NameVirtualHost *:443
    </IfModule>

    The next thing you will want to do is create an RSA key for your server. There are 2 ways to do this you can do it so that Apache will require a password at startup/restart, or you can do it without this added encryption. If you choose not to use encryption, you should make sure you protect this key as much as possible! Rename domainname with your actual domain name you want to secure.
    Read the rest of this entry »

    • Share/Bookmark
    No comments apache, Linux, SSL, Ubuntu
  • Finding Duplicate Fields in a Database Table

    Occasionally it is necessary to find duplicate fields within a database table.  The following query can be used to accomplish this easily.
    SELECT *
    FROM 'table'
    WHERE ('item' IN (SELECT 'item'
    FROM 'table'
    GROUP BY 'item'
    HAVING COUNT(*) > 1))
    ORDER BY 'item'

    This will list all rows in the desired ‘table’ where the given field (‘item’) is duplicated. This is a great query to use if you want to find duplicate email addresses in a database, or any other field that may be duplicated.

    Read the rest of this entry »

    • Share/Bookmark
    No comments MYSQL, SQL Server, SQLite3
  • « Older Entries
    Newer Entries »

Pages

  • About
  • Contact
  • Policies
  • Services

Categories

  • Amazon (4)
  • Databases (10)
  • Linux (32)
  • Mac (24)
  • Rails (13)
  • Virtual (8)
  • Web (19)
  • Windows (23)

Twitter Updates

  • Transitioned sites to Dreamhost PS from home PC. External hosting is so much cheaper than do it yourself. Damn hydro!!! 2009-11-09
  • More updates...

Posting tweet...

  • follow me on Twitter

View All Tweet It

 



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