04 2021 档案

摘要:下载 http://launchpadlibrarian.net/236916213/libltdl7_2.4.6-0.1_amd64.deb https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/docker 阅读全文
posted @ 2021-04-30 18:18 已老 阅读(621) 评论(0) 推荐(0) 编辑
摘要:## apt-get update:更新安装列表## apt-get upgrade:升级软件## apt-get install software_name :安装软件## apt-get --purge remove software_name :卸载软件及其配置## apt-get autor 阅读全文
posted @ 2021-04-30 14:18 已老 阅读(68) 评论(0) 推荐(0) 编辑
摘要:k8s 常用命令 切换Kubernetes运行上下文至 docker-desktop kubectl config use-context docker-desktop 验证 Kubernetes 集群状态kubectl cluster-infokubectl get nodes kubectl c 阅读全文
posted @ 2021-04-26 18:44 已老 阅读(94) 评论(0) 推荐(0) 编辑
摘要:## docker-compose #compose以守护进程模式运行加-d选项docker-compose up -d #查看有哪些服务,使用 docker-compose ps 查看compose日志 docker-compose logs web 停止compose服务docker-compo 阅读全文
posted @ 2021-04-26 18:43 已老 阅读(97) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/l_liangkk/article/details/80777135 阅读全文
posted @ 2021-04-26 15:40 已老 阅读(209) 评论(0) 推荐(0) 编辑
摘要:ftp ip put 本地文件 quit 阅读全文
posted @ 2021-04-25 23:47 已老 阅读(72) 评论(0) 推荐(0) 编辑
摘要:tar -zcvf xxxxx.tar.gz /目录tar -xzvf file.tar.gz 阅读全文
posted @ 2021-04-25 23:29 已老 阅读(1682) 评论(0) 推荐(0) 编辑
摘要:##linux traceroute www.baidu.com ifconfig ping www.baidu.com /etc/resolv.conf domain 51osos.comsearch www.51osos.com 51osos.comnameserver 202.102.192. 阅读全文
posted @ 2021-04-15 17:47 已老 阅读(28) 评论(0) 推荐(0) 编辑
摘要:docker container ls -a |awk '{print $1,$3}' >a.txt 阅读全文
posted @ 2021-04-12 18:01 已老 阅读(95) 评论(0) 推荐(0) 编辑
摘要:netsh interface ipv4 show excludedportrange protocol=tcp 阅读全文
posted @ 2021-04-12 15:15 已老 阅读(318) 评论(0) 推荐(0) 编辑
摘要:Confluence 文档共享Nexus maven私服git gitlabel私服dockerimage私服VisualSVN Server svn服务端jira 缺陷管理软件安装包 飞书代码生成dns服务端 开发规约 阅读全文
posted @ 2021-04-09 15:16 已老 阅读(76) 评论(0) 推荐(0) 编辑
摘要:<a href="https://www.baidu.com/" target="_blank"> 阅读全文
posted @ 2021-04-02 19:29 已老 阅读(250) 评论(0) 推荐(0) 编辑
摘要:JSON格式化 SQL格式化 高德地图 百度翻译 百度 YAML、YML在线编辑(校验)器 腾讯文档 Processon Shell格式化 阅读全文
posted @ 2021-04-02 19:20 已老 阅读(68) 评论(0) 推荐(0) 编辑
摘要:## 1. 下载node [node官网](https://nodejs.org/en/) ## 2. 安装镜像 npm install -g mirror-config-china ## 3. 下载项目git clone https://******.git ## 4. 安装项目依赖 npm i 阅读全文
posted @ 2021-04-02 19:15 已老 阅读(37) 评论(0) 推荐(0) 编辑
摘要:mvn install:install-file -DgroupId=com.hadoop.XXXXX -DartifactId=hadoop-XXXXX -Dversion=0.4XXXXX -Dpackaging=jar -Dfile=/hadoopXXXX.jar 阅读全文
posted @ 2021-04-02 19:10 已老 阅读(176) 评论(0) 推荐(0) 编辑
摘要:git init git remote add origin https://***.git git config --global http.proxy git config --global http.proxy http://127.0.0.1:8888 git config http.pro 阅读全文
posted @ 2021-04-02 19:08 已老 阅读(47) 评论(0) 推荐(0) 编辑
摘要:debug调试快捷键F9 resume programe 恢复程序Alt+F10 show execution point 显示执行断点F8 Step Over 相当于eclipse的f6 跳到下一步F7 Step Into 相当于eclipse的f5就是 进入到代码Alt+shift+F7 For 阅读全文
posted @ 2021-04-02 19:07 已老 阅读(63) 评论(0) 推荐(0) 编辑
摘要:worker_processes auto; error_log /dev/stdout; events { worker_connections 65535;}http { include mime.types; default_type application/octet-stream; log 阅读全文
posted @ 2021-04-02 19:03 已老 阅读(98) 评论(0) 推荐(0) 编辑
摘要:Linux查看正在运行的nginx的配置文件 netstat -lntup|grep 80 ll /proc/*这里写上一个命令查出来的进程号如1234/nginx 就写1234*/exe 通过相应ID查询当前nginx的运行路径 ll /proc/2246/exe /proc//*上面的进程号/e 阅读全文
posted @ 2021-04-02 18:56 已老 阅读(146) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示