Eric The IT Guy
@itguyeric@mastodon.social
Technical Storyteller | Linux & Open Source Advocate | Product Marketing | Educator | Host of The IT Guy Show | Former Red Hat, GitLab
mastodon.social
#TechTipThursday
The best time to learn a new Linux tool is when nothing is on fire.
Pick one command you use often and go one level deeper this week.
Already use grep? Try grep -r, grep -v, grep -E.
Already use find? Add -exec to actually do something with the results.
Already use systemctl? Try systemctl list-dependencies.
You don't need a course. You need 20 minutes and a test machine. man is still the best documentation that exists.
#Linux #SysAdmin #LearningLinux #TechTip