使用linux生成随机数 2024年1月11日 | linux </dev/urandom tr -dc '12345!@#$%qwertyuioplkjhgfdsazxcvbnm!@#$%^&*()_+{}|":?><XCVBZXCVBNML67890KJHGFDSAQWERTYUIOP' | head -c16; echo -c16 16代表生成多少位…… 阅读全文
Ubuntu snap提示has “install-snap” change in progress 错误 2023年1月16日 | ubuntu linux 错误处理 在Ubuntu 22.04使用snap安装…… 阅读全文
Debian 10/11 开启bbr 2022年7月27日 | linux debian /etc/sysctl.conf 文件修改 #修改文件: net.core.default_qdisc=fq net.ipv4.tcp_congestion_control=bbr #或者直接运行…… 阅读全文
Ubuntu系统启用root用户远程登陆 2022年4月15日 | ubuntu linux 编辑 /etc/ssh/sshd_config 文件 #修改 PermitRootLogin 为true $ sudo vim /etc/ssh/sshd_config #LoginGraceTime 2m…… 阅读全文
Centos8遇到Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 2022年2月7日 | centos linux centos8运行更新时提示Error:…… 阅读全文
Manjaro使用深度截图 2021年10月30日 | linux manjaro 1. 安装深度截图 sudo pacman -S deepin-screenshot 2.设置快捷键 系统…… 阅读全文