Giter Club home page Giter Club logo

yilu_linux's Introduction

依露Linux系统相关的一些配置

系统选择

经过一些实验,深度(Deepin)桌面版符合我们的系统需求。

开机独占系统

按如下步骤修改:

  1. 运行
systemctl set-default multi-user.target
  1. 修改 /etc/systemd/system/getty.target.wants/[email protected] 实现root自动登录 修改这一行为
“ExecStart=-/sbin/agetty -a root %I $TERM
  1. 在/root/.profile里添加如下内容:
rm -rf /tmp/.X0-lock
isXrunning=`ps ax |grep "X :0" |grep -v "grep"|wc -l`
if [ $isXrunning -eq 0 ]; then
# 提前把编译好的程序放在正确的位置,比如/root目录下
/usr/bin/xinit /root/opfysiocare.AppImage --no-sandbox -- /usr/bin/X :0  #程序路径最好没有空格
fi

开/关机动画

放在plymouth目录下了,相关的脚本也改好了。

  1. 将yilu_1目录拷贝到 /lib/plymouth/themes/

2,具体操作步骤参考:

https://connectwww.com/how-to-install-plymouth-themes-in-ubuntu-customize-the-boot-splash-screen-in-ubuntu/60731/

(具体步骤我现在不能试)

系统拷贝

脚本参考installer目录下的脚本,如果看不懂,建议就别用这个方法了,还不如一台一台的重装。

yilu_linux's People

Contributors

jthou avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.