Skip to content

Instantly share code, notes, and snippets.

View pixincreate's full-sized avatar
🔺
Spammy

Pa1NarK pixincreate

🔺
Spammy
View GitHub Profile
@pixincreate
pixincreate / Rustup Installation.md
Last active May 21, 2023 10:02
This Gist deals with the procedure to install Rust onto a custom or other location isntead of `%USERPROFILE%\.cargo`

Rustup up!

This Gist talks about installing RustLang to a custom directory on Windows (Tested on Windows 10)

Download rustup-init.exe from https://rustup.rs/ to C:\Downloads\Rust

Open Command Prompt / Terminal by executing Win, type "cmd" and press ctrl + shift + enter to open Command Prompt with Administrator Privileges

Setting Variables

@pixincreate
pixincreate / AdbCommands
Created March 27, 2021 15:12 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader