This blog moved to medium->https://medium.com/@cocoamaemae
Regarding TIPS about IT technologies or OSS which I created.
Thursday, April 13, 2017
How to add an original yum repository
Add **.repo file under /etc/yum.repos.d/
e.g.
[new-repo] //a repository name
name=nae repository RPM packages // a repository explanation
baseurl=http://new.repository/repo/ // a repository url
gpgcheck=0 // Abbreviate a signature validation
enabled=1 // Abbreviate --enablerepo=***
notice:
Before yum install, "createrepo" execution is on a yum repository server side,
Subscribe to:
Post Comments (Atom)
Front End Development Tools
TaskRunner Tool executing multiple tasks by only one execution. Tasks are like CSS preprocessor, Transpire, Module Bundler, etc... e.g. ...
-
What is partitioning? The structure which divides one table data to multiple data. When not using partitioning, one table data is aggrega...
-
It is general to create multiple branches and manage them parallel when we do the development by using git. Multiple branches should be mer...
-
What's URL encode? URL can be sent only ASCII characters over internet. When doing http request with query parameters, query parameter...
No comments:
Post a Comment