Konfigurasi Services di SUSE - Berikut cara menkonfigurasi services di SUSE linux
- Hentikan layanan yang tidak perlu untuk sistem anda yang diaktifkan pada pengaturan default. Pertama, Output daftar layanan dengan perintah berikut.
dlp:~ # chkconfig --list | less
- Hentikan layanan yang tidak perlu. Contoh di bawah ini berhenti layanan 'acpid' adalah dan Nonaktifkan autostart.
dlp:~ # /etc/init.d/acpid stop
Shutting down acpid done
dlp:~ # chkconfig acpid off
- Daftar berikut ini adalah semua layanan secara default jika Anda akan diinstal dengan cara yang sama untuk situs ini. Yang mana telah menandai '*' merupakan salah satu dihidupkan untuk auto start.
| SuSEfirewall2_init |
Provides basic firewall settings |
|
| SuSEfirewall2_setup |
Provides basic firewall settings |
|
| aaeventd |
Provides notifications and report for AppArmor |
|
| acpid |
Advanced Configuration and Power Interface event daemon |
|
| atd |
atd runs jobs queued by at |
|
| auditd |
The audit package contains the user space utilities for storing and searching the audit records generate by the audit subsystem in the Linux 2.6 kernel |
* |
| autofs |
autofs controls the operation of the automount(8) daemons running on the Linux system |
|
| autoyast |
Execute autoyast |
|
| cron |
The daemon to execute scheduled commands |
* |
| dbus |
It sends messages between apprications |
* |
| earlysyslog |
Records sysytem logs |
* |
| fbset |
Provide frame buffer devices |
|
| gpm |
It's a cut and paste utility and mouse server for virtual consoles |
|
| haldaemon |
It searches infomations for hardwares |
|
| ipmi |
The start script for OpenIPMI driver |
|
| irq_balancer |
It distributes hardware interrupts across processors on a multiprocessor system |
* |
| ivman |
Control mounting of media or executing a command when a device is added |
|
| kbd |
Configure keyboard |
* |
| kexec |
Directly loads new kernel without rebooting |
|
| mdadmd |
Monitor software RAID |
|
| microcode.ctl |
It's microcode utility for Intel IA32 processors |
|
| multipathd |
Manage kernel's function called DeviceMapper |
|
| network |
Networking system |
* |
| network-remotefs |
Start NetworkManager |
|
| nfs |
NFS server |
|
| nscd |
Nscd is a daemon that provides a cache for the most common name service requests |
|
| ntp |
NTP server |
* |
| openct |
Reading driver for smart cards |
|
| pcscd |
Support connection with smart cards |
|
| pm-profiler |
The script that enable/disable power management function |
|
| postfix |
SMTP server |
|
| powerd |
monitor UPS |
|
| random |
The script that reads a snapshot at booting |
|
| raw |
Bind raw devices |
|
| rpasswdd |
Provide remote updating password securely |
|
| rpcbind |
This is used for NIS or NFS and so on |
|
| rpmconfigcheck |
Scan RPM configuration |
|
| rsyncd |
rsync server |
|
| saslauthd |
saslauthd is a daemon process that handles plaintext authentication requests on behalf of the SASL library |
|
| setserial |
initialize serial ports |
|
| skeleton.compat |
Provide ZYX |
|
| slpd |
Retrieve network services |
|
| smartd |
It's SMART Disk Monitoring Daemon |
|
| splash |
Provide screen setup |
|
| splash_early |
Cut animations after booting networking |
|
| sshd |
It's OpenSSH SSH daemon |
* |
| syslog |
It reads and/or clears kernel message ring buffer, set console_loglevel |
* |
| uuidd |
UUID(universally unique identifier) daemon |
|
| xinetd |
xinet server |
|
| ypbind |
This is used for NIS client |
|
0 comments:
Post a Comment