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
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
LinuxUNIX Hard Drive Burn-in Testing Hard Drive Burn-in Testing THIS TEST WILL DESTROY ANY DATA ON THE DISK SO ONLY RUN THIS ON... malcolmMay 18, 2020
LinuxProgramming Installing Visual Studio Code on RHEL RHEL, Fedora, and CentOS based distributions We currently ship the stable 64-bit VS Code in a yum repository,... malcolmFeb 25, 2020