Tuesday, January 20, 2009

Settings for thuderbird in IIT Bombay

In this post, I am gonna give some basics on setting up gpo( for general iitb junta) and cse(for cs junta) account logins. Also useful would be setting Ldap and Cse Ldap directory in address book so that you dont have to actually go to
http://camp.iitb.ac.in/ (intially it was http://ldapweb.iitb.ac.in) and search someone gpo address there.

So here they are:

Install thunderbird.

For GPO Account:
Now we need to create email accounts,
Go to File>New>Account
Then select Email Account and click on 'Next'
Now in the Email Address dialog box put your GPO emailid,then click 'Next'
Here select 'IMAP' option and put imap-server as 'imap.iitb.ac.in' (without quotes)
Also it will ask for smtp server, give it as 'smtp-auth.iitb.ac.in'
Rest is simple, click on 'Next' and fill in the details as required and then on 'Finish'
As a final step, do this
Edit->Account Settings->Outgoing SMTP server>Edit.
In the new window that opens, select TSL, if available option
and you are done

For CSE Login Account:
Now we need to create email accounts,
Go to File>New>Account
Then select Email Account and click on 'Next'
Now in the Email Address dialog box put your GPO emailid,then click 'Next'
Here select 'IMAP' option and put imap-server as 'mail.cse.iitb.ac.in' (without quotes)
IF it will ask for smtp server, give it as 'smtp-auth.iitb.ac.in'
Rest is simple, click on 'Next' and fill in the details as required and then on 'Finish'

For setting up Ldap Address Directories:
Go to Tools>Address Book
Click on File> New > Ldap Directory
for gpo ldap directory do this:
Name : Ldap
Hostname : ldap.iitb.ac.in
Base DN : dc=iitb,dc=ac,dc=in
Port : 389
Bind DN : leave blank

for Cse Ldap directory do this:
Name : Cse Ldap
Hostname : ldap.cse.iitb.ac.in
Base DN : dc=cse,dc=iitb,dc=ac,dc=in
Port : 389
Bind DN : leave blank

For News Group Account:

File -> New -> Account -> News Group Account
Fill in your name and email address.
News Server : news.iitb.ac.in

After your account is created, you need to manage your subscriptions, by selecting the groups whose news you would like to receive.




Tuesday, January 6, 2009

Installing Xspim on Ubuntu

Installing Xspim

download tar.gz file from this location
http://pages.cs.wisc.edu/~larus/spim.html


(to get xmkmf)
>>>sudo aptitude install xutils-dev

(required for compiling)
>>>sudo aptitude install flex bison

(required for windowing system)
>>>sudo aptitude install libxaw7 libxaw7-dev

go to xspim directory

change Imakefile as follows

set the following directories to whatever locations u want
I think u can skip this step

first create directories E-Dir,B-Dir,M-Dir
>>> mkdir E-Dir B-Dir M-Dir
Then edit the Imakefile in xspim directory as follows:

# Full path for the directory that will hold the executable files:
BIN_DIR = /opt/spim-7.4/xspim/B-Dir

# Full path for the directory that will hold the exception handler:
EXCEPTION_DIR = /opt/spim-7.4/xspim/B-Dir

# Full path for the directory that will hold the man files:
MAN_DIR = /opt/spim-7.4/xspim/B-Dir

then

type at command prompt
>>>xmkmf
>>>make
>>>make install

To run
>>> cd B-Dir
>>> ./xspim