摘要: 添加远程仓库 git remote add 修改用户名密码, git config --global user.name "Your Name" 执行后,push时重新输一次密码即可,推送到远程仓库 git push -u 阅读全文
posted @ 2019-10-18 10:50 pidgey016 阅读(181) 评论(0) 推荐(0)
摘要: logstash入门 日志过滤,发送邮件,写mysql 正则表达式 正则参考https://www.runoob.com/regexp/regexp-metachar.html 阅读全文
posted @ 2019-10-10 17:18 pidgey016 阅读(619) 评论(0) 推荐(0)
摘要: 安装,基础命令,离线环境迁移 压缩已有环境的pkgs包 tar -zcvf pkgs.tar.gz $HOME/anaconda3/pkgs 离线创建指定虚拟环境 conda create -n env_name --clone path/env_name --offline 阅读全文
posted @ 2019-10-10 14:50 pidgey016 阅读(753) 评论(0) 推荐(0)