Tag Archive: Linux

Oct
02

PySvn in Ubuntu and Mac

My main intention of building Subversion 1.5.1 is for PySvn 1.6.0 because it needs at least subversion 1.5.0. Download source package from: https://launchpad.net/ubuntu/+source/pysvn/1.6.0-1. * Untar the pysvn_1.6.0.orig.tar.gz into pysvn_1.6.0 directory * Move to the Source directory: octalina@desktop:~$ cd pysvn_1.6.0/Source * Make sure subversion is installed * Create the makefile: octalina@desktop:~$ python setup.py configure Info: Found …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=63

Aug
14

Opening port 22 for incoming SSH

For Ubuntu, the default incoming port 22 for SSH is not opened. By using http://www.canyouseeme.org/ I double check to confirm if my Ubuntu box ssh is opened or not and yes, it’s not open and in the response I get this ‘Connection refuse’ error. I need to transfer a big junk of data from my …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=59

May
26

Getting iso image from CD

After completed Frozen Throne, I wanted to play Warcraft III from my Mac. My friends gave me the Frozen Throne .iso image which enable me to run without cd. Although I have Warcraft installed in my Mac, I do not have the .iso image for Warcraft III. I am too lazy to insert and eject …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=53

Nov
22

Choosing correct version of java being used in Ubuntu/Linux

When I tried to install Eclispe in Ubuntu, I used a wrong version of java. To configure java version to be used, in terminal, type this code: sudo update-alternatives –config java –> it’s dash dash config Output will be: There are 4 alternatives which provide `java’.   Selection    Alternative ———————————————–         …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=26