文章分类 -  other

摘要:受限的 bash -- rbash Linux | Feb 20, 2017 | linux rbash(restricted bash),即受限制的 bash。其可以用作中转服务器,或者仅使用 ssh 来访问网页等等。 实际上 rbash 只是 bash 的一个软连接: $ ls -l `whic 阅读全文
posted @ 2019-03-20 23:04 rootid 阅读(2220) 评论(0) 推荐(1)
摘要:git log时,显示的中文为乱码解决: from:https://blog.csdn.net/qq_27258799/article/details/78977764 vim 打开文件显示的中文为乱码 阅读全文
posted @ 2018-12-19 14:53 rootid 阅读(471) 评论(0) 推荐(0)
摘要:1 #!/bin/bash 2 # descrition:ubuntu 16.04.05 3 # descrition:cuda-10 4 5 cp -v /etc/apt/sources.list /etc/apt/sources.list.ori 6 cat > /etc/apt/sources.list > /root/.ssh/authorized_keys > /etc... 阅读全文
posted @ 2018-12-07 11:44 rootid 阅读(180) 评论(0) 推荐(0)
摘要:#查看命令行帮助 .help #查看加载的数据库文件: .database #查看当前加载的数据库文件的表的名称 .tables #查看所有的表的结构: .schema --indent #查看training表的结构: .schema --indent training #从images表中查询m 阅读全文
posted @ 2018-11-23 09:45 rootid 阅读(215) 评论(0) 推荐(0)
摘要:rap rap sesstion time out setting: 操作: rap2 deploy mysql redis数据库 后端rap2-delos 前端rap2-dolores rap sesstion time out setting: referr:https://my.oschina 阅读全文
posted @ 2018-11-15 16:45 rootid 阅读(367) 评论(0) 推荐(0)
摘要:from:https://www.testwo.com/blog/7603 阅读全文
posted @ 2018-10-31 17:41 rootid 阅读(980) 评论(0) 推荐(0)