Skip to content

Instantly share code, notes, and snippets.

View lowendscripts's full-sized avatar

lowendscripts

View GitHub Profile
#! /bin/sh
mkdir -p /etc/systemd/system
mkdir -p /lib/systemd/system
cat >> /lib/systemd/system/vzfifo.service << EOF
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
# **UBUNTU 14.04 TO UBUNTU 16.04**
#
#
# To run this script, enter the following line (without the preceeding #) at the command line
# apt-get update;apt-get install -y ca-certificates;wget https://gist.github.com/lowendscripts/e6e1d980af9e41806296c0dd5536bfaa/raw/0b6bfd641fb22d429a9ffb4ec9fe5a0cdf7a32c8/1404_to_1604_installer.sh;bash 1404_to_1604_installer.sh
#
# 0) This is just here for the script version. If you are running the script version, and you become disconnected,
# you can resume the session upon reconnecting to SSH by entering the command screen -dr
# Delete the next two lines if you want to disable the kernel check
kernel_version=`uname -r`
# **DEBIAN WHEEZY TO DEBIAN JESSIE**
#
#
# To run this script, enter the following line (without the preceeding #) at the command line
# apt-get update;apt-get install -y wget ca-certificates;wget https://gist.github.com/lowendscripts/a69971a7a44d4919ce93a83254954489/raw/092fac24a33076a0316a819ed89f28a5300d0a7f/wheezy_to_jessie_installer.sh; bash wheezy_to_jessie_installer.sh
#
# 0) This is just here for the script version. If you are running the script version, and you become disconnected,
# you can resume the session upon reconnecting to SSH by entering the command screen -dr
# Delete the next two lines if you want to disable the kernel check
kernel_version=`uname -r`
# **DEBIAN WHEEZY TO DEBIAN STRETCH**
#
#
# To run this script, enter the following line (without the preceeding #) at the command line
# apt-get update;apt-get install -y screen apt-utils ca-certificates;wget https://gist.github.com/lowendscripts/9631c6070b241daefcc7d10a2fdb76a2/raw/97b76f1005927cc4a66aa0d5d8965f7867020c55/wheezy_to_stretch_installer.sh; bash wheezy_to_stretch_installer.sh
#
# 0) This is just here for the script version. If you are running the script version, and you become disconnected,
# you can resume the session upon reconnecting to SSH by entering the command screen -dr
# Delete the next two lines if you want to disable the kernel check
kernel_version=`uname -r`