Shell技巧


comm 对比两个已经排序的文件的不同 echo 字符串A | grep -qiw 字符串B 比较两个字符串是否相同(不区分大小写) 循环日期 以周为循环 !/bin/bash begin_date="20160907" end_date="20170226" while [ "$begin

nginx 配置 websocket


nginx 配置 jupyter 使用了 websocket 协议,所以需要配置支持 websocket。 location /jupyter/ { proxy_pass http://jupyter; proxy_set_header Host $host; proxy_s

git使用技巧记录


git拆分仓库并保留历史 首先删除不需要的文件夹 git filter-branch –force –index-filter ‘git rm -rf –cached –ignore-unmatch target_directory ‘ –prune-empty –tag-name-filter c

kubernetes系列:(二)、kubernetes部署mysql(单节点)


from https://www.cnblogs.com/haoprogrammer/p/10827287.html 一、环境说明 kubernetes 1.13.1 docker 18.06.1-ce mysql 5.7 一、创建mysql-pv.yaml,用来将mysql存储的数据放到宿主

CentOS7 无法启动 进入emergency mode


原因: 在虚拟机中选择了更新并关机 导致 CentOS7 无法启动,进入紧急模式,enter emergency mode 根据提示查看日志,发现报错:Failed to mount /sysroot 根据,老外的网站提供的线索: 执行这个命令 xfs_repair -v -L /dev/dm-0

Centos开机自动连接网络


sudo vim /etc/sysconfig/network-scripts/ifcfg-ens33 将 ONBOOT=no 改为 ONBOOT=yes

通过LinuxGSM部署饥荒专用服务器


安装依赖 Ubuntu 64-bit sudo dpkg --add-architecture i386; sudo apt update; sudo apt install curl wget file tar bzip2 gzip unzip bsdmainutils python util-l