Saturday, August 23, 2008

Interview Tips


18 Ways to Improve your Body Language


-----------------------------------------------------------------------------

Why Applications are Rejected during the Interview


----------------------------------------------------------------------------

How Infosys turns staff in to LEADERS


-----------------------------------------------------------------------------

Top 11 Principles to SUCCESSFUL life


----------------------------------------------------------------------------

What new Experience you have in your life - Improve Yourself

----------------------------------------------------------------------------

Increase your Self Control in 5 Ways

---------------------------------------------------------------------------

What Employers Look in You during the Interview

--------------------------------------------------------------------------

4 Magical ways to improve Self Confidence that leads to Success

Wednesday, August 20, 2008

Windows Tricks

Digital Water Marking

In Photoshop (file--> New)

Open ---> New document

Then give value for width ,height,resolution,color mode ,background

Eg : W :100 , h:25 ,R: 72 pix/inch,Color mode : RGB , B= Transparent

Then click Ok ,then new canvas will be loaded

Then Open Layers pallet
( windows ---> layers) .There u can notice 'Layer 1' named black layer ; rename it 'bg' . Then from tools pallet select rounded rectangle tool (shift + U) .Then using the tool size it according to ur wish .Now Layer 'bg' will be a vector shaped layer .Then right click
the mouse button from 'bg' layer ;Select 'Rasterize layer' . Now we can edit this layer .Add one more layer name it as text .Type some texts ('Prabin') on the layer 'text' .Then press ctrl and press mouse above the icon
'T' on layer 'text' .Now there will be a selection around layer 'text' . Then make the layer 'text' invisible ;by clicking the icon 'eye ' at left side of the layer .Then select layer 'bg' and press del button .Then set opacity of 'bg' layer to 30%. Save the file in PNG format ( PNG -24) ,Press Alt+ Ctrl+shift+S ,then select check box Save for Web & Devics . Then Select File format as 'PNG-24' ; check transparency check box.Then Save


Now Onwards this can be used in any picture for digital watermarking .
For this open this PNG filw Press Ctrl+A to Select the whole picture and Copy (Ctrl+C) it and paste (Ctrl+V) it over the picture where this watermarking is to publish .Now Press (Ctrl+l) to inverse the color of watermarking if wanted

Friday, July 4, 2008

Oracle Sysdate Problem

When One Day my Oracle (working) database was stuck , I restarted Oracle database through OS Service instead of restarting Server Machine. From then onwards 'sysdate' was not working. Whenever I was querying

Select Sysdate from dual;

Output was ---- 23/06/2008 12:03:19 PM

Then wandering through Google i found it can be overcome by Altering FIXED_DATE parameter by running command as SYSDBA

ALTER SYSTEM SET FIXED_DATE='2008-06-25 10:06:09 AM' ;

From then onwards whenever i use this query

Select Sysdate from dual;
Output was ---- 25/06/2008 10:06:09 AM

This made me crazy for more than 2 days .After restarting Server Machine on 28th and then ALTERING FIXED_DATE TO NONE (ALTER SYSTEM SET FIXED_DATE=NONE).

After then Select Sysdate from dual; gives

Output was ---- 28/06/2008 12:06:09 PM

Thus next day i checked sysdate it was working fine as of OS date.

and thus the crazy days come to an end

Some Dos Commands

ATTRIB -S -R,
DISKPART

TYPE [FILENAME] EX:--> TYPE C:|3.ZIP


MORE ----------- EX == MORE C:\3.GIF

CHCP --------TO DISPLAY ACTIVE CODE PAGE NUMBER

MODE ---- TO CONFIGURE SYSTEMPLAY DEVICES ex := MODE COM1 BAUD=1200

EXPAND ------ TO COPY FILE EX : C:\DBA.ZIP C:\Z.ZIP


SFC [/SCANNOW] [/SCANONCE] [/SCANBOOT] [/REVERT] [/PURGECACHE] [/CACHESIZE=x]
DIGITAL SIGNATURE OF FILES .Scans all protected system files and replaces incorrect versions WITH correct Microsoft versions.


MMC

ARP --DISPLAY LOCALLY RESOLVE IP ADDRESS EX : ARP -A

ROUTE --Manipulates network routing tables. eX : ROUTE PRINT

HOSTNAME
TRACERT
PATHPING
TELNET


REXEC
Runs commands on remote hosts BY running the REXEC service. Rexec
authenticates the user name on the remote host before executing the specified command.


FTP ,TFTP -- FOR FILE TRANSFERING


FINGER
Displays information about a user on a specified system running the Finger service.Output varies based on the remote system.


DEVMGMT.MSC ---TO START DEVICE MANAGER

CIPHER