...
发布时间:2016-06-17 12:18:24
在执行shell脚本时提示这样的错误主要是由于shell脚本文件是dos格式,即每一行结尾以\r\n来标识,而unix格式的文件行尾则以\n来标识。vim:set ff转换:set ff=unix:wq......【阅读全文】
发布时间:2016-06-16 14:25:52
E: Internal Error, ordering was unable to handle the media swapsudo rm -fR /var/lib/apt/lists/*sudo apt-get update......【阅读全文】