本页面由 Typecho 创建, 这只是个测试页面.

常用命令:
apt update -y && apt install -y wget && apt install -y curl && apt upgrade -y
apt update -y && apt install wget curl sudo unzip git -y
yum update -y && yum install -y wget && yum install -y curl && yum upgrade -y
时区同步(修正为上海时间)
sudo timedatectl set-timezone Asia/Shanghai
timedatectl set-timezone Asia/Shanghai && \ ntpdate time.nist.gov && \ hwclock --systohc
chmod +x filename
yum -y update
apt-get -y update
yum update -y
yum -y install wget
yum install zip unzip
apt-get install zip
yum install -y screen
apt-get install screen
screen -S lnmp
screen -r lnmp
screen -D -r lnmp
yum -y remove httpd
unzip -d /www/wwwroot master.zip
cp -R /www/wwwroot /www
rm -rf /www/wwwroot
git clone
wget --no-check-certificate
/etc/resolv.conf
nameserver 8.8.8.8
nameserver 114.114.114.114
------------------------------------------
状态 :睡眠中,进程ID:11154
解决方法:

rm -rf /var/run/yum.pid

完成后,yum list 正常

综合性能测试(Bench.sh)
wget -qO- bench.sh | bash

流媒体解锁检测
bash <(curl -L -s check.unlock.media)

压缩/解压全能命令
# 解压.zip
unzip file.zip  

# 解压.tar.gz
tar -zxvf file.tar.gz  

# 压缩文件夹
tar -zcvf backup.tar.gz /path/to/folder

临时关闭ipv6
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1 && sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1

永关ipv6
echo -e "net.ipv6.conf.all.disable_ipv6=1\nnet.ipv6.conf.default.disable_ipv6=1\nnet.ipv6.conf.lo.disable_ipv6=1" >> /etc/sysctl.conf && sysctl -p
=========================================================
https://bwh88.net
https://www.vultr.com
https://www.linode.com
https://www.sakura.ad.jp
https://www.digitalocean.com
https://www.aliyun.com/
https://cloud.tencent.com/
https://www.zzidc.com/
-------------------------------------------------
https://www.online.net/
https://www.kimsufi.com/
https://oneprovider.com/
=========================================================
https://www.bt.cn/
https://oneinstack.com/
https://lnmp.org/
https://www.appnode.com/
http://amh.sh/
https://www.wdlinux.cn/wdcp/
https://github.com/mustafaramadhan/kloxo
http://www.webmin.com/
=========================================================
https://www.lowendtalk.com/
https://www.hostloc.com/
https://lowendbox.com/
http://www.webhostingtalk.com/
=========================================================
https://www.whmcs.com/
https://www.directadmin.com/
https://solusvm.com/
http://www.virtualizor.com/

https://greasyfork.org/zh-CN
https://github.com/typecho-fans
http://forum.typecho.org/viewforum.php?f=6
How to Install WGET in Ubuntu
sudo apt-get update
sudo apt-get install wget
wget --version
https://stackoverflow.com/questions

如果觉得我的文章对你有用,请随意赞赏