ubuntu开发常用收集

命令:

1.http://blog.csdn.net/simongeek/article/details/45271089

2.http://www.jianshu.com/p/654be9c0f134

 

查看8080端口,则可以结合grep命令:

    netstat -ap | grep 8080  

tcp        0      0 *:5000                  *:*                     LISTEN      5030/python3.5  

  5030为pid

 

若要停止使用这个端口的程序,使用kill +对应的pid即可

 
 

 

国内镜像:

https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/

mogodb:

https://mirrors.tuna.tsinghua.edu.cn/help/mongodb/

绑定多个ip:

 

修改配置文件 $ sudo vim /etc/mongod.conf

  

 

unbuntu server:

https://www.ubuntu.com/download/alternative-downloads

git常用命令:

http://www.cnblogs.com/cspku/articles/Git_cmds.html

posted @ 2017-02-20 23:15  Bill he  阅读(128)  评论(0编辑  收藏  举报