Making your own CSE website

This will only work if you are a Computer Science student at IIT Kanpur

  1. If you're on Windows, download WinSCP
  2. SCP or SSH turing.cse.iitk.ac.in
  3. Go to the /homepages/global/<user-id> directory
    (Where <user-id> is your user id without the angle brackets)
  4. Add any files you want to be displayed. index.html or index.php, if present, will be considered your homepages.
  5. You're done!

Making your own CC website

This should work for any student of IIT Kanpur

  1. SSH vyom.cc.iitk.ac.in OR SSH webhome.cc.iitk.ac.in
  2. Go to the /www/<user-id> directory
  3. If the directory /www/<user-id>/www doesn't exist, create it.
  4. Add any files you want to be displayed. index.html or index.php, if present, will be considered your homepages.
  5. You're done!