Monday, March 31, 2008

PQST Conference 2008(west)

Hi,
The PQST conference is scheduled for May 5th-9th at Las Vegas...
More details and registrations here...

Tuesday, March 18, 2008

Adobe RIA Architect Summit (Free)

Hi,
The Flex team is conducting an Adobe RIA Architect Summit on 3rd April 2008. This summit is aimed at people who are interested in architecting RIAs with Flex & AIR. There is no enrtry fee.
The Adobe RIA Architect Summit is an opportunity for architects and aspiring architects to get an insight into how to design and architect Rich Internet Applications. It is also a unique plaform to interact with experts and techhnology leaders and a chance to develop connections within the community.

Who should attend?
Architects, Technical Managers and Strategic Decision Makers
Date
Thursday, April 3, 2008
Time
9:00 am - 6:00 pm
Location
The Chancery Pavillion
Residency Road
Bangalore
India
Map
Google

How do I get in?
It is free, Register ASAP at http://adoberiarch.eventbrite.com/
Hurry! Registrations on a First Come First Serve basis…

Monday, March 17, 2008

Zephyr Unveils Next Generation Test Management System

Zephyr, a Sunnyvale based company focused on Software Testing has unveiled a Test Management Tool...
Read more here...

Tuesday, March 11, 2008

Unix Commands

Following is a list of useful Unix Commands.(Frequently used unix commands)

Unix File Commands

ls

gives a list of filenames in the current directory.

mv

rename a file: mv oldfile newfile or mv oldfile newdir

cp

copy a file: cp oldfile newfile or cp oldfile newdir

chmod

change permissions.

rm

remove a file.

cd

change directories.

lpr

print a file: lpr -P printer-name file.

pwd

"print" working directory; returns the current directory.

tar

package a group of files into one file for moving or archiving; also extracts tar files.

mkdir

create a new directory.

rmdir

remove a directory.