A Blog about technology, linux, peer2peer, cool new downloads and software development.

Monday, July 18, 2011

how to install nxserver on ubuntu

download from http://www.nomachine.com/download.php
sudo apt-get install libaudiofile0
sudo dpkg -i nxclient_3.4.0-7_i386.deb
sudo dpkg -i nxnode_3.4.0-14_i386.deb
sudo dpkg -i nxserver_3.4.0-14_i386.deb

Saturday, July 2, 2011

How to install gogoc on mac osx

Running gogo6 Client on Mac OS X


1. Install Apple XCode if not installed yet, this comes with Snow Leopard installation DVD. For help see http://www.mactricksandtips.com/2010/02/installing-xcode.html

2. Install MacPorts if not installed yet, get from www.apple.com/downloads/macosx/unix_open_source/macports.html

3. Open a shell and enter the following commands :

$ sudo port install vpnc

$ sudo port load tuntaposx

4. Retrieve the source archive from the Freenet6 download area for gogoCLIENT 1.2 Source Code (Linux/Unix/MacOS/BSD), at http://gogonet.gogo6.com/profile/gogoCLIENT , place it in a temporary directory, preferably /tmp because directory with spaces will fail

5. Go to the temporary directory in step 4 and decompress the file using this command :

$ tar -xvf gogoc-1_2-RELEASE.tar.gz

6. After decompressing go to the gogoc-tsp directory

7. Generate the gogoc executable by entering the following commands:

$ make all

$ make installdir=/usr/local/gogoc install

Note that superuser privileges may be needed above

8. To modify the username/password or enable routing advertisments modify the gogoc.conf file in the /usr/local/gogoc/bin directory

9. Change dir to /usr/local/gogoc/bin

10. Enter the following to run :

$ sudo ./gogoc to execute

11. Check out http://ipv6.google.com and http://www.v6.facebook.com which will only work if you have a working IPv6 Public address. Also test the connection at www.test-ipv6.com

12. To stop gogoc run this command :

$ killall gogoc