Linux crontab
Tue 23 September 2025
Linux crontab
- 在线CRON表达式
https://tool.lu/crontab
- crontab命令
# 修改 crontab 文件,如果文件不存在会自动创建
crontab -e
# 显示 crontab 文件
crontab -l
# 删除 crontab 文件
crontab -r
# 删除 crontab 文件前提 …Category: 待整理
Read MoreLinux crontab
https://tool.lu/crontab
# 修改 crontab 文件,如果文件不存在会自动创建
crontab -e
# 显示 crontab 文件
crontab -l
# 删除 crontab 文件
crontab -r
# 删除 crontab 文件前提 …Category: 待整理
Read MoreLinux firewalld防火墙 1. 基本命令 1. firewalld
# 启动防火墙
systemctl start firewalld
# 查看防火墙状态
systemctl status firewalld
# 禁用防火墙
systemctl disable firewalld
# 停止防火墙
systemctl stop firewalld
# 启动一个服 …Category: 待整理
Read More使用 MiFi 或 WiFi tether 时人们就可以跟踪你的位置,你会感到惊讶吗?自2000年以来它们一直存在。但在具体解释这活怎么做之前,我们先了解一下无线网 …
Category: 待整理
Read Morencdu
https://dev.yorhel.nl/ncdu
ncdu是看目录大小(包含子文件)的命令行工具,支持鼠标点击控制。
ncdu
耐心等待一下,马上就有一个界面:
按q就可以停止。Ctrl+C、Ctrl+Z应该也可以停止。
ncdu (NCurses Disk …
Category: 待整理
Read More本世纪初,日本人引入了英语词汇 NEET,逐渐与“家里蹲”互相形成对应。
NEET 来自英语 Not in Education,Employment or Training 的首字母,上世纪八十年代由 …
Category: 待整理
Read More将下列内容添加到 /usr/local/nginx/conf/nginx.conf 文件中相应位置。
rtmp {
server {
listen 1935;
application app{
live on;
hls on;
hls_path /usr/local/nginx/html/hls;
}
}
}
启动 nginx
/usr/local/nginx/sbin/nginx
重启 nginx
/usr/local …
Category: 待整理
Read MoreArch Linux配置增强OCR文字识别功能 使用tesseract实现中文OCR识别 作者: Duter2016 | 2024-03-29 | 阅读 次 「编辑」 「本文源码」 一、主要思路 1.利用截图软件 flameshot 进行截取需要被文字识别的图片,并使用imagemagick对图片进行四倍放大 …
Category: 待整理
Read More利用截图软件 flameshot 进行截取需要被文字识别的图片,并使用imagemagick对图片进行四倍放大;
安装软件主体
(1)使用如下命令安装flameshot:
sudo pacman -S flameshot
(2)使用如下 …
Category: 待整理
Read MoreFROM https://www.openmediavault.org/
openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, RSync and many more ready to use. Thanks to the modular design of the framework it can be enhanced via plugins …
Category: 待整理
Read Moreranger
这是一个动态查看子目录的神器,支持鼠标点击控制。灵活运用箭头,可以慢慢地找到子目录。
按q可停止并返回Shell。
Category: 待整理
Read More