Changes

Jump to navigation Jump to search
51 bytes removed ,  03:31, 16 August 2023
Line 43: Line 43:     
</syntaxhighlight>I installed and configured some basic tools and settings to help manage and debug the server (Cockpit can be accessed at http://<ip address or name>:9090)<syntaxhighlight lang="bash">
 
</syntaxhighlight>I installed and configured some basic tools and settings to help manage and debug the server (Cockpit can be accessed at http://<ip address or name>:9090)<syntaxhighlight lang="bash">
dnf install setools-console
+
systemctl enable --now cockpit.socket
 
dnf config-manager --set-enabled powertools
 
dnf config-manager --set-enabled powertools
 
dnf install epel-release
 
dnf install epel-release
 
dnf install policycoreutils-python-utils
 
dnf install policycoreutils-python-utils
 +
dnf install setools-console
 
dnf install rsyslog
 
dnf install rsyslog
dnf install cockpit
  −
systemctl enable cockpit.socket --now
  −
systemctl start cockpit.socket
   
dnf install setroubleshoot-server
 
dnf install setroubleshoot-server
 
setsebool -P allow_httpd_anon_write=1
 
setsebool -P allow_httpd_anon_write=1
371

edits

Navigation menu