摘要:
brew install nginx sudo nginx config : /usr/local/etc/nginx/nginx.conf edit: nginx.conf: user root owner; root: 阅读全文
摘要:
换源: 地址:https://mirrors.aliyun.com/ubuntu-ports/ https://download.teamviewer.com/download/linux/teamviewer-host_armhf.deb sudo dpkg --add-architecture 阅读全文
摘要:
screen /dev/tty.usbserial 115200 control-a control-\ screen -ls 阅读全文
摘要:
1. docker commit -m="提交的描述信息" -a="作者" 容器id 要创建的目标镜像名:[标签名] docker ps docker images delete images: docker rmi ed9c93747fe1 docker run -it -p 宿主机端口:容器端口 阅读全文
摘要:
1.curl -O http://www.live555.com/liveMedia/public/live555-latest.tar.gz tar -aux live555-latest.tar.gz && cd live ./genMakefiles macosxsudo ./genMakef 阅读全文
摘要:
若想要在创建环境同时安装python的一些包: conda create -n yourEnv python=3.6 numpy pandas windows ==> activate yourEnv linux/mac ==> source activate yourEnv conda list: 阅读全文
摘要:
追加CentOS 7的epel及remi源:# yum install epel-release# rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm使用yum list命令查看可安装的包(Packege)。# y 阅读全文
摘要:
uname -arpm -ivh https://repo.mysql.com//mysql57-community-release-el7-11.noarch.rpmyum install mysql-server -ysystemctl start mysqld.servicemysqlchec 阅读全文
摘要:
生成: protoc --go_out=plugins=grpc:. helloworld.proto go build -mod=vendor -o sers server/main.gogo build -mod=vendor -o cli client/main.go SERVER: pack 阅读全文
摘要:
在编译下: qtmultimedia5-de sudo apt-get install qtmultimedia5-dev 如果不行,sudo apt-get install libpul se-dev 阅读全文