Skip to main content

How to create student webpage in IITB website

Visit the link 
https://stab-iitb.org/wiki/Using_Bighome

-----------------------------------------------------------------------------
OLDER VERSION
----------------------------------------------------------------------------- 
Sources
http://www.ee.iitb.ac.in/wiki/labs/pclab/faq#website
http://www.ee.iitb.ac.in/eesa/homepage/
 
All the students of Electrical department, IIT Bombay have the facility to host their homepage on the EE server. The objective behind this is clearly to enable you to have your homepage with a worldwide access.

For Windows users
Visit http://www.ee.iitb.ac.in/eesa/homepage/

For Linux users
  1. Go to terminal (Cntrl + Alt + T).
  2. Type ssh -X eeusername@sharada.ee.iitb.ac.in (M.Tech students have 500MB storage space allowed).
  3. Give the ee-mail password when asked (EE department students will get separate mail id and password. (Apart from the LDAP user id and password)).
  4. Type nautilus. It will provide you the graphical user interface and you may modify your files there.
  5. Go to public_html folder in the window newly opened.
  6. Inside that folder you can keep your .html files images etc. needed for your home page.
Once you finished the above steps link to your home page should appear in the students list available in EE department website. (Eg: http://www.ee.iitb.ac.in/web/people/student_list/mtech/micro )

Note: In case of any problems you may contact admin@ee.iitb.ac.in

Comments

Popular posts from this blog

Install Modelsim in Ubuntu

Updates (23/09/14): The steps given below are for 32-bit version of Ubuntu. To install Modelsim on 64 bit Ubuntu, please refer to this link.  What is Modelsim? Modelsim is a hardware simulation and debug environment primarily targeted at smaller ASIC and FPGA design ( Ref ) How do I install it? Download Modelsim Linux edition from here   For more information visit me   Go to the download location of the .run file and type chmod +x ModelSimSetup-13.1.0.162.run Visit me for more details Use the command ./ ModelSimSetup-13.1.0.162.run install Modelsim  How do I start Modelsim?   Change your directory to 'Location_where_you_installed_Modelsim '/altera/13.1/modelsim_ase/linuxaloem   Type ./vsim   Verified on: Ubuntu 12.04 LTS

Installing Latex (Miktex+Winedt platform) in windows 7

courtesy: Jinu jayachandran (IIT Bombay) Note: To use latex in windows, you can use the softwares Mikitex and Winedt 1.install the mikitex 2.9 2.Install Winedit 7 3. Start->mikitex 2.9->maintenance->settings->general->change the preference for ‘install missing packages on-the-fly’ to ‘yes’ 4. Start->mikitex 2.9->maintenance(admin)->package manager->repository->change package repository->click ‘packages shall be installed from internet’-> give proxy settings and tick ‘authentication required’-> next->give ldap username and password 5. select any repository 6. Start->mikitex 2.9->maintenance(admin)->package manager->repository->synchronise 7.Start->mikitex 2.9->maintenance(admin)->update(admin) and update by selecting ‘use nearest package repository’ and give proxy settings Now you can start using mikitex using winedit interface. download MikiTex 2.9 download Winedt 7 userguide Note:The ldap i...

Installing MAGIC VLSI Layout tool in Ubuntu (Method I)

Update (30/09/2013): Now magic can be installed directly from synaptic package manager (So no need of the steps in orange color)--   Mr. Amaldev V, IITB Courtesy : Mr. Manu Velayudhan, IITB  ( e-mail ) Verified with : Ubuntu 10.04 (32 & 64 bit) Installing Packages: sudo apt-get install m4 tcl-dev tk-dev blt freeglut3 libglut3 libgl1-mesa-dev libglu1-mesa-dev csh     Installing magic: Download magic-7.5.225.tgz from  http://opencircuitdesign.com/magic/     cd Downloads/     tar xzf magic-7.5.225.tgz     cd magic-7.5.225/         ./configure     sudo make     sudo make install __________________________________________________________________________ Possible errors: During installation of magic in ubuntu 10.04 32 bit instide Virtual box in windows 7, after make install step we got the error root@ubuntu:/home/vineeth/Downloads/magic-7.5.226# sudo make install ...