Category: Linux Turorial

0

How to Install Django on Ubuntu

Django is an Open-Source application framework written in  Python. A framework is a collection of modules to make development easier. It encourages rapid development and clean, pragmatic design. In this tutorial, we will learn...

0

CRON JOB – Scheduling Jobs in Linux

Scheduling Jobs in Linux with CRON(CRONTAB) CRONTAB is a very useful utility in Linux to schedule your day to day jobs.CRONTAB or CRON simply runs commands or scripts at a scheduled time. In this...