GithubHelp home page GithubHelp logo

share's Introduction

分享文件说明

areainfo.sql

CentOS-Base-USTC.repo

  • 内容:中科大 Centos7 软件源 repo 文件。
  • 来源http://mirrors.ustc.edu.cn/help/centos.html 正文文本的简单复制粘贴
  • 制作原因:方便直接使用shell脚本获取,可以通过以下shell脚本实现自动化部署:
#!/usr/bin/env bash

cd /etc/yum.repos.d/
wget https://raw.githubusercontent.com/shelmingsong/Share/master/CentOS-Base-USTC.repo
yum clean all
yum makecache

sources.list_ubuntu_18.04

  • 内容:阿里云 Ubuntu 18.04 软件源 repo 文件。
  • 来源https://opsx.alibaba.com/mirror 中 ubuntu 右侧帮助按钮点开后的正文文本的简单复制粘贴
  • 制作原因:方便直接使用shell脚本获取,可以通过以下shell脚本实现自动化部署:
#!/usr/bin/env bash

cd /etc/apt/
mv sources.list sources.list.back
wget https://raw.githubusercontent.com/shelmingsong/Share/master/sources.list_ubuntu_18.04
mv sources.list_ubuntu_18.04 sources.list
apt-get clean
apt-get update

share's People

Contributors

shelmingsong avatar ascenddai avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.