Image a Toshiba M400 without Ghost

Using the Toshiba Backup Utility included on the M400, it is possible to create a system restore CD/DVD that will allow you to recover the OS in the state that is was during the backup. This should solve the problem of not having a way to get a cleaned OS install without having to go to each machine and uninstall programs individually or use a program such as Ghost. The software runs in Windows but can restore from bootable CD or DVDs. Using this application with sysprep should allow for creation of a baseline DVD set that can be used to recover the system to a state configured by the sysadmin or aid in a large deployment of identical M400s.

Please note that this is still something I’m testing. Only try this on non-critical systems until you are comfortable that everything works as desired.

Continue reading ‘Image a Toshiba M400 without Ghost’

Links for 1-19-07

  • Jeff Han and Phil Davidson show off some amazing touch screen technology in a video over at FastTV.
  • Today’s Flickr Favorite: Slip Away from s0ulsurfing.

Adding Copyright Information to EXIF Data

To specify copyright information in a digital photo’s EXIF data in Photoshop, do the following:

  1. Go to File -> File Info.
  2. In the bottom half of the screen that comes up, you can specify copyright status, add a notice and provide a URL. Type in whatever you want your copyright notice to look like here. If you hit the down arrow next to the Copyright Notice box, it will allow you to quickly add text that you have previously used.
  3. You can add more detailed information, such as Author and Title, to the photo’s file using the options at the top of the screen.
  4. When done press OK and save the file. Note that using the Save for Web option will strip out EXIF data, so I always save in the typical fashion.

VMWare and RIS Notes

While experimenting with RIS in VMWare I ran into a few snags. The PXE wasn’t receiving the proper file from my W2K3 server (also in VMWare). Luckily I found a few solutions from the links below. I’m reposting/rewording it here in case those sites ever go offline. Continue reading ‘VMWare and RIS Notes’

WAMP Server Setup

Since I did a write-up on setting up a WIMP server, I figured I’d do the same for a WAMP (Windows, Apache, MySQL and PHP) server. In this how-to I will be using Apache 2.2.3 (windows installer) and the latest versions of PHP5 and MySQL 5. I have created a directory on my C drive named ‘web’ (C:\web) where my website(s) files will reside. In this example I used Windows XP Professional running as a virtual machine inside VMWare Server.

As always, I recommend setting this up on a non-production system the first time around. If something breaks it isn’t my fault.

Continue reading ‘WAMP Server Setup’

Wiki of Choice – PmWiki

Wiki’s are all the rage these days and for good reason. They allow online communities to compile massive amounts of information and they are a wonderful platform for internal information sharing.

I’ve been tinkering with different wiki options for a while, and out of all of them I like PmWiki the best. It is simple to setup, has great skinning options and the syntax is far less cumbersome than some of the other major players.

When working with wikis previously, one of they biggest problems I had was with the CamelCase linking system. This feature, which turns words strung together, such as ‘GoDaddy,’ into links to new pages automatically is cumbersome, especially in technical documentation where company names and products often are spelled in this fashion. One of my favorite features in PmWiki is that this is turned off by default and you simply specify internal links/new pages with the simple [[linkname]] syntax.

They also have a simple, yet effective toolbar you can activate to take some of the pain out of the learning process when it comes to formatting. It wasn’t too long though until I started to skip the toolbar and simply format as I went with the formatting syntax.

I’m planning on setting up an intranet with documentation for the software we use everyday at work. With more than 50 people, managing Word documents and printing can become a hassle quickly and the more documentation I create the harder it is to manage and keep up to date. Hopefully switching to a wiki based system will help provide quicker documentation delivery to everyone involved.

After thorough testing I plan to setup wiki spaces for other areas of the organization where they could be utilized. In evaluating wiki’s, usability for a non-technical worker was a major consideration. While PmWiki doesn’t have a full fledged GUI editor, it’s barebones setup works more reliably than those that did – at least in the free/open source space. Also, its access control isn’t very polished, but seems effective. If I were in a larger organization, I would probably want to look for a system with more robust user management.

So if you are looking to experiment with your own wiki-based solution, I suggest checking out PmWiki. It is free so you have nothing to lose. I’m testing my setup on a Linux machine running in VMWare Server.

Runner up was another solution, DokuWiki. Specifically aimed at doc based wiki’s it has some wonderful features like admin panels, ACL’s and nice theming and GUI editing options. If I wasn’t a bigger fan of PmWiki’s syntax and style, this would be the one to go with.

WIMP Server Setup

When trying to setup my first WIMP (Windows, IIS, MySQL, PHP) server, I was surprised at how difficult it was to find a simple walk through of the setup online. I figured I would take notes as I went along and post them here.

Please note, this is what I got working on a test server, and I’m sure it isn’t secure enough for a production environment. This is just the bare bones setup on how I got everything working together so I could test web apps like Moodle and Wordpress. I suggest you try this on a test machine, such as a Virtual Machine, so you don’t make a mistake and kill a working OS. If something breaks, it isn’t my fault.

Continue reading ‘WIMP Server Setup’

Turning off the shutdown tracker

I’ve always found the shutdown tracker in Server 2003 terribly annoying. It can be useful on production servers, but it gets old fast when enabled on a test server in VMWare that you reboot/shutdown often. Luckily it is simple to disable.

To turn off the shutdown tracker on 2003 Server:

  1. Start–>Run
  2. Type: gpedit.msc
  3. Under Administrative Template -> System, set Display shutdown event tracker to Disabled.
  4. Click OK and you’re done.