Author : Jerry Geis

Home » Articles posted by Jerry Geis (paged 3)

SO from the man page on date I can docurrent=`TZ=:America/Indianapolis date`echo $current current=`TZ=:America/Los_Angeles date `echo $currentAnd I get correct data. LA is 3 hours earlier.But doing this:current=`TZ=:America/Indianapolis date +%s`e..

Read more

all,I am using C7 as a host to a C5 image. This used to boot. I tried today to boot up the C5 image and it get stuck now on the boot screen.Any thoughts on why ?It stuck on the screen that shows root (hd0,0)Filesystem type ext2fs partition type 0x83ker..

Read more

all – So I just ran into the changes lately from letsencrpt. certbot-auto is no longer available.I added this to httpd.confServerName mydomainservice httpd restartWhen I do certbot -d mydomain I get this : Domain: mydomain Type: unauthorized Deta..

Read more

I am trying to modify the current eth0 with nmcliI ran this:nmcli con mod eth0 ipv4.addr 192.168.1.15/22 gw4 192.168.1.1 ipv4.dns192.168.1.14and now nmcli shows (two ipv4) addresses. inet4 192.168.1.15/22inet4 192.168.2.212/22I think the original connect..

Read more

So ntpdate is no longer present past CentOS 7.Many times people want internal NTP servers – not opening firewalls to allow external pool.ntp.org kind of stuff.ntpdate was nice in that I could just run once a day as ntpdate nameand all good. Is th..

Read more