We are living at the edge of Technologies

We are living at the edge of Technologies. We cannot even imagine the life without computers, softwares and internet in the present life. From students through the formally illiterate individuals till the cutting edge technologists has the use of computers in their daily life in one way or the other.  So technology is a must for every individual and the …

Read More »

Server / Network Documentation with SYSID

Documentation is always tedious task for system administrators, especially there are 50’s and 100’s of servers. Recently I planned to document all my servers. After a long search I reached SYSID site, it is an open source, nice VB Script and python script for creating  decent looking documents,   It is very nice to document windows servers and desktops, The project …

Read More »

SQL express 2008 with 10 GB support

SQL Server Express is now available with 10 GB Storage support. Earlier it was supported only 4GB. Now most SOHO users can use Microsoft SQL Express for their applications. It is ideal for websites and web based applications. It is coming along with a SQL management tool, reporting capabilities, full-text search, and spatial support. Compatible with all editions of SQL …

Read More »

Access internet ( GPRS ) in your PC using a mobile Phone

For this, all you want is a GPRS enabled mobile phone. As India’s biggest connection provider-Airtel & Aircel offers the cheapest intrnet plans, i like to share, how to take internet in PC with the help of a GPRS enabled mobile phone with any of these SIMs. You can get the mobile office settings from the service provider by calling …

Read More »

SSH windows server with copssh – OpenSSH

Copssh is an ssh server for windows operating systems, this application is based on Openssh and cygwin. OpenSSH is a free solution for SSH server. And Cygwin is a Linux-like environment for Windows, cygwin1.dll is giving the functionality of Linux. By implementing copssh we can access our windows servers in a secure way.

Read More »

Iphones and Android phones

What is rapidly changing in this world? I should say, it is the mobile phone technology. The only question remains is that how fast. It’s in the speed of light! Companies are pumping tonnes of money in this sector. Earlier the big news was Google is going to present mobile phones to the world. All the existing giants shook their …

Read More »

NAT with Port forwarding on Sun Oracle Virtual box

In a Guest OS with NAT network, out going traffic will show the host IP address. we use this mainly for access something form the guest OS. But some times we want to access the guest OS from the network. Normal case this is not possible and will reach only up to the Host server. It is possible through a …

Read More »

Nokia N97 Touch Screen

Nokia N97(successor of N96) is a touchscreen “mobile PC” in the N series by Nokia with a fold-out QWERTY keyboard. This phone is Nokia’s second touch screen phone(after Nokia 5800) based on the Symbian OS S60 5th edition platform. This phone was released in US on 9th June 2009 & on 26th june 2009, it was released worldwide.  This phone …

Read More »

GlassFish Performance Tunning

GlassFish is an application/web server for deploying Java based web application. To obtain best performance in production environment, some modification has to be made to the default GlassFish installation. Tip 1:  Java Version Typically, many performance optimizations are always being incorporated in newer releases of Java SE.  Whenever possible, it is a good idea to upgrade to  the latest version …

Read More »

Know the service running in a port – Linux

In our previous article we explained the steps for windows. Here you can find the steps to identify the service running in a port on linux . Here we used commands “fuser” and “PS”. I am using apache2 web server  on port 80. Replace your port number with 80 (my example with port 80 ) Run following command to find …

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 »

keytool IUI to manage SSL Certificate in Glassfish Web Server

To setup SSL in different java based web servers like Apache, Tomcat, Glassfish, we generally use the keytool command line to create certificate, generate CSR etc…,  which is a bit complicated and confusing if you are not well versed with the keytool command line, We can make our life much more easier, by using Keytool IUI which is GUI version …

Read More »