Requirements for CompSci-351
starting/executing a makefile
make -f makefileName
sample makefile contents make sure you have "tabs" before every new line of code
# Create executable file "main" main: time.o g++ main.cpp time.o -o main # Create object file "time.o" time.o: time1.cpp time1.h g++ -c time1.cpp -o time.o
reference: http://linuxgazette.net/issue83/heriyanto.html
Go here for installing.
http://www.howtoforge.com/debian subversion websvn
For eclipse go here.
http://www-128.ibm.com/developerworks/opensource/library/os-ecl-subversion/
Install apache2 in debian etch
Install openssl using the following command
Install PHP5 support for apache2 in debian etch
Once you install apache server you need to Generate a certificate,Enable Apache SSL support and Configure your SSL options.
Generate A certificate
... Read More(545 words)Javascript Password Hacking
written by
_______________________________________ __ _ _ __ __ ______ / | ____|| | || || __ / | | | | / / / | __ / ____/| |____ | | ||__ __|| | | | / __ | | | |/ / | | | | | | |/ /___ | / / ||/ / | | |/| |/ --// |/|__|/||/| |/ // |||| |/ --// ____ | ____|| | | | | | _ | __ || | | |||| | _... Read More(2492 words)