Categories
Linux

Local Yum Setup for RHEL

The Yellowdog Updater, Modfied (YUM) is an Open-source command line package-management utility for RPM based Linux systems. YUM allows automatic updates, package and dependency management. This article helps you in YUM setup in RHEL enviroments 1. Create RPM directory root@technix#mkdir /RPMS 2. Copy all the rpm packages from disk to “/RPMS” directory 3. Install createrepo rpm […]

Categories
Linux

Samba basic configuration in RHEL

The key to configuring Samba is its lone configuration file: smb.conf. A basic samba configuration for the smb.conf file is given below. [global] workgroup = SIMPLE [SHARE] comment = Common Share path = /SHARE read only = no guest ok = yes Prior to adding the confifuration to the smb.conf file, take a backup of […]