Wednesday, October 13, 2010

Manju Wanniarachchi-13-10-2010

Wednesday, September 30, 2009

UoM and CSE became the top in Google Summer of Code

We are again the best in world. University of Moratuwa and Department of Computer Science and Engineering became the top in Google Summer of Code.



Top 10 Schools in 2009 by # of Accepted Students

Sri Lanka - University of Moratuwa - 22
Brazil - University of Campinas / UNICAMP - 12
China - Graduate University of Chinese Academy of Sciences - 11
Romania - Polytechnic University Of Bucharest - 11
Poland - Gdansk University of Technology - 10
Austria - Vienna University of Technology - 9
India - Birla Institute of Technology and Science Pilani, Goa campus - 9
Sweden - Royal Institute of Technology - 9
India - Institute of Technology, Banaras Hindu University - 8
Singapore - National University of Singapore - 8



Congratulations for this International level achievement ……

Ref:
http://google-opensource.blogspot.com/2009/09/tasty-new-google-summer-of-code-stats.html

Tuesday, May 27, 2008

Google Open Source Blog: This Week's Top 10's: Universities for Google Summer of Code 2008

Google Open Source Blog: This Week's Top 10's: Universities for Google Summer of Code 2008

University of Moratuwa is the 1st in Top 10 Universities for Google Summer of Code 2008



I'm very proud to see that University of Moratuwa(UOM) is the 1st among top 10 universities. This is a BIG achievement. UoM has fist places for both Most Applicants and Most Accepts list.

Monday, March 24, 2008

Nameserver

The resolv.conf file is the resolver configuration file. It is use to configure client side access to the Internet Domain Name System (DNS). This file defines which name servers to use.

The resolver is a set of routines in the C library that provide access to the Internet Domain Name System (DNS). The resolver configuration file contains information that is read by the resolver routines the first time they are invoked by a process. The file is designed to be human readable and contains a list of keywords with values that provide various types of resolver information

Note: File name is /etc/resolv.conf and not /etc/resolve.conf.


Sample resolv.conf file

nameserver 202.54.1.10
nameserver 202.54.1.11

Sunday, March 23, 2008

Setting Up Clients To Use a Proxy

http_proxy
ftp_proxy
gopher_proxy
wais_proxy


export http_proxy="http://your.proxy.server:8080/"; //export http_proxy
eg: export http_proxy=http://cache.mrt.ac.lk:3128

export ftp_proxy="http://your.proxy.server:8080/"; //export ftp_proxy
eg: export ftp_proxy=http://cache.mrt.ac.lk:3128

export gopher_proxy="http://your.proxy.server:8080/"; //export gopher_proxy
eg: export gopher_proxy=http://cache.mrt.ac.lk:3128

export wais_proxy="http://your.proxy.server:8080/"; //export wais_proxy
eg: export wais_proxy=http://cache.mrt.ac.lk:3128



No proxy

Some clients support the no_proxy environment variable that specifies a set of domains for which the proxy should not be consulted; the contents is a comma-separated list of domain names, with an optional :port part:
export no_proxy="cern.ch,ncsa.uiuc.edu,some.host:8080"


Monday, March 17, 2008

Get Money