- 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 工具
~: 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, 可以选择启动或者不启动.
本文介绍了如何使用xmodmap和xkeycaps调整键盘布局,包括交换Ctrl和Alt键的方法。此外,还提供了使用gksudo gedit和nano启动文本编辑器的指南,并详细讲解了vsftp的安装与配置步骤,包括如何启动、停止服务。
420

被折叠的 条评论
为什么被折叠?



