Simmons Consulting

Technical

Reinstall Adobe CS3, keep all your settings

19
Aug

I recently had a problem with my laptop where I couldn’t update Adobe Acrobat because something had corrupted the installation. Acrobat (and the rest of the CS apps) ran fine, but I couldn’t update because the updater would throw an error, something about “source for the installation could not be found.” After much Googling and trying several options, I realized I would have to manually uninstall the whole CS3 suite and reinstall. Ugh.

(more…)

Howto: Reapply default NTFS permissions

27
Jan

I recently installed some software on my PC (Windows XP sp 3) and part of the installation process required changes to NTFS disk permissions. The installer somehow got confused (it was actually a bug in the installer) and it managed to foul up all the permissions on my disk. I mean all of them, disk-wide. I couldn’t even open my control panels. After hours of research (using another computer) I finally found this article at MS Technet.

The final command line I issued was this:

  1. secedit /configure /CFG "%windir%\Security\Templates\Setup security.inf" /areas FILESTORE /DB "%windir%\Security\Templates\sec-filestore.sdb" /verbose

Change Nmap/Zenmap fonts on Windows

05
Dec

Application design is very important. The user-interface (UI) for applications should be clean and easy to read, and the font choices (while subject to personal preference) is critical. Some applications do a great job while others, especially apps that are designed for cross-platform use, tend to be hit or miss. Nmap, which is an excellent network diagnosis tool, is a great application but the choice of monospace font on the Windows platform (Courier New) is dismal. Fortunately, it’s easy to change this. Simply open the file pango.aliases (usually found in C:\Program Files\Nmap\zenmap\etc\pango\) and edit the line that reads

monospace = "courier new,courier monothai,mingliu,simsun, ...

Just add whatever font you want for the monospace font at the beginning of the quoted string. For example, to use Microsoft’s new open-type Consolas, simply change that line to read:

monospace = "consolas,courier new,courier monothai,mingliu,simsun, ...

(more…)

Change Nmap/Zenmap fonts on Windows

05
Dec

Application design is very important. The user-interface (UI) for applications should be clean and easy to read, and the font choices (while subject to personal preference) is critical. Some applications do a great job while others, especially apps that are designed for cross-platform use, tend to be hit or miss. Nmap, which is an excellent network diagnosis tool, is a great application but the choice of monospace font on the Windows platform (Courier New) is dismal. Fortunately, it’s easy to change this. Simply open the file pango.aliases (usually found in C:\Program Files\Nmap\zenmap\etc\pango\) and edit the line that reads

monospace = "courier new,courier monothai,mingliu,simsun, ...

Just add whatever font you want for the monospace font at the beginning of the quoted string. For example, to use Microsoft’s new open-type Consolas, simply change that line to read:

monospace = "consolas,courier new,courier monothai,mingliu,simsun, ...

– Update March 31, 2009 @11:02: The latest beta (4.85b5) has changed the location where this file exists (and, in fact doesn’t include the file.) The new location is C:\Program Files\Nmap\py2exe\etc\pango … create a new file named pango.aliases (using Unix line-endings) and paste the line above into the file. (more…)

Change default paste behavior in Word

31
Mar

I have always wondered about how to change the default behavior for MS Word, because the default paste mode is to try to use the existing formatting of whatever text you have cut. If you cut and paste much from web sites, this can wreak havoc on your layout. I finally decided to Google it tonight and found the easy fix from MS Office Online.

You too can paste text without the formatting into a Word document, according to this Help and How-to from Microsoft Office Online.

CatOS Config

12
Oct

I have been beating my head against the wall for an hour now and finally figured out the answer so I have to document it here. (This has everything to do with my OCD-ness.) When you are editing a Cisco Catalyst config (running CatOS) sometimes you make a mistake in the port configuration and you want to return it to a completely unconfigured state. Unfortunately, CatOS likes to keep remnants of the commands you have entered and it is hard to get rid of those parts, especially the trunking commands. For example, if you change the trunking state of a port then want to return it to an unconfigured mode, it might keep something like:

  1. clear trunk <mod>/<port> 1-4094

in the configuration. For the OCD in me, this drives me nuts. I want it to say nothing about the port. The way to remove or delete the “clear trunk” part from your CatOS config, you must enter the following command:

  1. set trunk <mod>/<port> auto negotiate 1-4094

This should remove all traces of port trunking configuration from your config file.

Hacking the hacker’s identity | News.blog | CNET News.com

22
Feb

Whoa. Let this be a warning to all you IPTC/EXIF geeks (me included!) Note to self: Remove meta data from photos of secret informants.

Watch out: MS Antispyware flags Symantec AV as spyware!

10
Feb

The latest definitions for Microsoft AntiSpyware seem to flag Symantec AntiVirus as the PWS.Bancos.A Password Stealer! This is quite disturbing, since we run both on most of our PCs. We have seen this on only one machine so far, but it is probably the only one that has done a complete scan since 4 a.m. Yikes.

Edit (2006-02-13) : Looks like it took them about 24 hours to fix the problem. The updated definitions (Spyware Definition Version: 5807) were released 2/10/2006 @ 11:02:39 PM. Make sure you are updated!