随笔分类 -  OS

操作系统相关
摘要:彩色shell提示符: ubuntu: vim ~/.bashrc将#force_color_prompt=yes改为force_color_prompt=yes Linux登录过程中加载配置文件顺序: /etc/profile → /etc/profile.d/*.sh → ~/.bash_pro 阅读全文
posted @ 2021-08-03 00:29 平安1111 阅读(65) 评论(0) 推荐(0)
摘要:修改步骤:a)Edit /usr/share/initramfs-tools/scripts/functionsChange necessary lines (marked with blue) Exact commands:sudo vim /usr/share/initramfs-tools/s 阅读全文
posted @ 2021-08-03 00:28 平安1111 阅读(679) 评论(0) 推荐(0)
摘要:linux kernel(内核)代码理解 几个记录(属性、内联汇编、__builtin()、 likely()等) 阅读全文
posted @ 2021-07-19 01:57 平安1111 阅读(269) 评论(0) 推荐(0)
摘要:如下代码另存为xxx.bat。 点击运行即可 @echo offrem 强制获取管理员权限%1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(win 阅读全文
posted @ 2021-07-04 23:28 平安1111 阅读(1621) 评论(0) 推荐(0)
摘要:ununtu20.04启动进入命令行/终端界面 阅读全文
posted @ 2021-06-22 23:52 平安1111 阅读(6830) 评论(0) 推荐(0)