如未特殊说明表示使用CentOS 7.6 1810 最小化安装IP配置修改 /etc/sysconfig/network-scripts/ifcfg-xxx 文件 TYPE=EthernetBOOTPROTO=static #网卡引导方式 static/DHCPONBOOT=yes ...
makefile使用总结
常用链接跟我一起写Makefile重制版GUN Make手册 makefile中添加打印信息warn_msg="warning..."$(info "infomation output")$(warning "warn: $(warn_msg)")$(error "error message") 常 ...
jenkins使用总结
常用链接 github pipeline steps reference pipeline scm step(checkout) apache groovy doc SAP shared lib repo Jenkins插件升级站点配置 https://updates.jenkins.io/upda ...
vscode使用总结
vscode配置{ "workbench.colorTheme": "One Dark Pro", "workbench.iconTheme": "vscode-icons", "editor.renderWhitespace": "all", "editor.renderCont ...
Hexo搭建blog
Hexo是一个快速、简洁且高效的博客框架。具体内容请参考官网文档。 主题Next修改参考官方文档 依赖 nodejs 12.* (hexo 3.8) github个人仓库 git hexo安装npm install -g hexo-clihexo init blogcd blognpm insta ...