Ubuntu useful softwares

Ubuntu useful softwares

BT tool
[software center]transmission
[software center]vuze

Lan File transfer
[software center] iptux

File transfer:
[Software center] filezilla

catpture picture:
[software center] shutter
Try to config the keyboard for capture picture.
[References]---->[Main]---->[Directory]   Documents
[References]---->[Keyboard]----->[Capture]   Print
                                                             ----->[Capture with Selection:] <Alt>Print
But Print button for full screen is work, <Alt>Print is not.

That because the key conflicts from Magic SysRq key in ubuntu10.10

Just disable it with these commands:
>sudo sysctl -w kernel.sysrq=0

change the configuration file to make it work after restart the computer:
>su root
>vi /etc/sysctl.conf
add this line:
kernel.sysrq=0


TCP capture:
>sudo apt-get install wireshark
Just use it to open the tcpdump data file.

Network watch:
install the software
>sudo apt-get install nethogs
start the watching
>sudo nethogs eth1

Dia
>sudo apt-get install dia
New diagram-----> clicking [File]...[New]

Choose Flowchart to draw the flow diagram

Choose UML to draw sequences diagram.
[DBJ] ----Object
LifeLine
Message

references:
http://xzbl.org/93.htm
http://www.cbrother.com/html/2065.html
http://projects.gnome.org/dia/
http://projects.gnome.org/dia/umltut/index.html

猜你喜欢

转载自sillycat.iteye.com/blog/1000472
今日推荐