cat urxvt_green.sh #export TERM=rxvt urxvt -fg green -bg black -geometry 128x50 -fn "8x13" -j -si -sw -sr -bc & cat urxvt_yellow.sh urxvt -fg yellow -bg black -geometry 128x50 -fn "8x13" -j -si -sw -sr -bc &
Tuesday, August 5, 2014
Thursday, July 10, 2014
howto: urxvt with ubuntu font
urxvt -fn "xft:Ubuntu Mono:pixelsize=14,style=regular" http://askubuntu.com/questions/22419/how-do-i-make-urxvt-render-xft-fonts
Thursday, August 4, 2011
fix : brew error: The following untracked working tree files would be overwritten by checkout:
/usr/local/ sudo git checkout -f sudo brew update sudo brew upgrade
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
Friday, June 24, 2011
how to burn DMG files on windows
use one of the following utils to create a botable disk :
http://www.poweriso.com/
http://www.acutesystems.com/scrtm.htm
http://www.ezbsystems.com/ultraiso/
Saturday, April 30, 2011
how to fix ubuntu computer not visible to samba
repair : sudo /etc/init.d/winbind restart check : findsmb smbtree