• 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 . 
  • 相关阅读:
    sudo 临时切换用户和环境变量的传递
    递归复杂度算法如何计算草稿
    Mac下设计全局环境变量
    Golang http 超时设置方法
    go get github竟然区分大小写
    通过远程终端后台运行程序
    打开华为手机的logcat
    Golang的锁和线程安全的Map
    PL/SQL语句块基本语法(ORACLE存储过程,函数,包,游标) (转)
    C# 文件操作把结果保存到文件里
  • 原文地址:https://www.cnblogs.com/hyang0/p/7722899.html
Copyright © 2020-2023  润新知