zoukankan      html  css  js  c++  java
  • Ubuntu 17.10 环境初始化

    输入法(中文)

    • sogoupinyin
    • fcitx-table-wubi

    输入法快捷键 Ctrl + Space(两个间切换), Ctrl + Shift(多个间切换), Shift中英切换 与Windows 一致。

    网络工具 (ifconfig , ping)

    sudo apt-get install net-tools
    sudo apt-get install iputils-ping
    sudo apt-get install nloadsudo apt-get install iftop

     默认编辑器(vi)

    ➜  ~ sudo apt-get remove nano
    [sudo] password for hyang0: 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    The following packages will be REMOVED:
      nano
    0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
    After this operation, 807 kB disk space will be freed.
    Do you want to continue? [Y/n] y
    (Reading database ... 168583 files and directories currently installed.)
    Removing nano (2.8.6-3) ...
    update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
    Processing triggers for install-info (6.4.90.dfsg.1-1build1) ...
    Processing triggers for doc-base (0.10.7) ...
    Processing 2 removed doc-base files...
    Processing triggers for man-db (2.7.6.1-2) ...
    ➜  ~ crontab -e
    no crontab for hyang0 - using an empty one
    
    Select an editor.  To change later, run 'select-editor'.
      1. /usr/bin/vim.basic
      2. /usr/bin/vim.tiny
      3. /usr/bin/emacs25
      4. /usr/bin/code
      5. /bin/ed
    
    Choose 1-5 [1]: 1
    No modification made
    ➜  ~ crontab -e
    no crontab for hyang0 - using an empty one
    No modification made

     DVD 刻录 Brasero

     窗口管理

    • Alt + 鼠标左键 窗口拖动和拖标题栏一个效果
    • 从命令行打开当前目录,在文件浏览器中查看: nautilus . 
  • 相关阅读:
    Apache Beam的特点
    Apache Beam是什么?
    Kudu1.1.0 、 Kudu1.2.0 Kudu1.3.0的版本信息异同比较
    Kudu compaction design
    [转]Oracle trunc()函数的用法
    [转]Charts (Report Builder and SSRS)
    [转]表变量和临时表的比较
    [转]MONTHS_BETWEEN Function
    [转]Grunt 新手一日入门
    [转]Format a ui-grid grid column as currency
  • 原文地址:https://www.cnblogs.com/hyang0/p/7722899.html
Copyright © 2011-2022 走看看