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

VIS & VL2MV

18/01/2016: -----------     Installing VIS model checker     ----------------------------         Download from: http://vlsi.colorado.edu/~vis/vis_files_2.4.html         Note: First do the installation of glu and then install vis or vl2mv (order doesn't matter)         Installation: Follow the steps in the VIS README file in http://vlsi.colorado.edu/~vis/vis_files_2.4.html         Pitfalls: Dont extract the vis and glu .tar.gz files using gui. Instead use the commands given below             % gzip -dc /tmp/glu-2.4.tar.gz | tar xf -             % gzip -dc /tmp/vis-2.4.tar.gz | tar xf -         Setting environment for VIS             set VIS_LIBRARY_PATH=$cwd/share     Installing vl2mv:     ----------------         Follow instructions in the README file in http://vlsi.colorado.edu/~vis/vis_files_2.4.html         "make check" will fail since the vl2mv-2.4/examples folder is empty. Don't worry about that

MODELSIM

View schematic of a VHDL file in Modelsim     * Go to SIM tab in the panel after simulation     * Right click on the top module name and ADD -> TO SCHEMATIC -> SELECTED REGION     * Go to SCHEMATIC tab         * Drag and select all items in the region         * Right click on it         * EXPAND NET TO -> DESIGN INPUTS