deepin开机自启动
参考:
https://www.e-learn.cn/topic/3245124 设置route.
https://www.lolimay.cn/2018/10/14/autostart-in-deepin/ 第二种rc.local的办法进行自启动。
route、sslocal都成功了。
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
route del -net default netmask 0.0.0.0 dev eno1
route del -net default netmask 0.0.0.0 dev enp5s0
/usr/bin/sslocal -c /etc/shadowsocks/config.json
exit 0
「deepin」
- LFS 10.0 超详细搭建过程(一)
- Ubuntu安装微信,解决deepin“版本过低”或NO_PUBKEY问题
- 喜奔!QQ 音乐终于有 Linux 版本了,还顺便拿了个大奖!
- [转]彻底解决deepin linux的无线网络问题
- deepin系统无线网络卡死或者极慢的解决方案
- 将pebuilder变成dibuilder.sh,将di tools集入boot层(3):发明minstack live os
- 简易的Linux迁移指北 - 知乎
- 还在为选择用哪个Linux发行版苦恼,试试这5款Linux发行版!
- 微信适配国产操作系统:原生支持 Linux
- Java设计模式百例 - 备忘录模式