ss_blog_claim=b824add5e9da9a45e10621e508c6a0cf

Archive for February, 2008

MANILA, — A three-year-old training program developed in the by Sun Microsystems in tandem with local academicians has attracted about 12 percent of the local universities and tertiary schools in the country, executives said.

About 273 schools out of 1,600 universities and tertiary schools are now members of the Java Education and Development Initiative (JEDI) of Sun Microsystems, said Matt Thompson, director of Sun Developer Network and Open Source Programs Office of Sun Microsystems.

read more | source: inquirer.net

Popularity: 11% [?]

Gmail is now 6gig

I just learned a while ago that ’s current storage is over 6 gigabytes now, that’s a lot of space for your emails.

One other use of it is to make it your personal storage using gspace.

google space

Popularity: 9% [?]

I’ve been looking for a solution on automating login using password and found this nifty little application called sshpass. What this application do is it will pass the password to and trick that the password was passed interactively (in other word, typed from the keyboard), thus automating the process.

Installation is quite easy

sudo apt-get install sshpass

Using it is straightforward

sshpass -p [yourpassword] [yourusername]@[host]

Just like that.

Using this kind of method is not recommended thou, but if you are sure that your box is well protected and secured, then there is no worry.

Popularity: 12% [?]