Archive for February, 2009
Command:
# find -name .svn -exec rm -rf {} \;
OR
# find -name “\.svn” -exec rm -rf {} \;
Filed under: Linux | Leave a Comment
Pakistan Zindabad…
07Feb09
“Do your duty and have faith in God. There is no power on earth that can undo Pakistan. It has come to stay InshAllah.”(Quid-e-Azam)
Filed under: Uncategorized | Leave a Comment
WebServer in Java
05Feb09
package com.Web;
import java.io.*;import java.net.*;
public class WebServer extends Thread { String filePath; OutputStream out; Socket sock; public WebServer(String pathString, OutputStream outStream, Socket s) { filePath = pathString; sock = s; out = outStream; } public void run() { PrintWriter writer = new PrintWriter(out, true); try { filePath = (new [...]
Filed under: Java | Leave a Comment
Gmail know your IP
05Feb09
Gmail has good feature to tell your last active session.
Filed under: Uncategorized | Leave a Comment




