Joel posted a blog related to how to hire the great programmers. One of his key points is building comfortable workspaces. I believe every programmer loves the workspace like Google and Fog Creek. The workspace of Google has been very famous due to its French chef, gymnasium and big sofas. Why is Fog Creek? It's the …
Read MoreSalzburg is a small city and is on the banks of the Salzach River. It's easy to go through the city by bus in 30 minutes. Salzach River outline view Riding the bicycle is a very good way to enjoy the beautiful sight of the city. You could see many kids with parents riding bicycle in the sunny weekend. The train station …
Read MoreThere are 20+ staffs in Salzburg office. Most of them are developers, one is administrator of office. Generally the staffs in Salzburg work more flexible than the staffs working in Beijing. Some of them live in German. Even though it's not so far as Salzburg, they also need come to Salzburg by train. So sometimes they …
Read MoreCheck out this SlideShare Presentation: Discovering the p2 API View more presentations from Sonatype.
Read MoreDays ago I updated my p2 replication tool. It's easier to install it in your Eclipse. A new component named 'Eclipse marketplace' is added into Eclipse SDK since Helios, which is an application store for Eclipse. People could be easy to install third party plug-ins into their Eclipse. You can launch marketplace via …
Read More- tcpdump tcpdump -n port 80 -i eth0|lo monitor all package transferred on 80 port on the network interface eth0/lo
- netstat netstat -anp|grep java trace all network traffic on the process named java netstat -anp|grep 128.224.159.xxx trace all network traffic on the host whose ip address is 128.224.159.xxx
- …
Read MoreUsing -exec command like below, need add escape character for semicolon that separated two commands in shell find directory/ -type d -exec chmod a+x {} ; Feb 24, 2010 - update: find . -maxdepth 4 -type d -name 'g-vxworks' 2>/dev/null -print
Read MoreI suffered p2 installation failed on the configure parse. Becase I try to add vm arguments for my application. For example, I added '-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8272' in the product configuration. P2 will fail when parsing the argument, because it contains ':' and ',' that should be …
Read Moremount -t cifs -o username=xxx,password=xxx,workgroup=xx,iocharset=utf8 //share.domain/folder /localfolder
Read More