会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Mind Note Of Work Arch
在线笔记_知识库_
首页
新随笔
联系
管理
上一页
1
2
3
4
5
下一页
2021年1月18日
shell for循环 批量监测处理结果
摘要: for i in `cat list2 `; do echo "I like $i"# result=$(/app/ssss/payloads/iqry/bin/redisBin/redis-cli -a passwd -n 0 hgetall $i 2>/dev/null |grep num) r
阅读全文
posted @ 2021-01-18 11:08 yangxl-dev
阅读(209)
评论(0)
推荐(0)
2020年12月28日
IT_Note_1: centos7 安装后-网络地址+防火墙+yumRepo
摘要: Centos7 安装之后 vi /etc/sysconfig/network-scripts/ifcfg-enp0s3 修改网卡 BOOTPROTO = static IPADDR=172.16.0.82NETMASK=255.255.254.0GATEWAY=172.16.0.1DNS1=172.
阅读全文
posted @ 2020-12-28 15:55 yangxl-dev
阅读(46)
评论(0)
推荐(0)
2020年12月17日
nginx 编译安装和基础使用配置
摘要: https://cloud.tencent.com/developer/article/1474179?from=article.detail.1633991
阅读全文
posted @ 2020-12-17 17:36 yangxl-dev
阅读(60)
评论(0)
推荐(0)
2020年12月16日
openssl 升级版本
摘要: https://zhuanlan.zhihu.com/p/133999805?from_voters_page=true
阅读全文
posted @ 2020-12-16 20:25 yangxl-dev
阅读(75)
评论(0)
推荐(0)
centos7 安装gcc编译工具
摘要: yum -y install gcc gcc-c++ kernel-devel //安装gcc、c++编译器以及内核文件 https://www.cnblogs.com/xiyushimei/p/8550930.html 下载ssl 高版本编译安装 https://www.cnblogs.com/f
阅读全文
posted @ 2020-12-16 16:51 yangxl-dev
阅读(297)
评论(0)
推荐(0)
ubuntu远程windows桌面
摘要: ubuntu远程windows桌面 最近把系统装成了ubuntu,需要远程windows ,就用到了ubuntu的 rdesktop工具 1.先打开终端输入 rdesktop 看系统是否安装了 rdesktop 如果没有安装需要手动安装 2.安装:apt-get install rdesktop 3
阅读全文
posted @ 2020-12-16 15:47 yangxl-dev
阅读(159)
评论(0)
推荐(0)
2020年12月8日
lsof 命令手册
摘要: https://www.cnblogs.com/sparkbj/p/7161669.html
阅读全文
posted @ 2020-12-08 11:41 yangxl-dev
阅读(52)
评论(0)
推荐(0)
2020年12月7日
Prometheus Push Gateway
摘要: https://www.cnblogs.com/xiaobaozi-95/p/10684524.html
阅读全文
posted @ 2020-12-07 09:51 yangxl-dev
阅读(85)
评论(0)
推荐(0)
2020年12月4日
Python环境安装的注意卡点
摘要: python 默认是指Python2,Python和Python3 是两个东西,所以下面的不同Python版本解决依赖的安装包也不同 系统环境依赖有如下gcc报错: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwr
阅读全文
posted @ 2020-12-04 14:36 yangxl-dev
阅读(138)
评论(0)
推荐(0)
jenkins job git
摘要: node { stage('down jar') { sh "rm -rf ./*config*" sh "wget http://182.50.117.44:8081/jci_jars/${project}.tar.gz" } stage('rename jar') { sh "rm -fr az
阅读全文
posted @ 2020-12-04 10:02 yangxl-dev
阅读(70)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告