Coder Social home page Coder Social logo

onekeyscript's Introduction

常用一键脚本

1、Snipe-IT v5.3.0.sh 脚本

Snipe-IT 是一个免费的开源IT资产管理Web应用程序。是一款基于Laravel5.4的免费的开源IT资产管理系统。Snipe-IT用于IT资产管理,IT部门可通过它能够跟踪谁拥有哪些笔记本电脑,何时购买、包含哪些软件许可证和可用的附件等。

本脚本仅适用于CentOS7。脚本来源:Late Winter

yum update /y
sudo curl -o Snipe-IT.sh https://raw.githubusercontent.com/aheig/Onekeyscript/main/Snipe-IT.sh && chmod +x Snipe-IT.sh && bash ./Snipe-IT.sh

5、changesource 一键更换国内软件仓库源

脚本来源:BlueSkyXN

yum update /y
sudo curl -o changesource.sh https://raw.githubusercontent.com/aheig/Onekeyscript/main/changesource.sh && chmod +x changesource.sh && bash ./changesource.sh

Docker、GO、JDK、MAVEN、MYSQL、NGINX、TOMCAT

一键Docker、GO、JDK、MAVEN、MYSQL、NGINX、TOMCAT

官方一键Docker

国外:

curl -sSL https://get.docker.com/ | sh

国内:

curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh --mirror=Aliyun

或者

curl -sSL https://acs-public-mirror.oss-cn-hangzhou.aliyuncs.com/docker-engine/internet | sh

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.