1. Fedora8 system adjustment: The Fedora8 system is adjusted to stop unnecessary services, which will make the system run faster. Open the terminal and enter chkconfig-list | grep3: You can see many background service processes, some of which are unnecessary for desktop applications. List of services I opened: acpid0: Disable 1: Disable 2: Enable 3: Enable 4: Enable 5: Enable 6: Disable auditd0: Disable 1: Disable
1. Fedora 8 System Adjustment
Adjust the Fedora 8 system and stop unnecessary services, which will make the system run faster.
Open the terminal and enter:
Chkconfig-list | grep 3: Enabled
We can see many background service processes, some of which are unnecessary for desktop applications.
My open service list:
Acpid 0: off 1: off 2: Enable 3: Enable 4: Enable 5: Enable 6: Disable
Auditd 0: off 1: off 2: Enable 3: Enable 4: Enable 5: Enable 6: Disable
Autofs 0: Disable 1: Disable 2: Disable 3: Enable 4: Enable 5: Enable 6: Disable
Avahi-daemon 0: Disable 1: Disable 2: Disable 3: Enable 4: Enable 5: Enable 6: Disable
Cpuspeed 0: off 1: Enable 2: Enable 3: Enable 4: Enable 5: Enable 6: Disable
Haldaemon 0: Disable 1: Disable 2: Disable 3: Enable 4: Enable 5: Enable 6: Disable
Iptables 0: Disable 1: Disable 2: Enable 3: Enable 4: Enable 5: Enable 6: Disable
Kudzu 0: Disable 1: Disable 2: Disable 3: Enable 4: Enable 5: Enable 6: Disable
Messagebus 0: Disable 1: Disable 2: Enable 3: Enable 4: Enable 5: Enable 6: Disable
Microcode_ctl 0: Disable 1: Disable 2: Enable 3: Enable 4: Enable 5: Enable 6: Disable
Network 0: Disable 1: Disable 2: Enable 3: Enable 4: Enable 5: Enable 6: Disable
Ntpd 0: Disabled 1: Disabled 2: Disabled 3: enabled 4: Disabled 5: enabled 6: Disabled
Pcscd 0: Disable 1: Disable 2: Enable 3: Enable 4: Enable 5: Enable 6: Disable
Rsyslog 0: Disable 1: Disable 2: Enable 3: Enable 4: Enable 5: Enable 6: Disable
Udev-post 0: Disable 1: Disable 2: Disable 3: Enable 4: Enable 5: Enable 6: Disable
Pcscd is the SD card service program of the notebook. If the desktop does not exist, it can be stopped.
Use: chkconfig-level 2345 service name off to disable services you do not need. For example:
Chkconfig-level 2345 yum-updatesd off
Remember to turn off the yum-updatesd service. Otherwise, you will need to kill the yum process during manual upgrade.
Disable ipv6:
Vi/etc/modprobe. conf
Add or modify the following two rows:
Alias net-pf-10 off
Alias ipv6 off
Every time my laptop starts, the wireless network adapter will find the network, resulting in a slow start. It is completely possible to use wireless networks after the system starts. I rarely use wireless networks anyway.