linux temp文件夹在哪_连续霸榜Github!又有一个Linux神器出现了

648ad788f0e580532d74e8dd4a3ff466.png

7aaa192864461438219831c7fd20451e.gif

a2785a9cdeea8bb686b7a578da1288c9.gif 

嵌入式linux QQ交流群:175159209,欢迎爱好者加入交流技术问题!

最近又有一个Linux神器出现了,连续霸榜Github Trending榜单将近一周了,bashtop是一个用Bash编写的 Linux 资源监视器,可以显示处理器、内存、磁盘、网络和进程的使用情况与状态。

8bc6639e634d65c360d3f36f261d985f.png

在Reddit和Hacker News上面也有网友们讨论。bashtop 的功能特性有很多,汇总如下:

  • 易于使用,带有受游戏启发的菜单系统。

  • 快速响应的 UI,带有 UP、DOWN 键可快速对进程进行选择。

  • 可显示所选进程的详细统计信息。

  • 可以过滤进程。

  • 在排序选项之间轻松切换。

  • 发送 SIGTERM、SIGKILL、SIGINT 选择进程。

  • 带有用于更改所有配置文件选项的 UI 菜单。

  • 网络使用情况的自动缩放图。

  • 如果有新版本可用,则在菜单中显示消息。

UI界面显示的是你事先设定的进程相关的详细信息,如下图所示:

7c541438bb4657eafbb8de743dae5d02.png

主菜单页面如下所示:

5bda982dedf5e5f6a1340523220ea70b.png 

选项卡菜单如下所示:

74df3dc0a3d61c44fcffccc77cc42a5b.png

所有选项都可以在用户界面内更改。配置文件存储在“ $ HOME / .config / bashtop”文件夹中,bashtop.cfg :(如果找不到则自动生成)

  1. #? Config file for bashtop v. 0.8.0 

  2. #* Color theme, looks for a .theme file in "$HOME/.config/bashtop/themes", "Default" for builtin default theme 

  3. color_theme="Default" 

  4. #* Update time in milliseconds, increases automatically if set below internal loops processing time, recommended 2000 ms or above for better sample times for graphs 

  5. update_ms="2500" 

  6. #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu responsive" 

  7. #* "cpu lazy" upates sorting over time, "cpu responsive" updates sorting directly at a cpu usage cost 

  8. proc_sorting="cpu lazy" 

  9. #* Reverse sorting order, "true" or "false" 

  10. proc_reversed="false" 

  11. #* Check cpu temperature, only works if "sensors" command is available and have values for "Package" and "Core" 

  12. check_temp="true" 

  13. #* Draw a clock at top of screen, formatting according to strftime, empty string to disable 

  14. draw_clock="%R" 

  15. #* Update main ui when menus are showing, set this to false if the menus is flickering too much for comfort 

  16. background_update="true" 

  17. #* Custom cpu model name, empty string to disable 

  18. custom_cpu_name="" 

  19. #* Enable error logging to "$HOME/.config/bashtop/error.log", "true" or "false" 

  20. error_logging="true" 

命令行选项,不过这项功能暂未实现:

  1. USAGE: bashtop 

感兴趣的伙伴们不要错过了哦,最后附上

项目地址:https://github.com/aristocratos/bashtop

嵌入式Linux中文站

最专业的中文嵌入式Linux网站,11年磨剑,注册用户数万人

分享 嵌入式 & Linux 技术干货、教程、资讯、高薪职位

订阅点击标题下方“嵌入式Linux中文站”

分享点击右上角分享按钮

投稿admin@embeddedlinux.org.cn

交流QQ群:175159209

60630d5926aea3128bc6a82d217c30b1.gif

       点击下方“ 阅读原文 ”查看更多 bfbabba6a4d14375e95c967b4eefa4a3.gif
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
回答: 要在GitHub上忽略一个文件夹,你可以使用.gitignore文件来指定要忽略的文件或文件夹。在.gitignore文件,你可以使用以下格式来忽略一个文件夹: ``` foldername/ ``` 这将忽略名为"foldername"的文件夹及其所有内容。你可以将这个.gitignore文件添加到你的项目根目录,并将其提交到GitHub上。这样,GitHub就会忽略这个文件夹及其内容,不会显示在你的仓库。\[3\]另外,你也可以在GitHub上直接使用已经准备好的.gitignore配置文件。GitHub为我们提供了各种配置文件,你可以在https://github.com/github/gitignore上找到这些配置文件,并根据你的需求选择合适的配置文件来忽略特定的文件夹。\[2\] #### 引用[.reference_title] - *1* *3* [Github的gitignore:如何在GitHub上只显示修改过的文件,忽略掉指定文件](https://blog.csdn.net/weixin_44309889/article/details/125402986)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^koosearch_v1,239^v3^insert_chatgpt"}} ] [.reference_item] - *2* [Git 忽略某些文件或者文件夹](https://blog.csdn.net/YLGWHYH/article/details/52245407)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^koosearch_v1,239^v3^insert_chatgpt"}} ] [.reference_item] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值