Original article excerpt
Server-side extracted preview paragraphs from the original source.
AI does have its places, and one of them could be in helping you manage your Linux systems, be they desktops or servers.
I'm not a big fan of employing AI for everything. I strongly believe that it should have no place in creative endeavors (with some exceptions -- such as DaVinci Resolve's incredible AI voice isolation), but it does make sense to employ AI in certain areas.
Before anyone gets up in arms, I'm not saying that system administrators should be replaced by machines. What I am saying is that AI can help those who are new to Linux learn how to manage (or better manage) their systems. And in cases where a single admin has to manage more machines than they have time for, AI can make for a great assistant.
I've cobbled together seven uses where AI could really make a difference for those who are either very busy or who are just now learning the ins and outs of Linux.
Although bash scripts aren't a necessity for basic desktop Linux use, anyone who's ever managed a Linux server or wanted to simply create a custom backup task for their desktops, bash scripts are essential.
For those who are just learning Linux, these scripts can be daunting, which is where AI can be handy. Using AI, you could type a prompt like, "Create a Linux bash script that backs up my ~/Documents directory to an external drive mounted at /backups on a daily basis and retains only the most recent five backups."
Your AI will create the bash script for you, which you can then test. If it works, cron that baby (another instance where you might need to use AI), and trust that your backups are going to be successful. Do make sure to check that they are not only working, but that the backups contain the files you want backed up. Because… you never know.
