Fix Ctrl+Space doesn’t work in Eclipse And Netbean Ubuntu 12.04

Sunday, May 19, 2013 7:55 PM 0 Comments

sudo apt-get install gconf-editor

1.Open gconf-editor in Terminal
2.Choose desktop -> ibus -> general -> hotkey.
3.Open trigger parameter.
4.Remove Ctrl+Space key combination from the list and press OK.





Thank You, Anton Danshin

0 comments:

How to Download or Dump rtmp Linux / Ubuntu

Saturday, May 11, 2013 3:52 PM 0 Comments

install rtmpdump package
sudo apt-get install rtmpdump

sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -m owner \! --uid-owner root -j REDIRECT ;

rtmpsrv ;

and then go to website that streaming rtmp the rtmpsrv will generate rtmpdump parameter like this



after done restore iptable

sudo iptables -t nat -D OUTPUT -p tcp --dport 1935 -m owner \! --uid-owner root -j REDIRECT ;

0 comments: