Thursday, March 31, 2011
Pressure Sensitive Inking in Onenote 2007
The default pen size in Onenote 2007 is 0.25 which does not support pressure sensitive inking. This need to be increase to 0.35 or larger to enable this feature.
The pen selection is disable after turning on pressure sensitive function. This is a bug in Onenote. To Turn it back on use keyboard shortcut: Win + v
Sunday, December 19, 2010
Garmin Nuvi Internal Map Naming
1. PROM1 = gmapprom.img
2. PROM2 = gmapprom1.img3. Suppmap1 = gmapsupp.img (nuvi drive only)
4. Suppmap = gmapsupp.img (SD Card drive only)
5. Dir DB = gmapoem.img (OEM POI data map)
6. Basemap = gmapbmap.img
7. TZMap = gmaptz.img
8. 3DMap 1 = gmap3d.img
9. 3DMap 2 = gmap3d1.img
Saturday, December 04, 2010
Optimized Macports
In /opt/local/share/macports/Tcl/port1.0/portconfigure.tcl
default configure.march {nocona}
default configure.compiler {gcc-4.2}
Friday, December 03, 2010
Resetting OS X Password
To reset your OS X password without an OS X CD you need to enter terminal and create a new admin account:
Reboot
Hold apple + s down after you hear the chime.
When you get text prompt enter in these terminal commands to create a brand new admin account (hitting return after each line):
mount -uw /
rm /var/db/.AppleSetupDone
shutdown -h now
After rebooting you should have a brand new admin account. When you login as the new admin you can simply delete the old one and you’re good to go again!
Friday, October 22, 2010
Internet Weather Calender for Outlook
Go to www.wunderground.com, select your city, then copy the ical link in the top right corner.
Then in Outlook go to Tools -> Account Settings -> Internet Calendars -> New then follow the steps. And make sure to set the calendar to overlay to save even more time.
Then in Outlook go to Tools -> Account Settings -> Internet Calendars -> New then follow the steps. And make sure to set the calendar to overlay to save even more time.
Wednesday, October 06, 2010
Tweak Linux TCP/IP
http://kaivanov.blogspot.com/2010/09/linux-tcp-tuning.html
Edit /etc/sysctl.conf
#It still loads the module but unhooks almost all of the calls into the module. net.ipv6.conf.all.disable_ipv6=1
# Allow reuse/recycling of TIME-WAIT sockets for new connections:
net.ipv4.tcp_tw_reuse = 1
net.ipv4.tcp_tw_recycle = 1
# Enable TCP timestamps: (Timestamp add 12 bytes to the TCP headers. But, good for Gigabit network)
net.ipv4.tcp_timestamps = 1
# Enable TCP Selective/Forward Acknowledgements:
net.ipv4.tcp_sack = 1
net.ipv4.tcp_fack = 1
# Enable support for large TCP windows:
net.ipv4.tcp_window_scaling = 1
# Lower FIN timeout (default: 60):
net.ipv4.tcp_fin_timeout = 15
# Wait time between isAlive interval probes (default: 75, recommended: 15-30):
net.ipv4.tcp_keepalive_intvl = 15
# Number of probes before timing out (default: 9, recommended: 5):
net.ipv4.tcp_keepalive_probes = 5
# Maximum TCP Send Window:
net.core.wmem_max = 33554432
# Maximum TCP Receive Window:
net.core.rmem_max = 33554432
# Memory reserved for TCP rcv buffers (default: 4Kb 85Kb 4Mb):
net.ipv4.tcp_rmem = 4096 87380 33554432
# Memory reserved for TCP snd buffers (default: 4Kb 16Kb 4Mb):
net.ipv4.tcp_wmem = 4096 65536 33554432
# Explicit Congestion Notification
net.ipv4.tcp_ecn=1
# Not to cache ssthresh from previous connection
net.ipv4.tcp_no_metrics_save = 1
# To increase this for 10G NICS
net.core.netdev_max_backlog = 30000
# Use TCP VEGAS. Do modprobe tcp_vegas first!
net.ipv4.tcp_congestion_control = vegas
Edit /etc/sysctl.conf
#It still loads the module but unhooks almost all of the calls into the module. net.ipv6.conf.all.disable_ipv6=1
# Allow reuse/recycling of TIME-WAIT sockets for new connections:
net.ipv4.tcp_tw_reuse = 1
net.ipv4.tcp_tw_recycle = 1
# Enable TCP timestamps: (Timestamp add 12 bytes to the TCP headers. But, good for Gigabit network)
net.ipv4.tcp_timestamps = 1
# Enable TCP Selective/Forward Acknowledgements:
net.ipv4.tcp_sack = 1
net.ipv4.tcp_fack = 1
# Enable support for large TCP windows:
net.ipv4.tcp_window_scaling = 1
# Lower FIN timeout (default: 60):
net.ipv4.tcp_fin_timeout = 15
# Wait time between isAlive interval probes (default: 75, recommended: 15-30):
net.ipv4.tcp_keepalive_intvl = 15
# Number of probes before timing out (default: 9, recommended: 5):
net.ipv4.tcp_keepalive_probes = 5
# Maximum TCP Send Window:
net.core.wmem_max = 33554432
# Maximum TCP Receive Window:
net.core.rmem_max = 33554432
# Memory reserved for TCP rcv buffers (default: 4Kb 85Kb 4Mb):
net.ipv4.tcp_rmem = 4096 87380 33554432
# Memory reserved for TCP snd buffers (default: 4Kb 16Kb 4Mb):
net.ipv4.tcp_wmem = 4096 65536 33554432
# Explicit Congestion Notification
net.ipv4.tcp_ecn=1
# Not to cache ssthresh from previous connection
net.ipv4.tcp_no_metrics_save = 1
# To increase this for 10G NICS
net.core.netdev_max_backlog = 30000
# Use TCP VEGAS. Do modprobe tcp_vegas first!
net.ipv4.tcp_congestion_control = vegas
Sunday, September 26, 2010
LPR vs Raw TCP/IP Printing Protocol
According to the below paper, Raw TCP/IP is more than 50% faster than LPR.
Comparative Efficiency Analysis of LPR and Raw TCP/IP Printing Protocols
Apple Talk is not support by my printer server TE100-MP2U.
My printer's SMB printer can not see by my Windows 7.
LPR is slow.
My printer server's Raw TCP/IP is not compatible with Windows 7.
Comparative Efficiency Analysis of LPR and Raw TCP/IP Printing Protocols
Apple Talk is not support by my printer server TE100-MP2U.
My printer's SMB printer can not see by my Windows 7.
LPR is slow.
My printer server's Raw TCP/IP is not compatible with Windows 7.
Thursday, September 16, 2010
Removing the useless Thinkpad System Update control panel item
Download ShellObjectEditor and remove it! :)