⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 services.sh-mdv2008.1-pterjan

📁 Linux系统快速启动 一个华硕eeepc快速启动的clone。 能装在大多数Linux系统上。 http://helllabs.org/finit/
💻 1-PTERJAN
字号:
#!/bin/sh# Else oocalc will crashmknod /dev/random c 1 8mkdir /var/lock/subsyschmod 1777  /var/lock/subsysmkdir /var/run/dbusmkdir /var/run/netreport/etc/init.d/messagebus start/sbin/start_udev.simplefor module in `/bin/grep -hv '#' /etc/modprobe.preload /etc/modprobe.preload.d/*`; do  /sbin/modprobe $moduledone # Need to find a way to apply udev configchmod 0666 /dev/ptmx/etc/init.d/network-up start/etc/init.d/network start/etc/init.d/acpid start/etc/init.d/haldaemon startsleep 10for i in /etc/rc5.d/S*; do	$i status > /dev/null 2>&1 || $i startdone

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -