markdown 卡利开机启动项

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 卡利开机启动项相关的知识,希望对你有一定的参考价值。

You can add an item in `~/.config/autostart`,

e.g Open `~/.config/autostart/myscript.desktop`, and paste the following contents

```
[Desktop Entry]
Name=MyScript
GenericName=A descriptive name
Comment=Some description about your script
Exec=/path/to/my/script.sh
Terminal=false
Type=Application
X-GNOME-Autostart-enabled=true
```
For example(x11vnc):

```
[Desktop Entry]
Type=Application
Name=x11vnc
Exec=x11vnc -usepw -reopen -bg -forever &
Comment=Starts an x11vnc server on port kali:5900
```

And make sure the script is executable.

以上是关于markdown 卡利开机启动项的主要内容,如果未能解决你的问题,请参考以下文章

markdown 安装卡利到ù盘

markdown linux删除开启启动服务,添加开机启动服务

markdown 蝙蝠脚本后台开机启动

CentOS 7 添加开机启动项

如何禁止开机启动项?电脑禁止开机启动技巧

ubuntu下,怎么设置开机启动项