Author : Jerry Geis

Home » Articles posted by Jerry Geis

I have a software raid 1 (2 disks) of CentOS 7I want to make a working copy of this setup to another disk of the same size to another SSD and have it be bootable etc… Then edit something to turn off the RAID part as its only 1 disk. Or Run with ..

Read more

I am currently running V14.19.3 of nodejs on CentOS 7I found this article:https://computingforgeeks.com/install-node-js-on-CentOS-rhel-rocky-linux/to update to 18I import the repo just fine. when I do :yum -y install nodejsI get :Package 2:nodejs-14.19.3-1nodesource.x86..

Read more

I am trying to get email out of AWS image to google on port 587.When I use telnet it connects – so 587 is a valid path… telnet SMTP-relay.gmail.com 587Trying 142.250.112.28… Connected to SMTP-relay.gmail.com. Escape character is ^].220 SMTP-relay.gmail…

Read more

all,I have CentOS 7 host, and a CentOS 5 guest. (both x86_64). If I reboot the host and run C5 guest the first time it boots and all is good. If I run other guests – or some time later – I boot C5 it does not boot. I get all the way to the kernel al..

Read more

all I did a yum install dcfldd on CentOS7.I plugged in my USB HUb, plugged in 3 disks I want to duplicate Verified each disk plugged in run the command dcfldd if=myimg.imgof=/dev/sdd of=/dev/sde of=/dev/sdfNo errors no nothing, Said writing the wh..

Read more

I am trying to install on a NUC7C with 32G of eMMC showing up as /dev/sdb Is there a way I can tell the kernel boot line or command line to MASK/dev/sdb ?Make it look like it does not exist ?It has windows pre-installed – Idont want to mistake it.T..

Read more