ubuntu使用心得

来源:互联网 发布:js与ajax 编辑:程序博客网 时间:2024/06/05 08:06

几个星期以前,我把公司电脑格式化了,换成了ubuntu。(ps:装ubuntu,可以直接到官网下载文件,推荐直接用u盘安装)。

接下来说说这两个星期干的一些事情:

  1. 中文输入法这个真的不是很方便,他自带了一个。我目前还是用这个,后期有时间可以考虑换掉。企鹅版我也试用了下,也不行。
  2. 界面的效果是没得说的,可以到中文站社区去看看帖子,不过我得说下,  天天对着白色,容易伤眼睛,建议大家换成 保护色。
    1. 怎么换呢?百度吧。
  3. 在ubuntu下面不能安装 outlook了,我是直接用gmail代替了它,直接用它接受公司的邮件。不过 会议邀请比较难办。用googe的日历,由于某些原因,时好时坏的。
    1. 在 gmail设置里面 有一个账户导入导出,可以 用pop3来代替收件,还有其它的功能,可以试试。
    2. gmail的过滤器没有outlook的强大,但一般的还可以了。
    3. 如果你能通过代理上国外的网站。 google日历完全可以代替 outlook的日历了。特别有意思的一个是 可以选择短信提醒
    4. 阅读器,google也可以订阅RSS源。其他的功能大家可以捣鼓google
  4. 天天在电脑前,希望每隔一段时间电脑自动锁住。
    1. 这个在ubuntu的输入法里面有一个设置,很简单,设置 每隔多少分钟 锁定电脑多少分钟
  5. 我们天天写程序,最常用的就是eclipse了,开始很不习惯。调整建议:
    1. 快捷键有冲突了。   ctrl+alt+down 这个键在ubuntu下有全局的用途。我们一般要改掉的。
    2. 颜色问题,调整系统的颜色。
    3. 自动补全功能。在java->editor->content assist 的enable auto activation 有一个选项是auto activation triggers for java。填写:abcdefghijklmnopqrstuvwxyz.
  6. 远程登录 
  7. vi换成vim  这个直接sudo apt-git install vim了。
  8. unbuntu有四个屏幕,我一般会分下,每个屏幕干不同的事情。如:第一个写程序,第二个看邮件、。。。
  9. 双屏显示,我有两个显示器,怎么双屏显示呢。我的是ati显卡,直接在ati setting设置。(我开始找了许多的办法都没有成功。囧)
  10. 与win共享文件,直接用 samba应用。samba服务配置
  11. guake 在一个类似与Quake的终端中使用命令行?一键唤醒,一键隐藏。支持热键,背景透明等。
  12. 发现替换secureCRT的软件:

    PAC Manager

     https://sites.google.com/site/davidtv/
  13. NX client\server这个软件很不错的,远程桌面用的。用ubuntu作为 client的时候会存在一个键盘map的问题,典型的问题是 no arrow keys,解决的方案很多,我是用键盘map的方式:脚本如下:
    1. xmodmap -e "keycode 98=Up"xmodmap -e "keycode 104=Down"xmodmap -e "keycode 100=Left"xmodmap -e "keycode 102=Right"xmodmap -e "keycode 99=Page_Up"xmodmap -e "keycode 105=Page_Down"xmodmap -e "keycode 106=Insert"xmodmap -e "keycode 97=Home"xmodmap -e "keycode 103=End"xmodmap -e "keycode 107=Delete"xmodmap -e "keycode 109=Control_R"xmodmap -e "keycode 113=Alt_R"
  14. Synergy is Free and Open Source Software that lets you easily share your mouse and keyboard between multiple computers, where each computer has its own display. No special hardware is required, all you need is a local area network. Synergy is supported on Windows, Mac OS X and Linux. Redirecting the mouse and keyboard is as simple as moving the mouse off the edge of your screen. Synergy is released under the GNU Public License (GPL).


原创粉丝点击