First Step
- Connect to IISc VPN.
- https://digits.iisc.ac.in/iisc-vpn/
- https://digits.iisc.ac.in/wp-content/uploads/2019/05/How_to_download_VPN.pdf
- https://vpn.iisc.ac.in/+CSCOE+/logon.html#form_title_text
Second Step : Create a public private key not typing password repeatedly
- Create a public private key pair: https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/generate-ssh-key-pair.html#GUID-4285B8CF-A228-4B89-9552-FE6446B5A673
- Once create the public private key pair, connect to IISc VPN.
- scp
/.ssh/id_rsa.pub [email protected]:/web/ - ssh [email protected]
- Once logged in, go to your .ssh directory and save your public key there in authorized_keys file.
Third Step : Create a webpage using jemdoc
- Take help from Jemdoc page: https://jemdoc.jaboc.net/
OR
- git clone https://github.com/parimalparag/parimalparag.github.io
- cp index.jemdoc, changWeb.sh, jemdoc.css, jemdoc.py, MENU, mysite.conf from parimalparag.github.io and copy to bidhovbizar.github.io
- chmod +x changeWeb.sh
- chmod +x jemdoc.py
- ./changeWeb.sh -------------> //This will only work for python 2.7
- scp index.html [email protected]:~/web/
-> images
For storing Images like Passport Size photo for my website
-> resume
To store Curriculum Vitae to be made available in my website
-> resumeWorkspace
Contains the active workspace for my CV Development