Linux选择时区

Linux 

tzselect

如何使用自签名证书进行https请求

Linux 

如何使用自签名证书进行https请求

Linux设置服务自启动

Linux 

在/lib/systemd/system目录下创建service文件cd /lib/systemd/systemvim test.service[Unit]Description=testAfter=network.target[Service]Type=forkingExecStart=/opt/

Linux 防火墙增加指定端口

Linux 

firewall-cmd --zone=public --add-port=9999/tcp --permanentfirewall-cmd --reload