Enable Command Line Completion

Command completion allows you to type only a portion of a file name, and then have the system complete the rest by pressing the specified key. This is similar to the the UNIX shell command completion feature.

Introduction to Bridging and Switching

Bridges and switches operate principally at Layer 2 of the OSI reference model. As such, they are widely referred to as data-link layer devices. Bridges became commercially available in the early 1980s. At the time of their introduction, bridges connected and enabled packet forwarding between homogeneous networks. More recently, bridging between different networks also has been defined and… Read More »

How to Restrict External Internet Mail in Only One Mailbox

This article describes how to restrict Internet Mail from users by filtering messages in the Internet Mail Service connector. When you select this option, all internal users in the organization who use that Internet Mail Service Connector for Internet mail delivery are affected.

Better App.Path Function

App.Path returns a string with the “\” character at the end if the path is the root drive (e.g., “C:\”) but without that character if it isn’t (e.g., “C:\Program Files”). Most of the time we need the “\” at the end, so this function saves you the inconvenience of adding it every time.