tmux
摘要:tmux #开启tmux tmux ls #显示已有tmux列表(C-b s) tmux attach-session -t 数字 #选择tmux C-b c 创建一个新的窗口 C-b n 切换到下一个窗口 C-b p 切换到上一个窗口 C-b l 最后一个窗口,和上一个窗口的概念不一样哟,谁试谁知
阅读全文
posted @
2016-11-11 11:42
lion armor
阅读(148)
推荐(0)
golang json操作
摘要:ackage main import ( "encoding/json" "fmt" "os" ) type ConfigStruct struct { Host string `json:"host"` Port int `json:"port"` AnalyticsFile string `json...
阅读全文
posted @
2016-10-25 13:21
lion armor
阅读(232)
推荐(0)
Linux学习随笔
摘要:[ mariadb ] 首先配置允许访问的用户,采用授权的方式给用户权限。并且刷新权限配置使其生效 关闭远程连接功能,只需删除此用户即可 [ mysql ] 1. 删除mysql 上面的其实有一些是多余的,建议还是按照顺序执行一遍2. 清理残留数据 3. 安装 mysql 一旦安装完成,MySQL服
阅读全文
posted @
2016-10-18 16:48
lion armor
阅读(177)
推荐(0)