美文网首页
Ubuntu Practice Log

Ubuntu Practice Log

作者: 百毒 | 来源:发表于2015-12-18 10:44 被阅读70次

    吃了 「Ubuntu 桌面生存指南」 的大安利, 决定装 Windows 7 和 Ubuntu 的双系统,并开始学习 Linux 系统。

    Day 1: 尝试按 Linux 公社的硬盘安装方法 进行硬盘安装,失败。原因:这个指南很久没有进行实际更新了,新的 AMD64 版本有很多细微之处已经做了更改。导致提示 Error 15: File Not Found。

    Day 2:

    1. 按照 win7下制作ubuntu系统安装启动盘和U盘安装ubuntu全过程 进行 U 盘安装,成功。

    2. 发现系统自带的 SunPinYin 输入法的小鹤双拼码表错误。Qt 应该打出 Qie 而实际为 Qiong (应为 Qs)。由于本来就在 Windows 下使用小狼毫,果断安装了 ibus-rime 输入法。然后发现几个问题:

    • 图标在任务栏不显示;
    • 默认输入方案里没有小鹤双拼;
    • 每次在输入位置有两个齿轮,应该是某种 bug。

    Day 3:

    1. 开始学习 Vim,按照 vimtutor 开始练习。
    2. 多方 Google 之后解决了 Rime 输入法的所有问题,

    Day4:

    1. 在工作电脑上安装 GVim for Windows,这样可以在空闲时练习 Vim。
      某种意义上,Vim 类似于学习双拼或某种体育运动,要点是形成肌肉记忆。

    2. 继续学习 Linux鸟哥私房菜

    [25-Dec-2015]:

    1. Keep practice of Vimtutor;
    2. Do puzzles on Codewars;

    Goals for 26th and 27th:

    1. Configure GVim and Git;
    2. Review "Learn Python the Hard Way" in Ubuntu;
    3. Try to start the project by working on SGM WO;

    [17-Jan-2016]
    Configure Vim with spf13
    Run sh <(curl https://j.mp/spf13-vim3 -L) in Terminal

    相关文章

      网友评论

          本文标题:Ubuntu Practice Log

          本文链接:https://www.haomeiwen.com/subject/iifphttx.html