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

Linux How to

Linux How to guide

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:

  • Tamir Suliman
Tamir Suliman Oct 3, 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.

  • Tamir Suliman
Tamir Suliman Sep 21, 2019 • 3 min read
LinuxVaults © 2023
Powered by Ghost