Difference between revisions of "Talk:Programming language cook book"

From Review or Discard at Will
Jump to: navigation, search
(maillog ip address)
 
(Saving some nifty yum commands 'till I integrate into the page...)
 
Line 2: Line 2:
 
handy for getting ip address out of /var/log/maillog
 
handy for getting ip address out of /var/log/maillog
 
grep nstorage.org /var/log/maillog | cut -d ' ' -f 14 | sort | uniq
 
grep nstorage.org /var/log/maillog | cut -d ' ' -f 14 | sort | uniq
 +
 +
yum --disablerepo="*" --enablerepo="ius" list *php73*
 +
yum list installed | grep @ius

Latest revision as of 11:41, 26 May 2020

handy for getting ip address out of /var/log/maillog grep nstorage.org /var/log/maillog | cut -d ' ' -f 14 | sort | uniq

yum --disablerepo="*" --enablerepo="ius" list *php73* yum list installed | grep @ius