How to create local repository in linux 7/centos 7 || Wiz maverick

Опубликовано: 22 Июль 2026
на канале: wiz maverick
301
11

1. How to Set Time, Timezone and Synchronize System Clock Using timedatectl Command| wiz maverick
   • How to Set Time, Timezone and Synchronize ...  
2. Activiti BPM | Business Process Management (BPM) |wiz maverick
   • Activiti BPM | Business Process Management...  
3. How to create local repository in linux 7/centos 7 || Wiz maverick
   • How to create local repository in linux 7/...  
4. How to Configure mailx in linux 7 to send emails from terminal using GMAIL as an external SMTP Server.
   • How to Configure mailx in linux 7 to send ...  
######################################################################
ISO download link:
http://centos.myfahim.com/centos/7.6....
#mkdir /repo
#mkdir /local_repo
#mount -o loop CentOS-7-x86_64-DVD-1810.iso /repo
#cp -r /repo/* /local_repo

#cd /etc/yum-repos.d
#vi local.repo
 [abc]
name=test01
baseurl=file:///local_repo
enabled=1
gpgcheck=0