Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I see a lot of services running by default on my Ubuntu system and I am wondering if it safe to remove them from the boot-up process. I am running just as a desktop computer, no laptop. I have a UPS device and I am not sure if the battery monitoring programs are used in conjunction with this UPS device when the power goes out.
Given that I don't use a laptop, do I need to have acpid, hotkey-setup, laptop-mode, ampd, and acpi-support running?
Given that I don't have any cellphone or wireless devices, do I need to have bluez-utils running?
Given that I use a Verizon DSL, do I need to have ppp running?
Given that I have a Brother printer and Brother scanner, do I need to have the HP Printing and Imaging System running?
Get a live CD (or some other way of getting into the system).
Backup any configuration files that you want to experiment with, then "just try it". Remove the links in the startup folder for your runlevel, and see what happens. (Good learning exercise if nothing else)
Distribution: approximately NixOS (http://nixos.org)
Posts: 1,900
Rep:
Well, the main thing is to learn how to mount, and how to pass init=/bin/bash to kernel. And to remember that in this mode you need to run sync and 'mount / -o remount,ro'. After that you'll have to work hard to make system unbootable by init script disabling. Maybe you should practice in this before, but daemons you mentioned aren't really critical for booting to console.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.