Ubutun tools

来源:互联网 发布:手机淘宝淘口令在哪 编辑:程序博客网 时间:2024/04/19 03:44
  • Remap Key

            xmodmap

            xkeycaps is a gui front-end to xmodmap

 

            http://www.nabble.com/Swap-Remap--Ctrl-and-Alt-keys-td17711842.html

 

            http://www.uluga.ubuntuforums.org/showthread.php?t=633403

 

            try this way

                 try menu System > Preferences > Keyboard > tab "Layouts"

  • 文本编辑器

             1. 在命令行中启动文本编辑器

             ~#  gksudo gedit  your filename

              ctrl+C 退出

             ~#  nano your filename

              ^ 表示 ctrl

  •  FTP 工具

              vsftp

             ~: apt-get install vsftpd

 

 

             /etc/vsftpd.conf 配置 vsftp

.

 

             1. How to start it

             ~: /sbin/service vsftpd start

             How to stop

             ~:/sbin/service vsftpd stop

            2. In Ubuntu

            ~: sudo /etc/init.d/vsftpd start

            ~: sudo /etc/init.d/vsftpd end

            或者 用 System Monitor 工具, System-> Administration -> System Monitor -> tap Processes

            找到对应的 vsftp 的进程,可以在里面杀死.

            同样 System -> Administration -> Services 找到 vsftp, 可以选择启动或者不启动.