This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/perl | |
| # | |
| # tracker_modify.pl 0.01 | |
| # Add/delete trackers recursively from all torrents. | |
| # Free to copy and mutilate any way you like :) | |
| # | |
| # Originally from http://publicbt.com/tracker_modify.pl | |
| sub usage { | |
| print <<EOF |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| find $HOME -type d -exec chmod 755 {} \; | |
| find $HOME -type f -exec chmod 644 {} \; | |
| find . -type f -name '*.h' -exec chmod 644 {} \; | |
| find . -type f -name '*.c' -exec chmod 644 {} \; | |
| find . -type f -name '*.py' -exec chmod 755 {} \; | |
| find . -type f -name '*.sh' -exec chmod 755 {} \; | |
| find . -type f -name '*.pl' -exec chmod 755 {} \; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| export DEBIAN_FRONTEND="noninteractive" | |
| dpkg --configure -a | |
| apt-get update | |
| apt-get update && apt-get -y install default-jre ccache bc bash libncurses5-dev git-core gnupg flex bison gperf build-essential zip curl libc6-dev ncurses-dev cmake automake autogen autoconf autotools-dev libtool shtool python m4 gcc libtool zlib1g-dev | |
| apt-get -y install gcc-8 | |
| apt-get -f install | |
| apt-get upgrade -y | |
| git clone --depth=1 https://github.com/VRanger/android_kernel_santoni.git --branch=Clang/Oreo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| export KERNELDIR=${HOME}/Kernel | |
| export CONFIG_FILE="santoni_defconfig" | |
| export ARCH=arm64 | |
| export SUBARCH=arm64 | |
| export KBUILD_BUILD_USER="Gabriel" | |
| export KBUILD_BUILD_HOST="root" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #------------------------------------------------------------------------------# | |
| # OFFICIAL DEBIAN REPOS | |
| #------------------------------------------------------------------------------# | |
| deb http://ftp.us.debian.org/debian buster main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| wget -O libstdc.zip https://www.dropbox.com/s/bkt4pd3x00hsbfa/libstdc.7z?dl=1 | |
| #sudo unzip -o libstdc++.zip -d /usr/lib/x86_64-linux-gnu/ | |
| sudo 7z x -t7z -aoa libstdc.zip -o/usr/lib/x86_64-linux-gnu/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| sudo wget -O /usr/bin/pacapt https://github.com/icy/pacapt/raw/ng/pacapt | |
| sudo chmod 755 /usr/bin/pacapt | |
| sudo ln -sv /usr/bin/pacapt /usr/bin/pacman || true | |
| sudo pacman -S aarch64-linux-gnu-gcc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| cd $HOME | |
| wget -O gcc.pkg.tar.xz https://www.archlinux.org/packages/core/x86_64/gcc/download | |
| wget -O mpfr.pkg.tar.xz https://www.archlinux.org/packages/core/x86_64/mpfr/download/ | |
| wget -O binutils.pkg.tar.xz https://www.archlinux.org/packages/core/x86_64/binutils/download/ | |
| wget -O gcc-libs.pkg.tar.xz https://www.archlinux.org/packages/core/x86_64/gcc-libs/download/ | |
| wget -O libmpc.pkg.tar.xz https://www.archlinux.org/packages/core/x86_64/libmpc/download/ | |
| wget -O lib32-gcc-libs.pkg.tar.xz https://www.archlinux.org/packages/core/x86_64/lib32-gcc-libs/download/ | |
| wget -O glibc.pkg.tar.xz https://www.archlinux.org/packages/core/x86_64/glibc/download/ | |
| wget -O linux-api-headers.pkg.tar.xz https://www.archlinux.org/packages/core/any/linux-api-headers/download/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Install GCC 8 | |
| install-package -y dpkg | |
| wget -O gcc-8_8.2.0-3_amd64.deb http://ftp.us.debian.org/debian/pool/main/g/gcc-8/gcc-8_8.2.0-3_amd64.deb | |
| wget -O cpp-8_8.2.0-3_amd64.deb http://ftp.us.debian.org/debian/pool/main/g/gcc-8/cpp-8_8.2.0-3_amd64.deb | |
| wget -O gcc-8-base_8.2.0-3_amd64.deb http://ftp.us.debian.org/debian/pool/main/g/gcc-8/gcc-8-base_8.2.0-3_amd64.deb | |
| wget -O libcc1-0_8.2.0-3_amd64.deb http://ftp.us.debian.org/debian/pool/main/g/gcc-8/libcc1-0_8.2.0-3_amd64.deb | |
| wget -O binutils_2.31.1-2_amd64.deb http://ftp.us.debian.org/debian/pool/main/b/binutils/binutils_2.31.1-2_amd64.deb | |
| wget -O libgcc-8-dev_8.2.0-3_amd64.deb http://ftp.us.debian.org/debian/pool/main/g/gcc-8/libgcc-8-dev_8.2.0-3_amd64.deb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| git clone --depth=1 https://github.com/VRanger/crosstool-ng-by-dorimanx --branch=master | |
| cd crosstool-ng-by-dorimanx | |
| apt-get install gcc gperf bison flex texinfo help2man make libncurses5-dev python-dev gawk | |
| ./bootstrap | |
| ./configure --enable-local | |
| make | |
| CT_SAMPLE=aarch64-unknown-linux-gnu | |
| . ./.travis.sh |
NewerOlder