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
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