Once the SPEC file is ready, you can start building your rpm with rpm –b command. The –b option is used to perform all the phases of the build process. If you see any errors during this phase, then you need to resolve it before re-attempting again. The errors will be usually of ...
Change Application Host VI. Configure the open file limit of the nexus user. vim /etc/security/limits.conf Add the below values to the file. nexus - nofile 65536 Save and the exit file. 4. Set Nexus as a System Service Create the Systemd service file in “/etc/systemd/system/”. vim...
There are few minor configuration changes that need to be done to havepgAdmin4running. First we will rename the sample conf file frompgadmin4.conf.sampletopgadmin4.conf: # mv /etc/httpd/conf.d/pgadmin4.conf.sample /etc/httpd/conf.d/pgadmin4.conf # vi /etc/httpd/conf.d/pgadmin4.conf ...
so we disabled SELinux. If you are familiar with SELinux rules, then you can configure it, but no guarantee that the Observium work with active SELinux. So, better disable it permanently. To do, open ‘/etc/sysconfig/selinux‘ file and change the option from ‘permissive‘ to ‘disabled...
In theHostnamefield, enter the DNS name or the IP address of the system you’re connecting to (if you’re reading straight through, you might not know this yet). Change theConnection typeto SFTP. If you want, save the user name and password. I don’t know how secure this is. I ...