启动示例
systemctl start $name
# 启动
systemctl stop $name
# 停止
systemctl enable $name
# 开启开机自启
systemctl disable $name
# 关闭开机自启
配置文件示例
```shell
[Unit] # 这个项目与此 unit 的解释、执行服务相依性有关
Description=OpenSSH server daemon
描述性内容
After=network.target
在网络启动后
Wants=sshd-keygen.service
来源:https://archived.forum.manjaro.org/t/resolution-help-needed-systemd-backlight-backlight-acpi-video0-service-loaded-failed-failed/68131
来源1: https://zhuanlan.zhihu.com/p/338666316
今天突然觉得Linux分配的空间好像不太够,故尝试增加根分区,以下是记录。
Ubuntu自带的Firefox是定制版,缺少功能,完整版在ubuntu Store就可以下载到。
卸载命令
安装中文版的linux系统可能并不是一个好的选择,所以我在安装时选择English,但中文输入法确实是我必须要用到的东西。