EmbLogic's Blog

Author Archives: kunal.mehindru

Make your first BLOG using django tool (PYTHON)

BUILD up your first BLOG site using Django tool   STEP 1: Install Python 2.7 or above and django   STEP 2: write this command to create your project with default settings and server – python ‘django location’ startproject project_name … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Encrypt/Decrypt a file

ENCRYPT a file: >>gpg -c filename then enter password  & it will be saved as filename.gpg DECRYPT a file: >>gpg filename.gpg enter password and file is decrypted as filename

Posted in Uncategorized | Leave a comment