GithubHelp home page GithubHelp logo

linuxsnippets's Introduction

Linux Snippets

Commonly used Linux commands for personal use. Only for Debian/Ubuntu.

Install Speedtest

curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | bash && apt-get install speedtest -y

Install Docker

curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh

Install Hy2

bash <(curl -Ls https://qwq.mx/hy2)

Install WARP

bash <(curl -fsSL git.io/warp.sh)

YABS CPU

# Geekbench 5
curl -sL yabs.sh | bash -s -- -f -i -5
# Geekbench 6
curl -sL yabs.sh | bash -s -- -f -i -6

Netflix Unlock by sjlleo

wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_amd64 && chmod +x nf && ./nf

Install Nexttrace

bash <(curl -Ls https://raw.githubusercontent.com/sjlleo/nexttrace/main/nt_install.sh)

Apply SSL Cert

bash <(curl -Ls https://cdn.jsdelivr.net/gh/missuo/AutoApplyCert/apply.sh)

Media Unlock

bash <(curl -L -s check.unlock.media)

Netflix Simple

bash <(curl -sSL "https://cdn.jsdelivr.net/gh/missuo/SimpleNetflix/nf.sh")

Bench

wget -qO- bench.sh | bash

LemonBench

curl -fsSL http://ilemonra.in/LemonBenchIntl | bash -s fast

BBR

wget -N --no-check-certificate "https://github.000060000.xyz/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh

aaPanel Remove AD

wget -O /www/server/panel/BTPanel/static/js/index.js https://raw.githubusercontent.com/missuo/aaPanelEnhanced/main/index.js

Install aaPanel

wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && bash install.sh forum

Modify Hostname

hostnamectl set-hostname missuo.me

Install XanMod Kernel

apt update -y && apt install gnupg2 -y
wget -qO - https://dl.xanmod.org/archive.key | gpg --dearmor -o /usr/share/keyrings/xanmod-archive-keyring.gpg
echo 'deb [signed-by=/usr/share/keyrings/xanmod-archive-keyring.gpg] http://deb.xanmod.org releases main' | tee /etc/apt/sources.list.d/xanmod-release.list
apt update && apt install linux-xanmod-x64v3

linuxsnippets's People

Contributors

missuo avatar

Watchers

 avatar  avatar  avatar

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.