Install a New Gadget on Vista Sidebar

While Windows Vista’s Windows Sidebar may come pre-configured with a few gadgets such as a clock, photo gallery, and news feeds, what if you want to add other gadgets?

What is Perms.EXE?

Display a user’s ACL access permissions for a file. Output from PERMS may be misleading in cases where a user has inherited permission through membership of an NT workgroup. [First released in the NT4 Resource Kit]

RoboCopy

Robocopy, short for “Robust File Copy”, is a powerful command-line utility in Windows that allows you to copy or move files from one location to another. It offers a plethora of useful features and switches, making it a favorite among IT professionals.

What is Ubuntu?

Ubuntu is a popular, free, and open-source operating system based on the Debian GNU/Linux distribution. It is developed and maintained by a company called Canonical Ltd, which is based in the UK.

Batch File to Determine Operating System Version

Many DOS commands in the 32-bit versions of Windows are similar but support different parameters or a few different commands. Thus, if you wish to write a batch file that can run on different types of machines, it may prove beneficial to determine the version of Windows on which the batch file is running. This way the batch… Read More »

Use NTimer to Display How Long a Program Takes to Execute

When developing applications or testing scripts in Windows XP, it may prove beneficial to benchmark how much time it takes for the particular code to execute. Perhaps you need to test different sorting or cache file management algorithms to learn which one is quickest. You may want to record how long it takes website analysis software to parse… Read More »

UNIX Style Less Command

The less command, on most UNIX-style operating systems, displays the contents of a text file, but in a different fashion than the more command. Instead of only allowing one-way scrolling through a file, less uses the entire terminal window to display a text file and allows for interactive bi-directional scrolling. The less command has other interactive features, allowing… Read More »