摘要:
Linux & Unix All In One
阅读全文
Linux & Unix All In One
阅读全文
posted @ 2023-04-22 15:23
xgqfrms
阅读(13)
评论(0)
推荐(0)
摘要:
Linux shell script programming All In One
shell 脚本编程
Linux 系统中登录 shell 的时候,会从下面的 5 个启动文件里读取命令;
# 系统级,所有登录用户都会先启动这个文件
$ cat /etc/profile
# 用户级,按照Linux 发行版中实际存在的文件个数,依次进行启动
$ cat $HOME/.bash_profile
$ cat $HOME/.bashrc
$ cat $HOME/.bash_login
$ cat $HOME/.profile
阅读全文
Linux shell script programming All In One
shell 脚本编程
Linux 系统中登录 shell 的时候,会从下面的 5 个启动文件里读取命令;
# 系统级,所有登录用户都会先启动这个文件
$ cat /etc/profile
# 用户级,按照Linux 发行版中实际存在的文件个数,依次进行启动
$ cat $HOME/.bash_profile
$ cat $HOME/.bashrc
$ cat $HOME/.bash_login
$ cat $HOME/.profile
阅读全文
posted @ 2023-04-22 14:47
xgqfrms
阅读(46)
评论(3)
推荐(0)

如何清理电热水壶的水垢教程 All In One
上海市自来水厂的水质太差了
小米电热水壶 2, 1.7L, 1800W
Linux shell script redirection All In One
Linux shell 脚本重定向
PS: Linux 系统中一切皆文件 🚀, device 设备也是一种文件
&>/dev/null
把标准输出和错误输出,全部重定向到一个不存在的 device文件, 即忽略所有输出信息 ✅
2>&1
stdout 标准输出 & stderr 错误输出,二合一进行输出
如何修复 SD 卡写保护错误,导致无法格式化 SD 卡 All In One
Error partitioning: Error: -69830: This operation requires an unmounted disk
microSD card / SD card
如何使用蓝牙控制树莓派 All In One
Raspberry Pi & Bluetooth & Node.js
GitHub API & cURL & App All In One
fix Linux apt-get install package HTTPS error All In One
errors
E: The method driver /usr/libapt/methods/https could not be found.
N: Is the package apt-transport-https installed?
中国台湾 6 大电子代工厂 All In One
台湾六大电子代工厂:鸿海(富士康)、和硕(昌硕)、仁宝、英业达、纬创、广达;
浙公网安备 33010602011771号