Mac Software
- item2
- catchmouse 多屏切换
- licecap 录gif
Web Developer from China
email:zimbra
wiki,JIRA,git code:https://www.atlassian.com/
日志上报:sentry
云存储:openstack
工作流引擎:Activiti
项目计划:omniPlan
问答:http://www.question2answer.org/
慢查询: box anemometer
XMPP开源服务器:tigase openfire http://xmpp.org/xmpp-software/servers/
In linux environment,if we want to find which file contains the specified string,we can use the cmd as follows.
1、grep "java" . -r -n find all the files included "java" in the current directory and subdirectories 2、find...
usually,we want to find which application is using the assigned port,like 8080,here is the example.
1、netstat -apn | grep 8080 or netstat -ntulp | grep ':8419' get the pid or name 2、ps -ef |grep pid or name...
1、ps -ef |grep XXXXX
get the PID
2、ll /proc/PID
get the directory through the CWD link