10 Useful Commands to Collect System and Hardware Information in Linux

By techmint.com by Aaron Kili | Published: September 16, 2015 | Last Updated: September 18, 2015Download Your Free eBooks NOW – 10 Free Linux eBooks for Administrators | 4 Free Shell Scripting eBooks It is always a good practice to know the hardware components of your Linux system is running on, this helps you to deal with compatibility issues when it comes to installing packages, drivers on your system. 10 Commands to Check Hardware and System Information in Linux Therefore in this tips and tricks, we shall look at some useful commands that can help you to extract information about your Linux system and hardware components. 1. … Continue reading 10 Useful Commands to Collect System and Hardware Information in Linux

How To Add Jobs To cron Under Linux or UNIX

By cyberciti.biz last updated February 4, 2018 in CategoriesCommands, Linux, UNIX How do I add cron job under Linux or UNIX like operating system? Cron allows Linux and Unix users to run commands or scripts at a given date and time. You can schedule scripts to be executed periodically. Cron is one of the most useful tool in a Linux or UNIX like operating systems. It is usually used for sysadmin jobs such as backups or cleaning /tmp/ directories and more. The cron service (daemon) runs in the background and constantly checks the /etc/crontab file, and /etc/cron.*/ directories. It also checks the /var/spool/cron/ directory. crontab command You need to use the … Continue reading How To Add Jobs To cron Under Linux or UNIX