【问题随记】

ubuntu 14.04源更新(sources.list)

deb http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ trusty-security main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ trusty-updates main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ trusty-proposed main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ trusty-backports main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ trusty-security main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ trusty-updates main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ trusty-proposed main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ trusty-backports main restricted universe multiverse

sudo dpkg-reconfigure dash

切换为dash shell,确认画面选择"Yes"

切换为bash shell,确认画面选择"No"

bash和dash的区别_dash和bash区别_Shawn.Hu的博客-CSDN博客

perror函数说明

perror函数_小小菜鸡叶不凡的博客-CSDN博客

相关推荐
zhaowangji1 小时前
综合整理:pdf预览显示:你尝试预览的文件可能对你的计算机有害。如果你信任此文件以及其来源,请打开此文件以看其内容,如何解决以正常预览文件
经验分享
纵有疾風起7 小时前
C++—string(1):string类的学习与使用
开发语言·c++·经验分享·学习·开源·1024程序员节
狮子座的男孩20 小时前
js基础:08、构造函数(共享方法)、原型(prototype)、原型对象、(修改原型)toString方法、垃圾回收
前端·javascript·经验分享·prototype·垃圾回收·构造函数·原型对象
asdzx671 天前
Python 教程:将 PPT(X) 转换为 PDF
经验分享
凌然先生1 天前
17.如何利用ArcGIS进行空间统计分析
经验分享·笔记·arcgis·电脑
小鱼小鱼.oO1 天前
java后端学习经验分享(大三进大厂版)
java·经验分享·学习
weixin_537217061 天前
军队文职资源合集
经验分享
蒙奇D索大1 天前
【计算机网络】408考研核心考点:物理层设备(中继器/集线器)深入解析
经验分享·笔记·计算机网络·考研·改行学it
以梦为马mmky1 天前
信号147,上岸武汉科技经验
经验分享·通信考研·信号与系统·武汉科技大学
A-code2 天前
C/C++ 中 void* 深度解析:从概念到实战
c语言·开发语言·c++·经验分享·嵌入式