With the Internet2 Consortium hitting a new
data speed record of 9.08 Gbps, the outer speed limits might be in
sight for this particular network. “These records are final for the 10
Gbps network era,” said team leader Dr. Kei Hikaki in a statement,
“because they represent more than 98 percent of the upper limit of
network capacity.”
Amazing.. now its just a matter of time before we see faster speeds at home.
Powered by ScribeFire.
Filed under News by mnathani

Product Highlights
- Watch DVDs in natural format and run multiple applications simultaneously
- Wide aspect panel improves productivity with less scrolling and toggling
- Supports advanced features like PIP (Picture in Picture) and PBP (Picture By Picture)
- Delivers distortion-free, sharp images with 1000:1 contrast ratio
- Panels pivot, swivel, and tilt to optimize viewer comfort
- Add multimedia capability to Dell™ UltraSharp™ 2407WFP display with the optional AS500 sound bar
- Dell-branded monitors undergo exhaustive testing for performance, reliability, durability and compatibility with Dell™ systems
- Supported by Dell™ Tech Support
|
Dell Canada : $799 CAD
Dell US : $569 US
How many times have you clicked Start > Run > CMD
Do you know that there are a lot more options to that cmd command, some of them quite useful:
In particular cmd /k “command” opens a command prompt, shows you the results of command and then leaves the prompt open.
On the other hand, cmd /c “command” executes the command and then terminates.
C:\Documents and Settings\Administrator>help cmd
Starts a new instance of the Windows command interpreterCMD [/A | /U] [/Q] [/D] [/E:ON | /E:OFF] [/F:ON | /F:OFF] [/V:ON | /V:OFF]
[[/S] [/C | /K] string]
/C Carries out the command specified by string and then terminates
/K Carries out the command specified by string but remains
/S Modifies the treatment of string after /C or /K (see below)
/Q Turns echo off
/D Disable execution of AutoRun commands from registry (see below)
/A Causes the output of internal commands to a pipe or file to be ANSI
/U Causes the output of internal commands to a pipe or file to be
Unicode
/T:fg Sets the foreground/background colors (see COLOR /? for more info)
/E:ON Enable command extensions (see below)
/E:OFF Disable command extensions (see below)
/F:ON Enable file and directory name completion characters (see below)
/F:OFF Disable file and directory name completion characters (see below)
/V:ON Enable delayed environment variable expansion using ! as the
delimiter. For example, /V:ON would allow !var! to expand the
variable var at execution time. The var syntax expands variables
at input time, which is quite a different thing when inside of a FOR
loop.
/V:OFF Disable delayed environment expansion.
Powered by ScribeFire.
/etc/init.d/named restart
service named restart
…is an easier way of doing the same thing.
Restarting a service in linux
Powered by ScribeFire.
-
-
Solaris Express, Developer Edition is easier to install than Solaris 10. It’s almost as simple as keep clicking Next or Enter key until you are done.

I ran the installation in VMWare Server 1.02 environment. I assume you already familiar with VMWare
Rant for the day :
Don’t know about you, but I never really liked Firefox 2. Here are a few reasons why:
- It is slow.
- The colours on the interface are too glossy
- An X on each tab, takes up space when a lot of tabs are open.
- Tab scrolling, when a lot of tabs are open, not showing all open tabs
- It is less stable than 1.5
The worst part is that there will be no more updates for the 1.5 series of Firefox.
Powered by ScribeFire.
Update: according to Firefox.com support for 1.5 has been extended till mid May
-
Introduction In the world of hackers, the kind of answers you get to your technical questions depends as much on the way you ask the questions as on the difficulty of developing the answer. This guide will teach you how to ask questions in a way more like
-
-
-
PHP Shell is a shell wrapped in a PHP script. It’s a tool you can use to execute arbitrary shell-commands or browse the filesystem on your remote webserver. This replaces, to a degree, a normal telnet connection, and to a lesser degree a SSH connection.
-
Solution Follow the steps below to resolve this issue: 1. Download 1.13 version of tar from either: a) Pre-compiled version of Tar.
-
n this tutorial you will find out about the .htaccess file and the power it has to improve your website. Although .htaccess is only a file, it can change settings on the servers and allow you to do many different things, the most popular being able to hav
-
route add -net 12.34.56.0 netmask 255.255.255.0 dev eth0 On the other hand, you must remove any default route from your scripts. Delete or comment away a line like: route add default gw 12.34.56.1
-
There are several benefits of making drive images to perform backups. 1) Drive images can be losslessly compressed so one large USB HD can be used to back up several smaller HD’s. 2) If the main drive in any of my PC’s dies, I can install a replacemen
-
Tools to play with: Linux Shell:vmstat, valgrind, top PHP Extensions: xdebug Applications: kcachegrind (for linux), wincachegrind (for windows)