CentOS: Difference between revisions
→SELinux: Analyze the audit log used by SELinux |
add installing Plex |
||
Line 38: | Line 38: | ||
| style="width: 50%;" | <div class="cli">$ sealert -a /var/log/audit/audit.log</div> | | style="width: 50%;" | <div class="cli">$ sealert -a /var/log/audit/audit.log</div> | ||
|} | |} | ||
== Installing Plex == | |||
https://linode.com/docs/applications/media-servers/install-plex-media-server-on-centos-7/ | |||
https://forums.plex.tv/discussion/164112/plex-media-server-on-minimal-centos-7-0 |
Revision as of 22:26, 2 April 2018
NTP
Description | Command |
---|---|
Install byobu | $ yum -y install epel-release
$ yum -y install byobu |
Enable byobu | $ byobu-enable
|
Enable NTP | $ yum install -y ntp
$ systemctl enable ntpd $ systemctl start ntpd |
Synchronize with NTP server | $ systemctl stop ntpd
$ ntpdate pool.ntp.org $ systemctl start ntpd |
Check date & time and NTP status | $ timedatectl
|
SELinux
Description | Command |
---|---|
Install SETools and SETroubleshoot | $ yum install setroubleshoot setools
|
Analyze the audit log used by SELinux | $ sealert -a /var/log/audit/audit.log
|
Installing Plex
https://linode.com/docs/applications/media-servers/install-plex-media-server-on-centos-7/
https://forums.plex.tv/discussion/164112/plex-media-server-on-minimal-centos-7-0