- 博客(14)
- 收藏
- 关注
原创 install ros
yum install libcurl-develgit clone https://github.com/roswell/roswellcd roswell && ./boostarp && ./confiure make -j make install
2018-02-11 15:07:09
199
原创 常用命令
patch: command not foundyum install patch openssl -y zb 进程监控查看系统内存: free -h service supervisord status
2018-02-11 13:29:35
179
原创 install boost from github
git clone --recursive https://github.com/boostorg/boost.git cd boost git checkout master # or whatever branch you want to use ./bootstrap.sh ./b2 headers
2017-12-14 22:37:25
1252
原创 install cmake 3.10
wget https://cmake.org/files/v3.10/cmake-3.10.0.tar.gz tar -xvf cmake-3.10.0.tar.gz cd cmake-3.10.0 ./bootstrap –prefix=$HOME make -j make -j install
2017-12-14 22:32:30
1610
原创 parabuntu
wget https://github.com/parallella/parabuntu/releases/download/parabuntu-2016.11.1/parabuntu-2016.11.1-hdmi-z7010.img.gzhttps://detail.tmall.com/item.htm?id=533017980801&spm=a1z09.2.0.0.624f67615Qubpj&
2017-11-24 20:26:03
199
原创 install spawn-fcgi
sudo yum install fcgi-devel spawn-fcgi fcgi -y cmake filecmake_minimum_required(VERSION 2.8) include_directories($env{HOME}/include) add_executable(demo main.cc) target_link_libraries(demo f...
2017-11-20 14:17:24
732
原创 install python 3.6.4
curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bashexport PATH="~/.pyenv/bin:$PATH"eval "$(pyenv init -)"eval "$(pyenv virtualenv-init -)"pyenv ...
2017-11-17 13:38:52
221
原创 push key for github
add $HOME/.ssh/config Host *.baidu.com IdentityFile ~/.ssh/id_rsaHost github.com IdentityFile ~/.ssh/id_rsa.github User git ssh-keygen -t rsa -b 4096 -C “xingfe123@gmail.com” /ho
2017-11-17 11:41:47
275
原创 installing Nginx Core and Modules from Source
git clone https://github.com/nginx/nginxcd nginx && ./configure --prefix=$HOME --sbin-path=$HOME/bin/nginx --conf-path=$HOME/nginx/nginx.conf --pid-path=$HOME/nginx/logs/nginx.pid --error-log...
2017-11-16 18:52:29
199
原创 install cmake 3.5 && install leveldb
wget https://cmake.org/files/v3.9/cmake-3.9.6.tar.gz tar -xvf cmake-3.9.6.tar.gz && cd cmake-3.9.6 cmake . -DCMAKE_INSTALL_PREFIX=$HOME make -j installgit clone https://github.com/google/leveldb
2017-11-16 18:04:23
1051
原创 llvm install
cd /tmp svn co http://llvm.org/svn/llvm-project/llvm/trunk llvmcd /tmp/llvm/tools svn co http://llvm.org/svn/llvm-project/cfe/trunk clang cd /tmp/llvm/tools/clang/tools svn co http://llvm.org/svn/l
2017-11-16 17:52:54
279
原创 crontab
go run ~/golang/src/xiaojukeji.com/sysAgentdConfigure/main/checkConfigure.go json_test
2017-11-16 14:09:56
174
原创 install gcc 6.3.0 in centos
install gcc 6.3.0wget http://mirrors.ustc.edu.cn/gnu/gcc/gcc-6.3.0/gcc-6.3.0.tar.gz #从国内的镜像下载tar 包tar -xvf gcc-6.3.0.tar.gz && cd gcc-6.3.0 ./contrib/download_prerequisites #下载必要依赖库./co...
2017-11-16 12:59:50
789
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人