LinuxVaults
  • Home
  • About
  • RHEL7
  • RHEL8
  • SELINUX
  • Ansible
  • RSYSLOG
  • OpenShift
  • Apache Projects
  • Contact Us
Sign in Subscribe

CentOS7

A collection of 3 posts
How to build an RPM in CentOS 7
CentOS7

How to build an RPM in CentOS 7

Step 1 Install the required packages #yum install -y rpm-build make tree Step 2 Create the required directories #mkdir -p /project/my-rpm/{BUILD,RPMS,SOURCES,SPECS,SRPMS,tmp} # tree /project/my-rpm Step 3 Create the SPEC file # touch /project/my-rpm/SPECS/my-rpm.spec # vi /project/my-rpm/SPECS/my-rpm.spec Name:
Oct 3, 2019 1 min read
RSYSLOG

RSYSLOG install on CentOS 7

To install and configure rsyslog on CentOS 7 : * Install rsyslog: Run the following command to install rsyslog: sudo yum install rsyslog * Start and enable rsyslog: Start rsyslog and enable it to start automatically on boot with the following commands: sudo systemctl start rsyslog sudo systemctl enable rsyslog By default, rsyslog
Sep 21, 2019 1 min read
Spacewalk Installation & Configuration on CentOS 7
RHEL7

Spacewalk Installation & Configuration on CentOS 7

Spacewalk is an open source Linux systems management solution that can be used to create inventories of your systems, develop kick starts and deploy system wide configuration files. In this article we will look on how to install spacewalk on CentOS7.
Sep 21, 2019 3 min read
Page 1 of 1
LinuxVaults © 2025
Powered by Ghost