Skip to content
View mdPlusPlus's full-sized avatar
Block or Report

Block or report mdPlusPlus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. lempstack lempstack Public

    Forked from aatishnn/lempstack

    LEMP Installer for Debian/Ubuntu - Linux, NGINX, MySQL, PHP

    Shell 7 1

  2. Download, patch, compile and install... Download, patch, compile and install the newest stable Linux kernel with the ACS override patch (Ubuntu / Debian)
    1
    #!/bin/bash
    2
    
    
    3
    function install_dependencies() {
    4
    	echo "Installing dependencies..."
    5
    	sudo apt -qq update