首页
博客
关于
全部
系统
CentOS 7更换国内源
系统
2024-09-08 16:50
145
0
备份原有的源: sudo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 下载国内源:
国内源
centos
ubuntu20.04 安装mongodb 6.0
系统
2024-09-01 11:32
104
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资源库
Mongodb
证书过期问题: https://registry.npm.taobao.org npm ERR! code CERT_HAS_EXPIRED npm ERR
系统
2024-06-21 23:13
359
0
您遇到的问题是由于npm在尝试从淘宝镜像(https://registry.npm.taobao.org)下载包时,遇到了证书过期的错误。这通常是因为您的计算机上的SSL证书未更新,或者是npm使用的证书库不包含该证书的最新版本。解决这个问题,您可以尝试以下几个方法:
使用 apt 安装 OpenGL 和开发包
系统
2024-04-03 20:55
524
0
OpenGL
OpenGL
Centos或Ubuntu iptables && firewall-cmd 配置命令
系统
2024-03-27 11:02
385
0
iptables -A INPUT -p tcp --dport 22 -j ACCEPT
iptables
git生成ssh秘钥
系统
2024-02-02 16:53
472
0
要在Git中生成SSH密钥,可以按照以下步骤进行操作: 1、打开命令行工具(如Terminal或Command Prompt)。 输入以下命令来生成新的SSH密钥对:
git
密钥
ssh-keygen
Ubuntu--修改ssh端口号的方法
系统
2024-02-02 16:48
411
0
sshd_config
sshd_config
supervisorctl命令
系统
2024-01-22 14:56
388
0
supervisorctl restart all supervisorctl update
supervisorctl
Git相关命令-设置远程url
系统
2024-01-06 11:44
333
0
git remote set-url命令修改remote URL git remote set-url 传递两个参数 remote name。例如,origin或者upstream new remote url。例如,git@github.com:USERNAME/OTHERREPOSITORY.git
git
remote set-url
crontab配置不起作用
系统
2023-12-24 21:13
502
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.)
crontab
centos
1
2
下一页
Zhmzhm
我努力是因为我什么都没有却什么都想要
分类
系统 (11)
Android&iOS (0)
开发板 (0)
Python (1)
PHP (1)
杂谈 (0)
标签
全部
PHP
1
Nginx
2
安全配置
1
crontab
1
centos
2
git
2
remote set-url
1
supervisorctl
1
sshd_config
1
密钥
1
ssh-keygen
1
iptables
1
OpenGL
1
supervisor
1
编辑/etc/fstab,增加挂载信息
1
Mongodb
1
YAPI
1
PM2
1
国内源
1
anyconnect
1
Ubuntu20.04
1
UFW
1
OPCache
1
友情链接