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 566 重塑矩阵
    LeetCode 283 移动零
    C++Template(类模板二)
    Qt之简单绘图实现
    QT控件之QSlider
    Redis
    布局总结三: icon图标+标题上下两排排列
    vue中在data中引入图片的路径方法
    布局总结二:宽高比固定比例---移动端
    在vue中使用vue-awesome-swiper插件
  • 原文地址:https://www.cnblogs.com/hyang0/p/7722899.html
Copyright © 2011-2022 走看看