2024-03-27 11:02   10   0  
iptables -A INPUT -p tcp --dport 22 -j ACCEPT
2024-02-02 16:53   81   0  
要在Git中生成SSH密钥,可以按照以下步骤进行操作: 1、打开命令行工具(如Terminal或Command Prompt)。 输入以下命令来生成新的SSH密钥对:
系统   2024-02-02 16:48   75   0  
sshd_config
2024-01-22 14:56   77   0  
supervisorctl restart all supervisorctl update
系统   2024-01-06 11:44   68   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   102   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.)
系统   2023-12-07 22:58   113   0  
php配置文件中找到expose_php默认是expose_php=On,修改为expose_php=Off,重启php-fpm,返回信息中就不再有php及版本信息。下图的红框信息就会被隐藏。
1