#linux
Read more stories on Hashnode
Articles with this tag
Monitoring CPU and memory usage are one of the top todo checklist for a backend engineer. Sometimes you wont even notice when your server is down due...
There are many ways to monitor and set alerts for your web server using third party apps but they don't come with free, be it Pingdom or Amazon's...
Before going into fork, lets understand what is process. A process in computer term is a program being executed currently by a computer. Each process...
If you are new to Linux operating system and you start a command or process using terminal/session, you must have noticed that you need to wait till a...
Monitoring CPU utilization is one of the very important tasks of a back-end system engineer. CPU utilization is nothing but the total works or tasks...
Before going into details about crontab, lets suppose you are running an online store and you want to send an email about latest deals on every Friday...