ubuntu开发常用收集
Posted 300程序店
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于ubuntu开发常用收集的主要内容,如果未能解决你的问题,请参考以下文章