#rhel — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #rhel, aggregated by home.social.
-
#TechTipThursday: find out if your Linux box actually needs a reboot.
After a round of updates the guessing game is always the same. Do I need to reboot, or can I keep working? On Fedora and RHEL based systems, stop guessing:
needs-restarting -r
It checks whether the kernel or core libraries changed and tells you straight up whether a reboot is required. It lives in the dnf-utils package, so install that first if you don't have it.
-
#Oracle PL/SQL, #Microsoft Transact-SQL, #Access, #FileMaker Pro, #MySQL
[Forgotten #CMS], #Allaire Spectra, #MSCMS, #SharePoint, #Drupal, #WordPress
#HTML, #CSS, #JavaScript, #ColdFusion #CFML, "Classic" #ASP, #PHP
#Windows, #MacOS, #RHEL/#CentOS
#IIS, #Apache, #NGNIX, #Memcache/#Memcached, #Varnish
After almost 30 years of technical experience, more than 20 of that professional, I rarely progressed beyond basic proficiency in any #technology I've used.
I burned out 5 years ago.
-
#TechTipThursday
Package management is one of those things every Linux admin should know cold.Search for a package:
dnf search packagenameInstall it:
dnf install packagenameCheck what's installed:
rpm -qa | grep packagenameRemove it cleanly:
dnf remove packagenameYour package manager is your best friend. Treat it accordingly.
#Linux #SysAdmin #PackageManagement #TechTip #RHEL #RockyLinux