奥丁9
奥丁9
后端
数据库
redis
mysql
mongoDB
达梦
php
laravel
laravel-admin
dcat
表单
表格
java
spring
python
go
c
c++
前端
vue
nodejs
sass/less
html/css
前端框架
javascript
微信生态
公众号
小程序
uniapp
typescript
其他
AI
数据结构
安全
linux
seo
git
健身
算法
正则表达式
docker
待分类
其他
/
linux
CentOS/Debian/Ubuntu 查看开机启动项/服务教程(systemd)
1年前
aoding9
42
linux
开机启动项查看适用于比较新的Linux发行版,CentOS/Debian/Ubuntu等只要是使用systemd管理的都可以。 查看开机启动项的服务: `systemctl list-unit-files --type=service|grep enabled` 如何禁用httpd/apache服务开机启动: `sudo systemctl disable httpd.service` 如何启用httpd/apache服务开机启动: `sudo systemctl enable httpd.service` 如何启用nginx服务开机启动: `sudo systemctl enable nginx.service`
本作品采用
《CC 协议》
,转载必须注明作者和本文链接