-
I got an iPhone today for my birthday and it's been great except for my little update problem. After installing a bunch of apps I got around to installing iTunes on my computer and syncing it up. It prompted me to install the latest iPhone code, version...
-
I'm dual booting Windows 7 Ultimate x64 and Ubuntu 9.10 (Karmic Koala) x64 on a Lenovo Thinkpad T61p laptop. I installed Windows first, then Ubuntu, and then updated the boot loader to default back to Windows . The following list describes getting...
-
After installing Ubuntu (dual booting with Windows 7), the Grub boot loader sets Ubuntu as the default OS. To set a new default value, follow the steps below: As root, edit the grub configuration file: sudo gedit /etc/default/grub Set the GRUB_DEFAULT...
-
Unfortunately Windows doesn't take monitor position into account when applying wallpaper across multiple screens. With a triple monitor layout most of us would set our center screen as the primary monitor (now called main display in Window 7) so that...
-
I'll get right to it, I can't find enough reasons to use this thing! I'm going to call it the best home office all-in-one (aka, MFC, Multi-Function Center) printer/scanner/copier/fax money can buy! Not that I have any experience with other...
-
-
I don't know why Windows is prompting me with the following warning every time I try to move/copy a file from a network share. All my machines are on the same domain, and I'm running Windows 7 clients with Windows Server 2008 R2. Windows Security...
-
First and foremost, where should I install FPE? My small Exchange environment consists of an Edge transport server in the DMZ and 2 Exchange servers in the LAN (MBX/HUB and CAS). Forefront Protection can be installed on any Exchange server in your domain...
-
I've got a simple home office VoIP solution. I'm running a TrixBox CE IP-PBX virtual machine hooked up to a single Linksys SPA941 IP phone. My VoIP provider is Teliax. They offer SIP/IAX2 connections and have a basic pay-as-you-go plan which basically...
-
It's been a while since I've setup a new TrixBox IP-PBX VoIP Server so I thought I'd post a quick tutorial for future reference. I've downloaded the latest ISO, version 2.8.0.3, and installed it on a virtual machine with 1GB of RAM and...
-
The latest incarnation of Microsoft's Remote Desktop Services RemoteApp (formerly TS Web Access) has changed the way it displays it's title on each page. Don't waste any time trying to manually change the source of each page, it doesn't...
-
I'm running Outlook 2010 Beta remotely from a Windows Server 2008 R2 RDS (Remote Desktop Services) machine. Lately I've noticed the following warning to install Windows Search 4.0: Outlook 2010 Windows Desktop Search is unavailable. Clicking the...
-
The following list of Windows 7 enhancements I find especially useful. After searching for their official names, I realized there are quite a few Windows 7 Features that I haven't even tried yet. Play To, Snipping Tool, and Sticky Notes sound pretty...
-
I recently upgraded my Community Server 2007 site to CS 2007 SP2. The only difference I've noticed so far is that recent comments aren't showing up in the What's New section of the homepage. It turns out they purposely stopped that from happening...
-
We've all written that logon script to map a network drive when a user logs in, something like: @echo off net use Z: \\MyServer\MyShare But how many have tried it the new way? Today I'm going to toss away my login.bat script and use Group Policy...