Output of sudo bum
:
Which of the above processes can I kill for fast startup of my Kubuntu 16.04?
Killing processes for faster start up of Kubuntu is not good idea...there are another ways to speed things up.
From http://www.techrepublic.com/blog/10-things/10-ways-to-make-linux-boot-faster/:
1: Disable unnecessary services. Depending upon the use of the machine, plenty of services won't be needed. Using Linux just for a
desktop? Then you won't need sendmail, httpd, and many other services.
2: Disable unnecessary kernel modules If your desktop is wired to the Ethernet, you don't need to have a wireless kernel module loaded. This
task is a bit more difficult and will require a kernel recompilation, which is not the easiest task to undertake. To do this, you will need the kernel sources. Then, follow the standard steps for compiling a kernel. The difference is that you're going to go through your system and disable all of the modules you don't need.
3: Use a lightweight window manager instead of GNOME or KDE I plug smaller footprint window managers for a reason — they drastically
reduce graphical boot time. Instead of having to wait that extra 30 to 60 seconds for GNOME or KDE to boot up, why not wait two to 10 seconds for Enlightenment or XFCE to boot up? Not only will they save you boot time, they will save your memory and the headache of dealing with bloatware.
4: Use a text-based login instead of a graphical login Most of my Linux machines boot to run level 3 instead of run level 5. This will
halt at the text-based login, where I only have to log in and issue startx to start my desktop of choice. The graphical logins do two things: increase load times and create headaches trying to recover from an X windows fubar.
bum
doesn't work in 16.04 well – Anwar Aug 22 '16 at 15:36