User Tools

Site Tools


how_to

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
how_to [2016/08/22 18:44]
k2patel [Run single command parallel'y with diff values]
how_to [2019/01/19 04:47]
k2patel
Line 446: Line 446:
 </​code>​ </​code>​
 </​WRAP>​ </​WRAP>​
 +
 +==== Print yum variable value ====
 +<code python>
 +import yum
 +import pprint ​
 +
 +yvar = yum.YumBase()
 +pprint.pprint(yvar.conf.yumvar,​ width=1)
 +</​code>​
 +
 +==== Disable Predictable interface name in RHEL / CentOS ====
 +Pass following during boot kernel command line.
 +<code bash>
 +net.ifnames=0
 +</​code>​
how_to.txt ยท Last modified: 2020/08/10 02:35 (external edit)