国内镜像源 列出一些常见, 好用的国内镜像源 1. 南京大学 NJU速度快, 镜像(段子)数量多 https://mirror.nju.edu.cn/ 2. 中国科学技术大学 USTC速度不错, 软件/镜像比较多 https://mirrors.ustc.edu.cn/ 3. 清华大学 TUNA速度不错, 但是最近由于Let’s Encypt根证书(DST)过期问题某些软件可能会报证书不安全 htt 2021-10-20 #学习 #Linux #Python #运维 #工具
[Ubuntu] 笔记本禁止盒盖休眠 问题在笔记本上安装Ubuntu 20.04之后发现合上屏幕会导致系统休眠, 这显然不符合它作为一个服务器应该做的事情 (root权限) 编辑”/etc/systemd/logind.conf”, 编辑行: 12HandleLidSwitch=ignoreLidSwitchIgnoreInhibited=yes 重启 systemd-login 服务: 1su 2021-09-26 #学习 #Linux #Ubuntu
[Ubuntu] 20.04 中部署Nginx + Wordpress 目的 在 Ubuntu 20.04 上安装部署 Wordpress 并用 Nginx 进行反代 更新软件包 12sudo apt updatesudo apt upgrade -y 下载 WordPress 并 解压 123cd /opt/curl -L -O "https://wordpress.org/latest.zip"unzip latest.zip 安 2021-08-28 #学习 #Linux #Ubuntu
[macOS] Create Bootable Installer for macOS Monterey1sudo "/Applications/Install macOS Monterey.app/Contents/Resources/createinstallmedia" --volume /Volumes/MyVolume 2021-08-18 #学习 #macOS