sudo apt-get install python-software-properties && sudo add-apt-repository ppa:freenx-team sudo apt-get update sudo apt-get install neatx-server
A Blog about technology, linux, peer2peer, cool new downloads and software development.
Friday, February 25, 2011
Install FreeNX server on ubuntu
Wednesday, November 17, 2010
Wednesday, November 10, 2010
Sunday, October 24, 2010
how to save rtmp stream flv
download rtmpdump : http://rtmpdump.mplayerhq.hu/ sudo apt-get install rtmpdump sudo port install rtmpdump rtmpdump -r "rtmp://stream.myonlinewebinar.com/cfx/st/lbxxx/newxxx.flv" -o 01.flv if stuck : rtmpdump -r "rtmp://stream.myonlinewebinar.com/cfx/st/lbxxx/newxxx.flv" -o 01.flv --stop 3600 continue : rtmpdump -r "rtmp://stream.myonlinewebinar.com/cfx/st/lbxxx/newxxx.flv" -o 02.flv --start 3600 --stop 7200 reference : http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm http://stream-recorder.com/forum/do-you-use-rtmp-dump-rtmpdump-tutorials-t3926.html?s=0a7d48322bdecbb92e524308eb85f581&
Sunday, September 12, 2010
Friday, August 27, 2010
How to fix - Firefox 4.0 Beta : browser.tabs.tabMinWidth doesn't work
find the firefox profile :
find . -name userChrome*
./Library/Application Support/Firefox/Profiles/mahk6fwf.#02/chrome/userChrome-example.css
cd "./Library/Application Support/Firefox/Profiles/mahk6fwf.#02/chrome/"
cp userChrome-example.css userChrome.css
vim userChrome.css
(Append to the end of the file :)
.tabbrowser-tab[fadein]:not([pinned]) {
min-width: 18px !important;
}
:wq
restart firefox
reference :
http://www.lawlzoids.com/proxy/?__new_url=aHR0cHM6Ly9idWd6aWxsYS5tb3ppbGxhLm9yZy9zaG93X2J1Zy5jZ2k/aWQ9NTc3NDk3
http://support.mozilla.com/bn-BD/questions/745380
Labels:
firefox
Friday, July 16, 2010
mount nfs on mac osx
mkdir /private/nfs sudo mount_nfs -P 192.168.0.5:/media /private/mnt reference : http://oreilly.com/pub/h/341
Subscribe to:
Posts (Atom)