Copy files with specific naming patterns from Linux shell

TL, DR Sometimes you may need to copy a large number of files, and your file explorer/file search will be painfully slow. If you use Linux, you can easily copy files with a specific naming pattern using only the shell, saving time and effort. Need to copy many files? Sometimes we need to copy a… Continue reading Copy files with specific naming patterns from Linux shell

Schedule an automatic reboot for a Linux server

TL, DR In order to schedule an automatic reboot on our Linux server we need to use SuperUser privileges. Using privileged Crontab we can automate privileged operations on Linux machines. Need privileged automation? Sometimes we need to schedule a periodic reboot for our Linux machine – physical or in the cloud. There is an easy… Continue reading Schedule an automatic reboot for a Linux server