Linux下比较好用的几个软件(不定时更新)
1、expect programmed dialogue with interactive programs。
Expect is a program that "talks" to other interactive programs according to a script. Following the script, Expect knows what can be expected from a program and what the correct response should be. An interpreted language provides branching and high-level control structures to direct the dialogue. In addition, the user can take control and interact directly when desired, afterward returning control to the script.
2、rdesktop 连接远程桌面,我一般用与fedora远程连windows,常用的命令是
rdesktop -u *** -p *** -g workarea ***.***.***.***
-g workarea 参数是适应窗口并自动填充,相当于最大化,如果不加这个的话,默认的窗口比较小。这个参数也可以指定窗口的大小和位置,指定大小和位置的格式是”<width>x<height>+<h>+<v>”,其中<width>是宽度,<height>是高度,<h>是出现在屏幕上的水平偏移,<v>就是垂直偏移。
-f 全屏,切换全屏的快捷键是ctrl+alt+enter
-r clipboard:PRIMARYCLIPBOARD 粘贴共享
-r disk:<sharename>=<path> : 指定主机的<path>目录映射到远程Windows上名为<sharename>目录。
3、jad for linux linux下的java反编译程序,配合eclipse插件使用
jad:http://www.varaneckas.com/jad
jadeclipse:http://sourceforge.net/projects/jadclipse/