• Welcome!

  • Categories

  • Recent Comments

  • Archives

  • Visitors

    News & Adverts

    Mwave

    Apple Refurbished MacBook Air 1.6GHz Intel Core 2 Duo

    Apple Refurbished MacBook 2.1GHz Intel Core 2 Duo - White

    Apple Refurbished iMac 20-inch 2.0GHz Intel Core 2 Duo

    Best Consumer Wireless Router:

    Check out the DD-WRT project.

    iPad Available in US on April 3
    Apple World’s Most Admired Company
    10 Billionth Download for iTunes
    iTunes Store Tops 10 Billion Songs Sold
    Introducing Aperture 3
    Architecture in Motion: RTKL and iPhone
    Apple Launches iPad
    Apple Reports All-Time Highest Revenue and Profit
    Logic Pro 64-bit the talk of the NAMM music show
    The Apple App Store Economy: Infographic from gigaom.com
    A Guided Tour in the Palm of Your Hand: iPod touch at the Cooper-Hewitt
    Apple Releases New MobileMe Gallery App
    Introducing Bento 3 Contact and Customer Manager
    iPod touch + Edu Apps = Happy Students
    Camera Pro Preaches iPhone Photography
    Global Mobile U
    How the iPhone Could Reboot Education
    30 Must-Have Games for iPhone and iPod touch
    iPhone Improves Legal Services
    Snow Leopard Server “a tremendous value”

    OS News

    USPTO Blunders Once More, Reconfirms One-Click Patent
    CodePlex Refresh, FOSS Projects More Compatible with Windows
    Code Bubbles: Rethinking the User Interface Paradigm of IDEs
    Mozilla To Update the Mozilla Public License, Invites Input
    Palm Releases Plug-in Development Kit Beta
    Mozilla Borrows from WebKit to Build Fast New JS Engine
    The Secret Origin of Windows
    Cisco Unveils Next Internet Core Router
    Schwartz Recalls Apple, Microsoft Patent Threats Against Sun
    European Parliament Opposes ACTA, Votes Wednesday
    The iPhone Developer Program License Agreement Leaks
    Cisco To Unveil News that Will 'Forever Change the Internet'
    QNX: The First OS to Support a PC Hard Drive
    Android Coders Get High-Speed Graphics Ability
    Valve Brings Hit Games, Steam Service to Mac

    Ars Technica

    feature: Safely whitelist your favorite sites and opt out of tracking
    Bad employee! 12% knowingly violate company IT policies
    etc: Cisco's Internet-changing announcement is a new router with "12 times the traffic capacity" of its rivals.
    etc: Some Vodafone HTC Magic devices have come pre-infected with a Mariposa bot client, Confiker, and Lineage password stealing malware.
    Cisco: Internet to change forever Tuesday (place your bets!)
    Microsoft kills off mid-market Essential Business Server
    Why Ad Blocking is devastating to the sites you love
    Google buys DocVerse, steps closer to Office collaboration
    Microsoft Patch Tuesday for March 2010: two bulletins
    Windows XP downgrade lawsuit dismissed
    Parallels cuts virtualization down to the bare metal on Xserve
    Amazon gives EC2 a boost and broadens Windows support
    feature: Cloud storage in a post-SQL world
    EU antitrust enforcers turn their eyes upon Google
    Intel, VCs to replenish innovation pipeline with wad of cash
    Activision Blizzard's Guitar Hero patent claims tested
    YouTube to kill IE6 support on March 13
    feature: Tumblr vs Posterous: quick blogging showdown
    Microsoft-Amazon patent deal covers Kindle, Linux
    etc: Recent events are causing tech companies to feel less welcome, and they're "finding it increasingly difficult to do business in China."
    feature: Lockdown: creating a secure domain policy in Windows
    feature: Collaboration 2.0? Twitter team-ups for fun and profit
    etc: About 3 billion malicious spam messages are sent per day, according to researchers, a number that spiked during the second half of 2009.
    RIM woos consumers with new WebKit browser for BlackBerry
    feature: Cloud platform choices: a developer's-eye view

    Protect your files with Carbonite Online Backup.

    Genius Tech Blog

    The Genius Speaks on All Things Tech

    Archive for the 'Administrators' Category

    The Digital Road Warrior

    Thursday, December 18th, 2008

    vancouver-img_3083-600

    Today marks the second day in a row I’ve worked from the same place — the YCG Northwestern Headquarters. Above you can see the lovely scene that greeted us as we cruised into Vancouver, B.C. this last weekend for an extended series of face-to-face client meetings.

    Being on the road constantly has lead us here at Your Computer Genius to perfect the Digital Road Warrior’s arsenal, or rather, to make the most of the available technology, while striving to keep costs down, equipment fresh, and the backpack light.

    The current mobile setup I use is as follows:

    This worked great all the way to Canada and back!

    OpenSSH

    Tuesday, September 30th, 2008

    We’ve long been a proponent of OpenSSH.

    You can grab a client/server version for Windows from sourceforge:
    http://sshwindows.sourceforge.net/

    However, here’s an interesting note about the SFTP server part of the package:

    Creating Home Directories for you[r] Users
    In the passwd file, you will notice that the user’s home directory is set as /home/username, with username being the name of the account. In the default install, the /home directory is set to the default profile directory for all users. This is usually c:\documents and settings.
    If you want to change this location you will need to edit the passwd file. The passwd file is in plain text and can be edited in Notepad or any text editor. The last two entries for each user are safe to edit by hand. The second to last entry (/home/username) can be replaced with any other directory to act as that user’s home directory. It’s worth noting that when you run SSH on windows, you are actually running SSH in a scaled down version of cygwin, which is a Unix emulator for Windows. So, if you will be placing the user somewhere outside the default directory for their Windows profile, you will need to use the cygdrive notation.
    To access any folder on any drive letter, add /cygdrive/DRIVELETTER/ at the beginning of the folder path. As an example, to access the winnt\system32 directory on the *c:* drive you would use the path:
    */cygdrive/c/winnt/system32*

    Emphasis added.

    http://www.digitalmediaminute.com/article/1487/setting-up-a-sftp-server-on-windows

    Sender Verification

    Tuesday, March 18th, 2008

    Email as a technology and public service is a mess.

    It was engineered in a ‘closed system’ — ‘bad guys’ did not exist.

    The need to scale to billions of users worldwide was not properly anticipated in the design.

    Today we are left with a patchwork of underlying vulnerabilities and inconsistencies, made better or worse by higher-layer duct-tape fixes that sometimes even conflict with each other.

    One of the technologies currently in use is Sender Verification. In short, when a server verification-enabled email server receives an email message, it queries the originating server, asking it if such a user exists. If one does, it approves the message; if one does not, it denies the message, and may go on to take further steps, such as blacklisting or greylisting the sender or the sender’s email server.

    For this setup to work, it requires careful configuration, especially of the DNS records, for all the servers involved.

    —~∞~—

    We just solved a bizarre error related to this setup. In this scenario, users were getting their outbound emails blocked with a “550-No Such User Here 550 Sender verify failed” error. The emails were failing the sender verification, but only for one particular domain.

    After some time and some troubleshooting, we discovered it was the same error that Mick West wrote about. It was a cpanel server, and the destination server was ostensibly hosted on the same server as the originating server. In actual fact, while the website, or A-Record (in global internet DNS) did in fact point to that server, the MX-Record pointed elsewhere. However, the internal DNS did not reflect this.

    So, while email sent from any other server would check the global DNS and find the right mail exchange server to verify the email address with, any email sent through the same server (for example, by the users in question who were experiencing and reporting this error) would draw the incorrect MX record from the local (to that server) DNS. When the server would then try to verify the user, (actually against itself, istaed of the real mail server in this case) that verification would fail.

    We changed the local DNS copy of the MX record, and the problems disappeared.

    —~∞~—

    Your Computer Genius is available to configure your hosting solution, establish sender verification for your domain, troubleshoot your DNS, setup your corporation or institution on a Google-Hosted service, and resolve all your computer woes.

    Finally NAS Manufacturers Step Up to the Plate

    Thursday, February 21st, 2008

     

    Linksys NAS200

    Linksys NAS200

     

     

    Presenting the Linksys NAS200. Finally, NAS manufacturers are starting to take notice of what their business and soho end users want: cheap RAIDed network storage

     

    Unfortunately, there is still one component largely ignored by manufactures: Wireless-N support. Many models (excepting this one) are now supporting gigabit ethernet, which is a terrific step in the right direction. But for true standalone, plug-and-play integration, end users should be able to eschew the wires, and take advantage of the three fold speed increase (over 10/100 ethernet) that MIMO 802.11n offers. 

     

    Another component useful for the small business or home user would be integrated power protection. Not everyone uses UPS systems for their auxiliary data storage, though they should. Few non-enterprise end users have power conditioning units or proper power protection at all. However, few network storage vendors provide built-in power management.

     

    A simple low-capacity, self-charging battery and a simple safe shutdown procedure would be right at home in the heart of every NAS, be it soho or enterprise bound.

     

     

    (The link above saves you $24 on the Linksys NAS200, valid 2/12/08-2/22/08).

    Vista

    Thursday, February 21st, 2008

    Submitted by Your Computer Genius on Wed, 2007/01/24 – 1:41pm.

     

    My goal this year: to not install Windows Vista AT ALL.

    I would like to declare Microsoft’s stranglehold on the desktop over, or at least weakening.

    I am recommending MacBook Pro’s to my clients, even ones in Active Directory domains, with out-of-the-box compatibility provided by Remote Desktop Connection and compatibility in the extreme by Boot Camp.

    Samba 4 may, in time, mature into a first-class replacement for Active Directory (pdf).

    Step-by-step Solution for Solving the WIDCOMM Bluetooth No License Error for USB

    Tuesday, October 24th, 2006

     

    (1) Unplug the USB Bluetooth adapter.

    (2) Uninstall any driver software you may have installed.

    (3) Reboot.

    (4) Install the WIDCOMM BTW Software(I have version 1.2.4.0, but whatever came on your cd should work)

    (5) When it asks you to plug in the Bluetooth device and click OK, AND DO NOT PLUG IT IN!!! Click Cancel instead.

    (6) AFTER the installation is finished, plug in the USB Bluetooth and let windows install the driver.

    (7) Right-click on “My Computer,” go to “Manage.”(8) Left-click on “Device Manager.” (in the left pane)(9) Right-click on the “Generic Bluetooth Radio” & click “Update Driver”

    Windows will ask you to allow it to connect to the internet & search for a driver.

    (10) Select “No, not this time” & click next

    (11) Select “Install from a list (Advanced)”

    (12) Select “Don’t search. I will choose the driver”

    (13) Make sure the “Show compatible hardware” box is checked

    (14) Select the WIDCOMM drivers here(mine says “CSR USB Bluetooth Device)

    (15) Click Next.

    The WIDCOMM drivers should load up without a hitch and you should be operational.

    (If you are missing the WIDCOMM drivers altogether, please leave a comment — we can probably locate a copy for you.)

    Your Computer Genius. Everybody needs one.

    Copyright © 2008 Your Computer Genius.
    All Rights Reserved.

    Valid XHTML 1.0!   Valid CSS!