linux
-
Linux下CPU使用率计算说明
user time(us) 表示CPU执行用户进程所消耗的时间。 system time(sy) 表示CPU在内核运行的时间,该值较大时表明系统存在瓶颈。 wait time(wa…
-
linux expect的使用
linux expect的使用 来源:https://www.jianshu.com/p/b987f5e92c03 参考:https://blog.csdn.net/houmou/…
-
linux 中删除除第一次匹配特定字符串所在行之外的所有行
001、shell实现 root@PC1:/home/test2# ls test.txt root@PC1:/home/test2# cat test.txt ## 测试数据…
-
清除Linux历史命令小脚本
[root@mysql-host1 ~]# vim /usr/local/script/his.sh #!/bin/bash #history export HISTTIMEFOR…
-
linux 中 awk print > 选项实现 按照特定列拆分数据
001、 root@PC1:/home/test2# ls test.map root@PC1:/home/test2# cat test.map ## 用一个map文件进行测…
-
Linux驱动开发十一.阻塞与非阻塞IO操作——1.阻塞IO操作
还记得我们在讲按键生成外部中断时候通过一个APP来调用驱动文件么?因为我们在用户态APP里通过while循环不断调用read函数去获取按键状态,占用了大量的系统资源,这种模式肯定是…
-
linux 系统中输出文本开头至匹配特定字符的行
001、 root@PC1:/home/test2# ls a.txt root@PC1:/home/test2# cat a.txt aa dd ss dd ff xv ef…
-
linux 系统中输出匹配特定字符至末尾的行
001、 root@PC1:/home/test2# ls a.txt root@PC1:/home/test2# cat a.txt aa dd ss dd ff xv ef…
-
Linux采坑日记
gnome桌面 任务栏 workrave在wayland下不显示托盘,在xorg下可以。 壁纸 variety无法在ubuntu22.04下更换壁纸。 输入法 Fcitx5 修复 …
-
linux学习之四(文件安装、输出命令)及Windows系统基于tomcat部署jenkins
一、Linux系统安装文件的方式 1、以hadoop,下载压缩文件后,进行解压2、然后把Hadoop的bin目录,配置到path的环境变量 /etc/profile 记得环境变量要…