Learning from the past, and moving toward the future
At least now I could save up about 4GB
In his quarter century of working in Silicon Valley at such companies as Apple, @Home, and Google, CMC Alum Jonathan Rosenberg has had ample opportunity to watch successful people in action. He will share his observations on what makes great people tick and draw conclusions on how a liberal arts education can arm the next [...]
“Opportunities multiply as they are seized.” ~ Sun Tzu ~
At the Web 2.0 Expo, entrepreneur Gary Vaynerchuk gives a shot in the arm to dreamers and up-and-comers who face self-doubt. The Internet has made the formula for success simpler than ever, he argues. So there’s now no excuse not to do what makes you happy. Gary Vaynerchuk’s Wine Library TV combines an irreverent approach [...]
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 [...]
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 [...]
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
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: netstat -a -o -n and [...]