rss search

next page next page close

How to Remove all .svn Folders in Windows?

How to Remove all .svn Folders in Windows?

1. Create a file named svndelete.reg
2. Copy and paste the following to the file using notepad

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN]
@=”Delete SVN Folders”
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN\command]
@=”cmd.exe /c \”TITLE Removing SVN Folders in %1 && COLOR 9A && FOR /r \”%1\” %%f IN (.svn) DO RD /s /q \”%%f\” \”"

3. Double-click on the svndelete.reg to add the registry
4. Now you can right click on a folder and select Delete SVN folders

Delete_SVN

Hope that helps! :)

You can do the following for Linux:

find -name .svn -exec rm -rf {} \;

next page next page close

Expression Crew: Marionnette Show

Expression Crew: Marionnette Show

next page next page close

Earthquake in Haiti

Earthquake in Haiti

Haiti Relief and Development

On January 12, a series of earthquakes measuring 6.5 to 7.3 on the Richter scale devastated Haiti. The American Red Cross is working with its partners in the global Red Cross and Red Crescent network, including the Haitian Red Cross, and other partners to assist those affected by this disaster.

Your gift to the American Red Cross will support emergency relief and recovery efforts to help those people affected by the earthquake in Haiti. Assistance provided by the American Red Cross may include sending relief supplies, mobilizing relief workers and providing financial resources and recovery.

Donate now

next page next page close

World of Warcraft Phishing Email

World of Warcraft Phishing Email

blizzard_fake

Click to enlarge

Above is an example of a way for phishing email to get your World of Warcraft information. Enlarge the image, and look at how they “smartly” construct the fake email. They appended characters “()” on the back :)

next page next page close

How to Kill Process that is Running on Certain Port in Windows?

How to Kill Process that is Running on Certain Port in Windows?

I cannot run Tomcat from Eclipse. It says that there’s other process that is running on port 8080, but I don’t know what is the process, and how to stop it from the Services manger in Windows. So here’s how you can kill and find out what is that process:

  1. netstat -a -o -n and it’ll bring up a network list, look at the PID (e.g. 8080)
  2. To find out what PID 8080 was (hopefully not a trojan) I typed tasklist /FI “PID eq 8080″
  3. taskkill /F /PID 2600

Reference: http://ma.tt/2006/10/windows-tip/

next page next page close

Cin(T)a

Cin(T)a

Friday: 7-9 pm
Location: USC building SCA 112
Synopsis: Cina and Annisa love God, and God loves them both, But Cina and Annisa cannot love each other, because they call God by different names.

next page next page

How to Remove all .svn Folders in Windows?

1. Create a file named svndelete.reg 2. Copy and paste the following to the file using...
article post

Expression Crew: Marionnette Show

...
article post

Earthquake in Haiti

Haiti Relief and Development On January 12, a series of earthquakes measuring 6.5 to 7.3...
article post

World of Warcraft Phishing Email

Click to enlarge Above is an example of a way for phishing email to get your World of...
article post

How to Kill Process that is Running on Certain Port in Windows?

I cannot run Tomcat from Eclipse. It says that there’s other process that is...
article post

Cin(T)a

Friday: 7-9 pm Location: USC building SCA 112 Synopsis: Cina and Annisa love God, and...
article post