Linux

Hardware info Linux

dmidecode –type 17 | more

Ubuntu manage startups

man update-rc.d

Удалить xdm из загрузки:

update-rc.d xdm disable

Включить xdm обратно:

update-rc.d xdm enable defaults

В более поздних Ubuntu / Debian / Mint

На примере unifi

systemctl enable unifi
systemctl is-enabled unifi
systemctl disable unifi
service unifi status
service unifi start
service unifi stop

По RHEL6

linux/start.txt · Last modified: 2020/09/09 01:16 by rybario
About this template
CC Attribution-Share Alike 4.0 International
Powered by PHP Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 Valid HTML5