-
# 2.11 What’s the best platform for running sendmail? # 2.12 What is BIND and where can I get the latest version?(tags: sendmail)
-
(tags: xpi FirefoxExtension)
-
(tags: xpi)
-
(tags: xpi)
Archive | April 25, 2007
Internet2 Breaks Another Speed Record
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.
UltraSharp 2407WFP 24.0-inch Wide Flat Panel LCD Monitor
Product Highlights
|
Dell Canada : $799 CAD
Dell US : $569 US
Little known extensions to using CMD
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 SettingsAdministrator>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.