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 . 
  • 相关阅读:
    Leetcode 15 3Sum
    Leetcode 383 Ransom Note
    用i个点组成高度为不超过j的二叉树的数量。
    配对问题 小于10 1.3.5
    字符矩阵的旋转 镜面对称 1.2.2
    字符串统计 连续的某个字符的数量 1.1.4
    USACO twofive 没理解
    1002 All Roads Lead to Rome
    USACO 5.5.1 求矩形并的周长
    USACO 5.5.2 字符串的最小表示法
  • 原文地址:https://www.cnblogs.com/hyang0/p/7722899.html
Copyright © 2011-2022 走看看