系统   2024-09-08 16:50   128   0  
备份原有的源: sudo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 下载国内源:
系统   2024-09-01 11:32   87   0  
安装准备 Mongodb包在默认的Ubuntu存储库中是不可使用的。首先需要导入包管理系统使用的公钥。 wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add - 打开mongodb服务报错(code=exited, status=14) 更新apt资源库
系统   2024-06-21 23:13   342   0  
您遇到的问题是由于npm在尝试从淘宝镜像(https://registry.npm.taobao.org)下载包时,遇到了证书过期的错误。这通常是因为您的计算机上的SSL证书未更新,或者是npm使用的证书库不包含该证书的最新版本。解决这个问题,您可以尝试以下几个方法:
系统   2024-04-03 20:55   507   0  
OpenGL
系统   2024-03-27 11:02   366   0  
iptables -A INPUT -p tcp --dport 22 -j ACCEPT
系统   2024-02-02 16:53   456   0  
要在Git中生成SSH密钥,可以按照以下步骤进行操作: 1、打开命令行工具(如Terminal或Command Prompt)。 输入以下命令来生成新的SSH密钥对:
系统   2024-02-02 16:48   394   0  
sshd_config
系统   2024-01-22 14:56   366   0  
supervisorctl restart all supervisorctl update
系统   2024-01-06 11:44   317   0  
git remote set-url命令修改remote URL git remote set-url 传递两个参数 remote name。例如,origin或者upstream new remote url。例如,git@github.com:USERNAME/OTHERREPOSITORY.git
系统   2023-12-24 21:13   487   0  
(CRON) INFO (Syslog will be used instead of sendmail.) (CRON) INFO (RANDOM_DELAY will be scaled with factor 0% if used.) (CRON) INFO (running with inotify support) (CRON) INFO (@reboot jobs will be run at computer's startup.)