摘要: 塔尔科技,这个名字蕴含着丰富的美好含义和寓意。塔尔羊是一种生活在极端环境下的野生动物,展现出顽强的生存能力和适应力,这象征着我们公司的创立精神:在竞争激烈的科技领域中,我们拥有着不屈不挠的创新精神和坚韧不拔的活力。同时,塔尔羊通常是成群结队生活的动物,这象征着我们注重团队合作和共同发展,我们相信众志 阅读全文
posted @ 2024-03-26 12:11 lshan 阅读(7) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-01-11 11:57 lshan 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-01-05 14:19 lshan 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 使用 ffmpeg-python 对rtmp 服务器做压力测试 FFmpeg 下载: https://github.com/BtbN/FFmpeg-Builds/releases ffmpeg-master-latest-win64-gpl.zip #!/usr/bin/env python3 # 阅读全文
posted @ 2023-12-25 11:11 lshan 阅读(38) 评论(0) 推荐(0) 编辑
摘要: sudo docker run -itd --privileged=true --restart=always --name=sea_ngnix_ssl_test --net=host -v /opt/docker/nginx/ssl/log/:/var/log/nginx/ -v /opt/doc 阅读全文
posted @ 2023-11-13 10:02 lshan 阅读(85) 评论(0) 推荐(0) 编辑
摘要: ubuntu 20.04运行内存(缓存)定时清理 数据处理过程,buffer/cache 占用过大,降低了运行速度 解决方法 定时释放缓存 缓存释放脚本vim clear_caches.sh输入 echo "开始清除缓存" sync;sync;sync sleep 20 echo 1 > /proc 阅读全文
posted @ 2023-11-10 12:07 lshan 阅读(227) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-10-19 14:32 lshan 阅读(1) 评论(0) 推荐(0) 编辑
摘要: python dict和ttl支持自动过期缓存 github: https://github.com/mailgun/expiringdict 安装 pip install expiringdict pip install expiring-dict 使用: from expiringdict im 阅读全文
posted @ 2023-10-08 15:30 lshan 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 官网: https://www.elastic.co/guide/en/beats/filebeat/8.10/index.html https://www.elastic.co/guide/en/beats/filebeat/8.10/running-on-docker.html 1. 拉取镜像 阅读全文
posted @ 2023-10-07 18:51 lshan 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 查询网卡状态 [root@localhost ~]# nmcli device status DEVICE TYPE STATE CONNECTION ens33 ethernet unmanaged -- lo loopback unmanaged -- 上面状态提示未接管 开启网络 [root@ 阅读全文
posted @ 2023-09-14 13:18 lshan 阅读(101) 评论(0) 推荐(0) 编辑