sillycat 发表于 2013-2-7 07:37:07

Ubuntu useful softwares

Ubuntu useful softwares

BT tool
transmission
vuze

Lan File transfer
iptux

File transfer:
filezilla

catpture picture:
shutter
Try to config the keyboard for capture picture.
---->---->   Documents
---->----->   Print
                                                             -----> <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 ...

Choose Flowchart to draw the flow diagram

Choose UML to draw sequences diagram.
----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
页: [1]
查看完整版本: Ubuntu useful softwares