自用的内存检测脚本 2024-11-16 Linux,技术分享 暂无评论 596 次阅读 #!/bin/bash # 分析阿里云 ECS 出现内存占用过高原因 # author:hanli function freem(){ echo -e "\033[32m---- free 系统内存使用详情 ----\033[0m" which free && free -m || return 1 } function topfree(){ e - 阅读全文 -
抓取bing壁纸 2024-11-16 Linux,技术分享 暂无评论 553 次阅读 因为某些业务需要,自写了一个bing壁纸调用的api,调用地址见下:https://www.liigoo.net/getbing https://www.liigoo.net/getbing?s=1 - 阅读全文 -