Submitted by northben on Tue, 12/21/2010 - 08:54
Recently I needed to list all of the files in a large directory tree. Each line needed to include the full path to the file, and I didn't want to include the directories themselves in the list, just the files. Here's how I did it:
dir /a:-d /s /b > files.txt
The dir command, as you probably know, lists files in the current directory, but the default settings are not useful here - it does not include file path, for one thing.
Submitted by northben on Mon, 01/11/2010 - 11:26
If you use OpenWRT and have a server on your LAN, you probably want to setup loopback forwarding. Here's how to do it.
These instructions came from this page. I simply want to explain them a bit more, and confirm that these instructions for loopback forwarding work on OpenWRT Kamikaze.
Submitted by northben on Tue, 09/29/2009 - 14:13
- Create an Outlook PRF file. Use the Office 2003 Resource Kit.
- Then add this .reg file to your users' startup script. Adjust the name and location of the PRF file to your needs.
This will affect Outlook 2003 and Outlook 2007.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Setup]
"ImportPRF"="\\\\server\\scripts\\outlook_settings.prf"
"First-Run"=-
"FirstRun"=-
Submitted by northben on Wed, 06/17/2009 - 00:06
Submitted by northben on Sun, 05/03/2009 - 19:44
If you want to use WDS on your WRT54g router, or other OpenWRT Kamikaze router, you MUST use the 2.4 broadcom version. If you do not see the WDS mode as an option in your wireless radio settings, double check that you are not running the 2.6 version of OpenWRT. The 2.6 version of OpenWRT Kamikaze is not yet compatible with WDS.
Submitted by northben on Sat, 01/17/2009 - 15:15
In Leopard, it is possible to sync your Microsoft Exchange Contacts with the Address Book app. Here's how.
Submitted by northben on Tue, 01/06/2009 - 11:29
Sometimes, a photo editing program (I use Corel's Paint Shop Pro) can not remove all of the red around a person's eye with the built-in red eye remover tool. You may end up with a red ring around the pupil of the eye. Here's how to remove all of the red eye.
Use the automatic tool to remove what you can. Then, switch to the pain brush tool, and set the blend mode to color. Use the eyedropper tool on the good, dark part of the eye, then use a small brush size and paint around the edge of the eye. Your eyes are beautiful! :)
Pages