Giter Club home page Giter Club logo

server-setup's Introduction

A common server setup

Run from root

cd && wget --no-check-certificate https://raw.github.com/imbolc/server-setup/master/bullseye/root-install.sh && bash root-install.sh

Ubuntu version:

cd && wget --no-check-certificate https://raw.github.com/imbolc/server-setup/master/focal/root-install.sh && bash root-install.sh

Partials

All partials

bash <(curl -sL https://raw.github.com/imbolc/server-setup/master/partials/all.sh)

all partials for root from a sudo user

sudo su -c 'bash <(curl -sL https://raw.github.com/imbolc/server-setup/master/partials/all.sh)'
  • essential cli tools
    bash <(curl -sL https://raw.github.com/imbolc/server-setup/master/partials/tools.sh)
  • common bash aliases
    bash <(curl -sL https://raw.github.com/imbolc/server-setup/master/partials/aliases.sh)
  • vimification
    bash <(curl -sL https://raw.github.com/imbolc/server-setup/master/partials/vimification.sh)
  • vim
    bash <(curl -sL https://raw.github.com/imbolc/server-setup/master/partials/vim.sh)
  • tmux
    bash <(curl -sL https://raw.github.com/imbolc/server-setup/master/partials/tmux.sh)
  • git
    bash <(curl -sL https://raw.github.com/imbolc/server-setup/master/partials/git.sh)

Install python

  1. Look at available versions with pyenv install --list
  2. Install the last versions with pyenv install 3.x.y
  3. Set it as the default versions with: pyenv global 3.x.y

Postgres

echo 'deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main' | sudo tee /etc/apt/sources.list.d/pgdg.list
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt update
sudo apt install postgresql-13 postgresql-server-dev-13
sudo su postgres -c "cd /; createuser -s $USER"

Node

sudo curl -sL https://deb.nodesource.com/setup_13.x | sudo bash -
sudo apt install -y nodejs

server-setup's People

Contributors

imbolc avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

krakiun

server-setup's Issues

A single runner

Make a script to which you can provide details like username and it will run through the whole process without additional quesstions

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.