【问题随记】

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博客

相关推荐
Vallelonga39 分钟前
Rust 异步中的 Waker
经验分享·rust·异步·底层
大阳12313 小时前
线程(基本概念和相关命令)
开发语言·数据结构·经验分享·算法·线程·学习经验
yaya_1921 天前
想要PDF翻译保留格式?用对工具是关键
经验分享
草莓熊Lotso1 天前
《详解 C++ Date 类的设计与实现:从运算符重载到功能测试》
开发语言·c++·经验分享·笔记·其他
Cx330❀2 天前
【数据结构初阶】--排序(五):计数排序,排序算法复杂度对比和稳定性分析
c语言·数据结构·经验分享·笔记·算法·排序算法
₯㎕星空&繁华3 天前
Linux-地址空间
linux·运维·服务器·经验分享·笔记
Cx330❀3 天前
【数据结构初阶】--排序(三):冒泡排序、快速排序
c语言·数据结构·经验分享·算法·排序算法
我要学习别拦我~3 天前
读《精益数据分析》:黏性(Stickiness)—— 验证解决方案是否留住用户
经验分享·数据分析
AI偶然4 天前
AI智能体|扣子(Coze)搭建【批量识别发票并录入飞书】Agent
经验分享
山中月侣4 天前
java集合 之 多列集合
java·开发语言·经验分享·学习方法