• 初始化


    18.04 源

    echo "deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse" > /etc/apt/sources.list
    echo "deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse" > /etc/apt/sources.list
    echo "deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse" > /etc/apt/sources.list
    echo "deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse" > /etc/apt/sources.list
    echo "deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse" > /etc/apt/sources.list
    echo "deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse" > /etc/apt/sources.list
    echo "deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe multiverse" > /etc/apt/sources.list
    echo "deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe multiverse" > /etc/apt/sources.list
    echo "deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse" > /etc/apt/sources.list
    echo "deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse" > /etc/apt/sources.list
    
    apt-get update

    tools

    apt-get install build-essential -y
    apt-get install vim -y
    apt-get install git -y
    apt-get install fswatch -y
    apt-get install p7zip-full -y
    apt-get install cmake -y
    apt-get install net-tools -y
    apt-get install tmux -y
    apt-get install gawk -y
    apt-get install tree -y
    apt-get install flex -y
    apt-get install bison -y
    apt-get install exfat-utils -y
    apt-get install httrack -y
    apt-get install fcitx-bin -y
    apt-get install fcitx-table -y
    apt-get install ttf-mscorefonts-installer -y
    apt-get install fontconfig
    apt-get install terminator -y
    apt-get install lua5.3 -y
    apt-get install curl -y
    apt-get install fzf -y
    apt-get install expect -y
    apt-get install openjdk-8-jdk -y

    node typescript

    apt-get install nodejs -y
    apt-get install npm -y
    npm config set registry https://registry.npm.taobao.org
    npm install -g typescript

    清理

    apt-get autoclean
    apt-get clean
    apt-get autoremove

    .

  • 相关阅读:
    hbase 学习笔记一---基本概念
    hdu 4496 (并差集)
    rqnoj-105-核电站问题-dp
    面试之BI-SQL--table转换
    Android:从程序员到架构师之路Ⅲ_高焕堂
    Linux 的进程组、会话、守护进程
    Oracle创建dblink报错:ORA-01017、ORA-02063解决
    JSP 指令
    JSP 生命周期
    JSP 结构
  • 原文地址:https://www.cnblogs.com/Searchor/p/13067914.html
Copyright © 2020-2023  润新知