zoukankan      html  css  js  c++  java
  • 初始化

    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

    .

  • 相关阅读:
    Windows 2003安全配置最佳方法(转)
    令人十分怨念的tomcat注册成windows服务(转)
    AMR开源编码jrtplib中与int系统重定义问题解决
    由系统熵转移的思考
    此男因为什么被送进医院?
    [转]风水师的郁闷
    飞盘奇门局例我能顺利办好护照拿到签证出国参加会议吗?
    最近工作方面发生了一些大事情,所以特地为此摇了一挂,请高手进来断一断。
    概率面前的错误
    杜新会一个精彩占例之反推
  • 原文地址:https://www.cnblogs.com/Searchor/p/13067914.html
Copyright © 2011-2022 走看看