Linux Installing just security updates with yum Install just the security patches, but not kernel or java patches yum update –security –exclude=kernel* –exclude=java* malcolmJun 18, 2024
Linux Yum Security Only Update To update your system with YUM but only install the security patches, use the following: # yum update-minimal... malcolmMay 16, 2021
UNIX cat a file and remove comments and blank lines $ cat file.txt | grep -v "#" | grep -v "^$" malcolmFeb 9, 2021
FreeNASmysqlUNIX Installing WordPress on a FreeNAS Jail After creating a basic jail do this: Step 1 Configue the the Jail to Use SSH https://www.ixsystems.com/documentation/freenas/11.2-U6/jails.html#accessing-a-jail-using-ssh Step... malcolmAug 20, 2020
ProgrammingUNIX My notes on how to use git 1) create a local git repo $ git init 1.5) Save username and password for github $ git... malcolmAug 11, 2020
Linux Install and configure EPEL repository rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm malcolmJul 25, 2020
LinuxUNIX Cool additions to the Gnome Desktop Go to https://extensions.gnome.org and install the browser extension. Use firefox, not chrome, chrome goes haywire when you install... malcolmJul 25, 2020
FreeBSDLinuxUNIX Find and replace text within a file using sed Find and replace text within a file using sed The procedure to change the text in files under... malcolmJul 23, 2020
LinuxRedHatUNIX Resetting the Root Password of RHEL-8 Resetting the Root Password of RHEL-8 Resolution 1) Break the boot sequence by adding ‘rd.break’ at kernel stanza... malcolmJul 8, 2020
LinuxUNIX Remove CTRL-M characters from a file in UNIX Remove CTRL-M characters from a file in UNIX 1) Open the file in vi 2) Type the following... malcolmJun 2, 2020