Ergonomic Keyboard
With all the keyboards out there that try so hard to figure out what’s ergonomic for you- and fall- It’s no surprise that someone finally had a brainwave and decided to let you decide what’s comfortable for you. Presenting the Ergodex DX1, a keyboard that comes with 25 keys that can be placed anywhere at any angle you like, in any sequence you like. If you find that you want to move a particular key, kust a tad to the left.. move it. The keys, numbered 1 to 25, have no wires, or any type of batteries.
You can record pre-defined macros per key, on the fly, and make your own macros. There are four basic types of macros to choose from: Single key, multi-key, text blocks and a file launcher. All this management is made easier by the Ergodex Manager software that’s bundled. If yu want to, you can replace your keyboard with this masterpiece, but it is recommended to use it for special tasks only! It costs 200$ for the total package, which is worth every paisa.
Web site:www.ergodex.com
RSA Crypto Challenge For Indians
If you are interested in security stuff, here is an interesting news for you. RSA India has launched a crypto challenge wherein we need to code an attack for given security mechanism. The algorithm to be cracked makes use of simple substitutions, permutations and hashes.
So try the code at http://www.rsa.com/go/india/cryptocombat/
and see if you can make it. Exciting prizes like HP pavilion laptop, MS X-Box and T-shirts.
Web And Database Port Listing
If you are about to peep into web technology, here is something which will interest you. The whole of web architecture is divided on basis of ports. A particular port offers particular service. These ports can be standard or can be manually assigned for user defined services. Here is the port listing for some standard applications…
|
Port |
Server |
|
66 |
Oracle SQL*Net |
|
80 |
Hyper Text Transfer Protocol (HTTP) |
|
81 |
HTTP Proxy, Alternative HTTP Port, Cobalt Server Administration Port |
|
443 |
Secure Socket Layer (SSL) |
|
445 |
Microsoft SQL Server over NetBIOS |
|
457 |
UnixWare/Netscape FastTrack Server |
|
1080 |
SOCKS Proxy |
|
1100 |
Oracle WebCache Listener |
|
1241 |
KaZaA File Sharing Server (HTTP-like protocol) |
|
1352 |
Lotus Domino (Notes) |
|
1433 |
Microsoft SQL Server 2000 |
|
1434 |
Microsoft SQL Server over TCP/IP Redirector |
|
1521–1530 |
Oracle |
|
1944 |
Microsoft SQL Server 7 |
|
2301 |
Compaq Insight Manager, Compaq Survey Utility |
|
3128 |
HTTP Proxy (Squid, NetCache, etc.) |
|
3306 |
mySQL |
|
4000 |
Oracle WebCache Listener |
|
4001 |
Oracle WebCache Listener |
|
4002 |
Oracle WebCache Listener |
|
4100 |
Sybase 11.0 (jConnect) |
|
5000 |
Sybase 12.x |
|
5432 |
PostgreSQL |
|
5800 |
VNC HTTP Console Port #1 |
|
5801 |
VNC HTTP Console Port #2 |
|
5802 |
VNC HTTP Console Port #3 |
|
6346 |
Gnutella (HTTP-like protocol) |
|
6347 |
Gnutella (HTTP-like protocol) |
|
7001 |
BEA WebLogic |
|
7002 |
BEA WebLogic |
|
8000 |
HTTP Proxy, Alternative HTTP Port, HP Web JetAdmin Version 6.0 |
|
8001 |
BEA WebLogic |
|
8005 |
Apache Tomcat Administration Server (non-HTTP protocol) |
|
8080 |
HTTP Proxy, Alternative HTTP Port |
|
8888 |
HTTP Proxy, Alternative HTTP Port |
|
30821 |
Netscape Enterprise Server Administration Server |
If you are interested in running your own service, you need to make an entry to the lookup table which is maintained at the server hosting the services. Generally RMI, RPC, Sockets Streaming, CORBA etc. kinds of applications find a great use of ports and their usage.
Make Network Browsing Faster
If you are on n network and are tired of waiting for ages for all the network shares to load, this is a tip you will love. There are four basic things you need to do in order to speed up network access:
1. Remove all shortcuts in My Network Places. These are automatically generated, and if a few of them aren’t shared anymore, Windows will keep searching for them anyway. So just select them all and delete them.
2. Stop windows from automatically generating these shortcuts to these shared folders. Otherwise you will just end up having to delete the shortcuts you open My Network Places. This is a registry hack, so make sure you backup your registry. First, go to Start > Run, type in “regedit” and press [Enter]. Navigate to HKEY_Current_User\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\. Here, create two new DWORD values (if they don’t already exist) called “NoRecentDocsNetHood” and “UseDesktopIniCache“, and set them to “1“.
2. Have everyone on your network increase the send buffer for network data. Tell everyone who shares files or folder to go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters\. Create a DWORD value called “SizRepBuf“, and assign its Hex value to “FFFF“.
4. Just stop using My Network Places for folders you access on a regular basis, and instead, map the drive by doing to Tools>Map Network Drive in Windows Explorer.
Disable Automatic Update For Better Performance
If you have NTFS, here’s a Registry hack for increasing its performance. Whenever you view a directory on an NTFS volume, the filesystem updates the date and timestamp to show the last time the directory was accessed. If you have a very large NTFS volume, this continual updating process can slow system performance. To disable automatic updating, run the Registry Editor and go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentContolSet\Control\Filesystem. Look for NtfsDisableLastAccessUpdate. If it’s not present, create it as a DWORD. Set the value to 1.