Posts

Hadoop Frequently Used Commands

Task Command List files hdfs dfs -ls /path/ List files recursively hdfs dfs -ls -R /path/ Create a d…

An invalid form control with name=” is not focusable

When CKEditor is added to the Django form the following error may be issued. The easiest solution is…

How to schedule python script using cronjob

Run the command: crontab -e Add a Cron Job Entry Modify the python script to accept parameter (Optio…

CRON Job Management

A cron job is a scheduled task in Linux/Unix-like systems that runs automatically at specified inter…

Forbidden (403)CSRF verification failed. Request aborted.

Django will reject the CSRF token if the site in forbidden. This message will be displayed even if {…

Connect to SAP Datasphere using ODBC Connector

Install an ODBC Driver for Third-Party BI Client Access | SAP Tutorials Pit Falls if you get a 32bit…

How to get URL of email

There are many ways to generate url to open email. But the simplest way is to build the URL in the f…

How to deploy 2 django projects in Oracle Linux using apache and Gunicorn

Having 2 separate Django Projects in the same server is a common implementation practice. We are goi…

Install WordPress in OCI -VM

Installing WordPress in as a separate VM in oracle cloud infrastructure is straight forward. This bl…

Oracle Cloud Infrastructure

Setup Instance in Oracle Cloud Setup SSH access to the new instance created Access from Windows usin…

1 2 3 5