Tag Archives: Security

Password lock for whatsapp android messenger

applock whatsapp

Worried about your privacy of chat messages ? nowadays whatsapp is most common messaging application in mobile platforms. There is no inbuilt option to lock the Whatsapp application. and the application not working with a direct authentication mechanism. your phone number is the username and Whatsapp application itself create a key for the authentication and hardcoded in to the local …

Read More »

Protect Freemind files with password.

Freemind is a Mind mapping tool which is free of cost. Most of my project and  plannings are managed by this tool. Try it if you have not started using mind mapping tools. It is easy to go through a presentations or meetings. Currently my file has lot of  personal details which are not sharable. This lead me to think …

Read More »

Secure file transfer from Windows to Linux using RSA key

PSCP is a command line application which is a free implementation  of scp for win 32 platform  . This tool is used for securely copying between computer systems. It uses the SSH (secure shell) protocol, which makes it impossible for other people on the network to snoop on your password or on the data you are transferring. PSCP can run …

Read More »

Disabling runlevel system services on Linux Servers

When Linux server boots up a large amount of services keeps running in its background . Some services are essential to the operation of your server, while other services are considered non-essential and will cause no problems to your server by disabling them.  Some services takes a lot of time and may affect the working of some of your applications. …

Read More »

OpenSSH deny access for users groups and hosts

In an organization where when a server goes live an administrator would need to create a users with variable privileges . Some users will have special permissions with root credentials. We here are trying to block that privileged users from direct ssh log in. To Deny a User Open /etc/ssh/sshd_config file: # vi /etc/ssh/sshd_config Append following names (directives): DenyUsers username …

Read More »

Find which application/service is running in a port – Windows

Most of the applications are using standard ports, some cases user or application will assign different ports for the application. For example Port 80 is the default port for IIS, if you are trying to start a different web applications it will say error message like “port 80 already in use” . Or you start the third-party web application before …

Read More »

List of free online Anti virus scanners

Here is a list of Online Anti-virus scanners from popular antivirus software vendors. And it is not a substitute for antivirus software’s. But sometimes virus corrupt the antivirus and even we cant install or reinstall a new antivirus. Also if your current antivirus is not detecting & cleaning the virus, in this situations you can use online antivirus scanners. Most …

Read More »

Enable database encryption on PuTTY Connection Manager

PuTTY Connection Manager is a free PuTTY Client Add-on. It can store sensitive information’s like IP address username and passwords of our Servers and Network switches. We can save even commands and scripts in the Connection manager database. Once a connection create and save in the database anyone can access that server without user id and password. It is not …

Read More »