Notes by woolf

Displaying keyword search results 1 - 10
Created by woolf on February 17, 2012 13:08:52    Last update: February 17, 2012 13:08:52
The steps: Click File , then Info Click M anage Rules & Alerts Click New Rule in Rules and Alerts To block a sender, select "Move messages from someone to a folder"
Created by woolf on July 30, 2011 13:03:48    Last update: October 24, 2011 07:52:42
Contrary to the DD-WRT router database , the Belkin F5D7231-4 v2000 cannot be flashed with TFTP . When I followed the TFTP procedures, I always got TTL=64 , never TTL=100 or TTL=128 , which is supposed to indicate that the router TFTPd is ready. I got network timeout when I tried to send the bin file anyway. The right way to flash the Belkin F5D7231-4 v2000 is to use the binary and Sercomm Utility provided by eko. Simply: Put the router in upgrade mode: unplug router, press reset button and keep it pressed while plugging in the power. Release it when lan leds turn off. Power and Connected led must blink . start the Sercomm Utility select the network interface connected to the router select...
Created by woolf on July 05, 2011 15:38:52    Last update: July 05, 2011 15:39:55
By default VirtualBox enables one network adapter ("Adapter 1") with NAT. Connection from the guest OS to the outside world works natually when the guest network adapter is assigned an IP address by the VirtualBox DHCP server. Use VBoxManage to see a list of DHCP servers: $ VBoxManage list dhcpservers NetworkName: H... The guest IP address is not visible from the outside world. If you need to access a server on the guest OS, you need to set up port forwarding in VirtualBox settings: Settings -> Network -> Adapter 1 -> Advanced -> Port Forwarding . Beware that on Linux/Unix, port forwarding may not work if you bind to a privileged port (port number < 1024) but you are not root. Bridged networking can be...
Created by woolf on October 22, 2010 03:00:32    Last update: October 22, 2010 03:00:54
You can configure Windows XP such that when you press the "Power" button it goes to standby instead of showdown: From Start menu, bring up the Control Panel Double click the Power Options icon: In the Advanced tab, select "Stand by" for the option "When I press the power button on my computer".
Created by woolf on August 29, 2010 04:22:01    Last update: August 29, 2010 04:22:01
This procedure only works for program shortcuts on the desktop or start menu: Right click on the program shortcut Select "Properties" Focus on the "Shortcut key" field, press any key or combination of any two of SHIFT, CTRL and ALT, plus any key MS link: http://support.microsoft.com/kb/310417
Created by woolf on May 22, 2009 16:08:55    Last update: March 23, 2010 14:56:12
Select "Data File Management" from File menu Click "Add" to create "New Outlook Data File"
Created by woolf on July 30, 2009 23:08:23    Last update: July 30, 2009 23:09:30
This works for Excel 2003 and Excel 2007. Bring up the Folder Options dialog (My Computer ->Tools -> Folder Options). Select File Types , highlight XLSX (or XLS for 2003), click Advanced . Uncheck "Browse in same window". Highlight Open , click Edit . Change the end of Application used to perform action to: EXCEL.EXE" "%1" . Empty DDE Message and DDE Application Not Running .
Created by woolf on April 17, 2009 01:51:27    Last update: April 17, 2009 02:20:52
Configuration Bring up the System Properties dialog and click the System Restore tab. Usage Bring up the System Restore tool from the Accessories -> System Tools -> System Restore menu. Cleanup Open disk properties (right click on the drive, select properties), in the general tab click Disk Cleanup , click the More Options tab to clean up space used by System Restore . Reference Windows XP System Restore Is Easy to Use
Created by woolf on February 02, 2009 02:53:34    Last update: February 02, 2009 02:53:34
From the "Start" button, select "Run", then type in "services.msc", hit return.
Created by woolf on January 15, 2009 05:05:19    Last update: January 19, 2009 05:07:49
MinGW is "Minimalist GNU for Windows" - a collection of freely available and freely distributable Windows specific header files and import libraries that allows you to build Windows native executables with GCC. MSYS is a minimal system that provides a POSIX compatible shell and utilities so that you can run the normal set of GNU build tools (such as configure, make). You can download MinGW and MSYS from sourceforge.net: http://sourceforge.net/project/showfiles.php?group_id=2435 . The set of files is overwhelming and installation is confusing sometimes. But here's what I did in order to build ffmpeg on Windows XP: Download "Automated MinGW Installer" (MinGW 5.1.4) Install MinGW 5.1.4. Select "Candidate". Check g++, but leave other options unchecked Finish installation of MinGW Install MSYS DTK 1.0 in C:\msys\1.0. Download "MSYS...