Automate Microsoft Windows task with WinAutomation

Let me introduce a very powerful tool with you guys that can solve your numerous problems without your intervention. WinAutomation Features Visual Job Designer Plenty of Predefined Actions Macro Recorder Variables Flow Control, Conditionals, Loops Integrated Debugger Exception Handling Image Recognition Scheduler Triggers Event Log Compile to Exe WinAutomation How To See the WinAutomation how …

Read more

How to find and set environment variables in LINUX

Linux comes with quite a few shells such as Bourne Shell, Bourne Again Shell, C Shell, Korn Shell, etc. The default shell for Red hat Linux is ‘ bash ‘ which is very popular since being the default, most users start by learning bash. I shall talk about the bash shell only in this article.
Typing the following at the shell
$ echo $SHELL
would give you the name of the current shell you are using. It would most probably be the bash shell in case you are a new user and have been assigned the default shell.
The bash shell is actually a program that is located at /bin/bash and is executed by Linux the moment a user successfully logs in after entering his user-pass. Once this shell starts, it takes over control and accepts all further user commands. The bash shell presents a $ prompt by default (for normal user accounts). You can change this prompt to whatever you like but leaving it at the default is best.
Shell Environment
All the programs that run under Linux are called as processes. Processes run continuously in Linux and you can kill or suspend different processes using various commands. When you start a program a new process is created. This process runs within what is called an environment. This particular environment would be having some characteristics which the program/process may interact with. Every program runs in its own environment. You can set parameters in this environment so that the running program can find desired values when it runs.
Setting a particular parameter is as simple as typing VARIABLE=value . This would set a parameter by the name VARIABLE with the value that you provide.
To see a list of the environment variables that are already set on your machine, type the following
$ envenv
This would produce a long list. Just go through the list before reading the next part of the article. Linux by default sets many environment variables for you. You can modify the values of most of these variables. A few of the variables that are set are

Read more

How to get detailed hardware information in multiple operating systems

1. LINUX There are couple of tools available to do this job but if someone don’t like to install any additional tool to get hardware information, one can get detailed hardware information by running a very simple command on every LINUX box given as under; dmidecode A tool that can give you a detailed information …

Read more

Controlling Internet Access Through Content Adviser

Enable the Content Advisor Feature In Internet Explorer, click Internet Options on the Tools menu. Click the Content tab. Under Content Advisor, click Enable to open the Content Advisor dialog box. To enable ratings, click the Ratings tab of the Content Advisor dialog box. For each category of objectionable content, adjust the slider bar to …

Read more

Using Remote Desktop Client From Command Prompt

Terminal server connection also known as RDP (Remote Desktop Protocol), RDC (Remote Desktop Client) and MSTSC (Microsoft Terminal Service Client) can be accessed by using a simple command MSTSC in RUN from START menu but there is another very good way to use this service from Command Prompt given as under;   1. mstsc.exe {ConnectionFile|/v:server} …

Read more

World’s First Mi-Fi Wireless (Mobile Wi-Fi)

Hey guys checkout a very good piece of work done by Verizon/Novatel Mi-Fi Personal Hot Spot. World’s first mobile WiFi that can give you functionalities according to your business needs like under given; Portable connectivity Rechargeable Pocketable Battery powered       All you need to do to create an instant Wi-Fi hotspot is to …

Read more

How to Secure Home Wireless Network

A step by step guide to secure home wireless network. Select a password to access the router setup to make it unavailable for the unauthorized users. Choose mixed mode for authentications Use WEP as security mode   Choose WEP encryption standard to generate security keys for your wireless router. For wireless security choose WPA personal …

Read more

NDR SPAM BLOCKING

Spam generates an enormous amount of traffic that is both time-consuming to handle and resource intensive. Apart from that, a large number of organizations have been victims of NDR spam that has an effect similar to a Distributed Denial of Service on the email system. In this paper we provide a technical explanation of NDR …

Read more

Online Virtual Operating System

Good news for new users to understand and learn windows vista without installing it. Installation of windows Vista can cost a lot to a user that only like to explore because windows vista takes a lot of system resource like a huge amount of Hard disk space, memory space and CPU utilization. It is a …

Read more

TOP 5 Desktop Customization Tools

1. Rainmeter Rainmeter is a free Windows customization application. Empower your desktop with an expandable library of useful tools like handy notes, application launchers, weather, feeds and News Aggregator and system status.   2. RocketDock RocketDock brings a Mac OS X Dock-style application launcher to Windows for free. With RocketDock, you can minimize apps to …

Read more