Friday, June 14, 2013

Find if that Windows Process is Legitimate or a Virus?

Start the Windows Task Manager at any point of time and you’ll find that dozens of processes are running in your system. Some of these process names are obvious – if there’s iexplore.exe in the list, you have Internet Explorer open on your desktop – but other processes like csrss.exe or dwm.exe will often make no sense to most of us.

Is that Windows Process a Virus?

The first thing that will help you determine if any particular process is a legitimate Windows process or a virus, is the location of the executable itself. For instance, a process like explorer.exe should be running from your Windows folder and not anywhere else.

To confirm, open task manager, go to View – > Select Columns and select “Image Path Name” to add a location column to your task manager. If you spot any suspicious-looking directory here, it may be a good idea to investigate that process further.

NoVirusThanks, an online virus scanning service, offers a portable desktop uploader that will make it easy for you to check if any of the Windows processes are legitimate or a virus /worm in disguise.

Scan Windows Processes for Virus

When you run this tool, it will automatically generate a list of all your running processes just like Windows Task Manager. You can right-click on any process name and upload* the corresponding file online for virus analysis.

linkedtube

LinkedTube lets you create links from your YouTubeTM videos.

Auto-Forward SMS and Missed Calls to your Email [Android]

You may wonder why would anyone want to forward text messages or missed call notifications to their email account when the cell phone is with them all the time? Won’t these messages add more noise to an overflowing email Inbox?

Not so. For instance, some of my friends work in a company where, for security reasons, they aren’t allowed to carry personal mobile phones inside though they do have regular phones at their desk and are allowed email access. They would therefore leave the phone at home but with auto-forwarding enabled, they’ll get an email alert as soon as someone sends them an SMS or calls on their cell during office hours.

Such a feature may also be handy for people who have recently switched to a different phone number and would like to keep track of all incoming calls and messages received on their previous phone but without having to carry it all the time.

The Android Market has dozens of apps that can bring the auto-forwarding feature to your mobile phone but the one that I like most is SMS2Gmail. It says “SMS” but the app can forward both SMS text messages and missed calls to your email address. You will get the complete message text in your email and the sender’s name as well provided that that number already exists in your phonebook.

sms auto forwardIt takes just one step to get it up and running. Launch the app, provide the credentials of your Gmail account and done. It needs the Google credentials in order to send email notifications but if that doesn’t make you too happy, just create another Gmail account and set it to auto-forward messages to your primary email account.

One more thing. You turn on email notifications manually but in a situation where you have have forgotten the phone at home, or have misplaced it somewhere, you can remotely activate auto-forwarding by sending an SMS from any another phone to your phone.

The app lets you assign an Activation Keyword (see screenshot) and as soon as a text arrives with that keyword, the auto-forwards will be enabled automatically.

Thursday, June 13, 2013

Gbridge

Gbridge is a free software that lets you remotely control PCs, sync folders, share files, and chat securely and easily. An extension of Google's gtalk service, Gbridge automatically forms a collaborative, encrypted VPN (Virtual Private Network) that connects your computers and your friends' computers directly and securely with patented technology. Gbridge has many unique features.

Monday, May 27, 2013

ESXi 3.5 does ship with the ability to run SSH, but this is disabled by default (and is not supported).

 

1) At the console of the ESXi host, press ALT-F1 to access the console window.

2) Enter unsupported in the console and then press Enter. You will not see the text you type in.

3) If you typed in unsupported correctly, you will see the Tech Support Mode warning and a password prompt. Enter the password for the root login.

4) You should then see the prompt of ~ #. Edit the file inetd.conf (enter the command vi /etc/inetd.conf).

5) Find the line that begins with #ssh and remove the #. Then save the file. If you're new to using vi, then move the cursor down to #ssh line and then press the Insert key. Move the cursor over one space and then hit backspace to delete the #. Then press ESC and type in :wq to save the file and exit vi. If you make a mistake, you can press the ESC key and then type it :q! to quit vi without saving the file.

6) Restart host or try kill -HUP `ps | grep inetd`