Centos安装命令:sudo yum install aria2下载执行命令:aria2c -x 16 -s 16 "http://example.com/file.zip"大文件断线续传稳定下载:aria2c -c -x 16 -s 16 'http://example.com/file.zip'
Centos安装命令:sudo yum install aria2下载执行命令:aria2c -x 16 -s 16 "http://example.com/file.zip"大文件断线续传稳定下载:aria2c -c -x 16 -s 16 'http://example.com/file.zip'
docker安装脚本bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/DockerInstallation.sh)docker-compose安装脚本sudo yum install -y yum-utilssudo yum-config-manager --add-repo https...
路径/ewomail/mysql/etc删除my.cnf,命令my-huge.cnf为my.cnf
添加3306端口到防火墙规则(永久生效)sudo firewall-cmd --zone=public --add-port=3306/tcp --permanent重新加载防火墙使配置生效sudo firewall-cmd --reload验证端口是否开放sudo firewall-cmd --list-ports | grep 3306
1.修改/etc/devecot/conf.d/10-mail.conf文件,在mail_location = maildir:/www/vmail/%d/%n前面加入# 将mail_location = maildir:~/Maildir前面的内容删除2.修改/etc/postfix/mail.cf文件,搜索myhostname修改为=邮箱地址3.修改/etc/hostname里面的内容...
bash <(curl -s -L https://git.io/v2ray-setup.sh)地址 (Address) = 192.3.1.50端口 (Port) = 31535用户ID (User ID / UUID) = 74a1b394-29f1-4d73-921e-38264ae82eac额外ID (Alter Id) = 0传输协议 (Network) = kcp伪装类型 ...
UPDATE i_users SET password = 'b443b5282605b07a95276bcb85752a73';
grep -oE "'[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+.[a-zA-Z]{2,}'" Aa2025888.sql | tr -d "'" | tr ',' '\n' | sed '/^$/d' > formatted_emails.txt