摘要: 问题现象: 使用上下左右键时,结果为 ^[[A^[[B^[[D^[[C,如图: 原因在于ubuntu系统自带的 vi 不完整导致。 解决方法:安装完整的vi $ sudo apt-get install vim-gtk sudo apt-get remove vim-commonsudo apt-g 阅读全文
posted @ 2018-01-29 14:46 念槐聚 阅读(1178) 评论(0) 推荐(0)
摘要: 问题现象: shell脚本中source aaa.sh时提示 source: not found 原因: ls -l `which sh` 提示/bin/sh -> dash 这说明是用dash来进行解析的。 改回方法: 命令行执行:sudo dpkg-reconfigure dash 在界面中选择 阅读全文
posted @ 2018-01-29 14:36 念槐聚 阅读(927) 评论(0) 推荐(0)
摘要: JAVA NGINX: Ubuntu Nginx:http://wiki.ubuntu.org.cn/Nginx 安装: 卸载: nginx参考:https://www.cnblogs.com/zhaoyingjie/p/6840616.html 安装: 配置: 配置测试: 服务管理: 卸载1: 卸 阅读全文
posted @ 2018-01-29 11:23 念槐聚 阅读(155) 评论(0) 推荐(0)