Skip to content

Instantly share code, notes, and snippets.

View aljaxus's full-sized avatar
💭
68747470733a2f2f676974706c61632e73692f616c6a61787573

Aljaz S. aljaxus

💭
68747470733a2f2f676974706c61632e73692f616c6a61787573
View GitHub Profile
body {
background: linear-gradient(110deg,#111,#111,#1e1d1d,#1e2422,#181c1a,#09130f,#111);
background-attachment: fixed !important;
}
.header-links > .header-link {
color: #27846a;
}
.header-links > .header-link:hover,
.header-links > .header-link:focus {
version: "3.4"
services:
api:
restart: unless-stopped
build:
context: ./api
dockerfile: dockerfile
environment:
- NODE_ENV=development
(changes below)
A project started by Shevchik on april 2014 and forked by Th3Tr0LLeR on december 2014.
The project did have a long road to where it stands today, a lot of sweat, energy drink, frustration and discussions were spent on it. To be the universal tool that we are today, I can say with pride, that the run has been very successful so far.
A tool that doesn't "support piracy", but rather gives server owners the ease to run bungeecord networks in offline mode and integrate intergrate their minigames with our new api to set skins!
A few facts you might not know:
- The first config was in .json format
- Skype support used to be a thing.
yum update -y
yum upgrade -y
yum install -y epel-release
yum update -y
yum upgrade -y
yum install -y htop bmon curl wget zip unzip git qemu-guest-agent
apt-get update -y
apt-get upgrade -y
apt-get install htop bmon vim git curl wget qemu-guest-agent java-1.8.0-openjdk -y
mkdir /root/crashlanding
cd /root/crashlanding
wget https://ftb.forgecdn.net/FTB2/modpacks/CrashLanding/1_1_3/CrashLandingServer.zip
unzip -V CrashLandingServer.zip
yum update -y
yum upgrade -y
mkdir -p /var/azuracast
cd /var/azuracast
curl -L https://raw.githubusercontent.com/AzuraCast/AzuraCast/master/docker.sh > docker.sh
chmod a+x docker.sh
./docker.sh install
yum update -y
yum upgrade -y
yum install epel-release -y
yum install -y git htop bmon curl wget vim nano qemu-guest-agent transmission-cli transmission-common transmission-daemon
yum update -y
yum upgrade -y
mkdir /home/trasmission/
#!/bin/bash
function wait () {
echo ""
echo ""
if [ ! -z "$1" ]
then
echo "Finished: $1"
#!/bin/bash
function wait () {
echo ""
echo ""
if [ ! -z "$1" ]
then
echo "Finished: $1"
yum install epel-release -y
yum update -y
yum install htop bmon vim git curl rsync wget java-1.8.0-openjdk -y
# Install requirements
yum install python-devel -y
yum groupinstall "Development tools" -y
yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel -y
yum install python-devel -y
yum install python-pip -y