How to Schedule a Task in Linux?

You often need a task to schedule in a Linux system so today we will learn How to Schedule a Task in Linux? To schedule a task in Linux, you can use the cron daemon and the crontab command. cron is a daemon that runs in the background and executes commands at specific intervals or dates. crontab is the command…

How to resolve “localhost connection refused”?

When on windows you usually use putty to connect to remote SSH servers or terminal when on Linux. While connecting sometimes you can get error such as localhost connection refused on putty or your Linux terminal. Now, this can be very annoying as you can’t get to SSH of your remote server and perform your tasks. This problem can be…