Browsed by
Month: November 2015

LTSP e-library monitoring @lele, Lalitpur, Nepal

LTSP e-library monitoring @lele, Lalitpur, Nepal

LTSP(Linux Terminal Server Project) e-library or electronic library is project initiated by Help Nepal Network (HeNN) in Nepal. More than 30 e-library  had been deployed till now with the student volunteers from Kathmandu University(KU) and Pulchok Campus(recently). Being involved in this project for around 3 years, I have found a lot of benefits to the government and rural schools who were deprived of IT world. Under this project, we were deploying a powerful server with…

Read full Article Read More

How to install python and pygame in ubuntu?

How to install python and pygame in ubuntu?

Here are few instruction to install python and pygame in your linux system. Copy or type following command in your linux terminal. sudo apt-get install python-2.7 To further install idle in your system you need to type following command. sudo apt-get install idle To install pygame you have to type following command. sudo apt-get install python-pygame