Monday, June 1, 2009

My thoughts....

  • An Engineer must be close to layman so that he can know the needs of a layman and design to satisfy the needs of the layman.
  • You can criticize an attitude, a behaviour, a book, a sentence or any thing..... But never criticize a person because everybody can be right in one or another manner.
  • Always try to learn and improve at your weak point because who knows one day it will become your strong point.

Tuesday, April 28, 2009

http server

Http server in windows
--->Go to httpd.apache.org

--->Download ---
Win32 Binary including OpenSSL 0.9.8i (MSI Installer): apache_2.2.11-win32-x86-openssl-0.9.8i.msi for windows


----> Open x:\Program Files\Apache Software Foundation\Apache2.2\htdocs has index.html

---> Add html files to be deployed inside this


Set path in windows command prompt

>path //will give you current path.

>set path=%PATH%;C:\Program Files\Java\jdk1.5.0_14\bin //This will set path to jdk bin...

To create a jar file

>jar cf jar-file input-file(s)            //where 'jar-file' is the name of the jar
file to be created


To make terminal's default path to our wish

open file ./bashrc in /root and add the command for change directory to
specify where u want to open terminal by default.

ie
>vim .bashrc
In the topmost portion of file add
-->cd /
-->cd media/disk-1/
now save the file and quit.
Close the terminal and open it again. Check the current path using pwd
>pwd
You will see current path as /media/disk-2

To create a stub class

rmic generates stubs, skeletons, ties for
remote objects using either the JRMP or IIOP protocols.

rmic [ options ] package-qualified-class-name(s)