Skip to content

Instantly share code, notes, and snippets.

@numbnet
numbnet / README.md
Last active February 17, 2021 14:06
SCRIPT FILE

Файли СЦЕНАРИЕВ

WinScp

#ssh

++

@numbnet
numbnet / .vsconfig
Last active April 1, 2021 13:15
EXAMPLE
<<<<<<< HEAD
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Component.CoreEditor",
"Microsoft.VisualStudio.Workload.CoreEditor",
"Microsoft.NetCore.Component.Runtime.5.0",
"Microsoft.NetCore.Component.Runtime.3.1",
"Microsoft.NetCore.Component.SDK",
"Microsoft.VisualStudio.Component.NuGet",
@numbnet
numbnet / 1.sh
Last active January 23, 2021 04:45
TermuxPreInstall
##============ ≠≠≠ ============
## Кастомизации Termux
kastom()
{
echo "======== Кастомизации Termux ========" | sleep 3
@numbnet
numbnet / OSxBit3Testa.bat
Last active January 21, 2021 15:09
Variable
@echo off
ECHO '========== Arhitecture x64 or x86============='
REM ##================================================
ECHO '========== VARIANT 1 ============='
pause
if "%PROCESSOR_ARCHITECTURE%" == "x86" (
@numbnet
numbnet / .bashrc
Last active November 12, 2022 06:19
TERMUX
# ============= .bashrc ============= #
##==================≠==================
## Aliases
##==================≠==================
alias ls="ls -a"
alias rm='rm -rf'
alias cp='cp -i'
alias mv='mv -i'
@numbnet
numbnet / NUMBNET.sh
Last active January 8, 2021 02:00
LOGO
#Dev:
#### LOGO ####
logo = """
░░░░░░░░░░░░░░░░
░░░░███░░░██░░░░
░░░░████░░██░░░░
░░░░██░██░██░░░░
░░░░██░░████░░░░
@numbnet
numbnet / KitKatDeodexer.bat
Last active January 6, 2021 15:29
script.RunAsAdmin
REM ===============KitKatDeodexer.bat=================
@echo off
java -version
if errorlevel 1 goto javaerror
if exist %~dp0 goto menu
REM ========================================
REM
@numbnet
numbnet / 1.sh
Last active November 12, 2022 06:17
TERMUX Moduls
#!/bin/bash
# https://gist.githubusercontent.com/numbnet/16283d639aa316c8a1925c779dbd225c/raw/e44a093421e9988ffcfee7c43b2da95b5be98b57/1Etap.sh
kastom() {
TITLE = ""
SUBTITLE = "Кастомизации Termux"
NIK.NAME = "NUMBNET"
LastNAME
@numbnet
numbnet / Sublime Text 3 License Key
Created January 5, 2021 15:06 — forked from nonohry/Sublime Text 3 License Key
Sublime Text 3 License Key
—– BEGIN LICENSE —–
Andrew Weber
Single User License
EA7E-855605
813A03DD 5E4AD9E6 6C0EEB94 BC99798F
942194A6 02396E98 E62C9979 4BB979FE
91424C9D A45400BF F6747D88 2FB88078
90F5CC94 1CDC92DC 8457107A F151657B
1D22E383 A997F016 42397640 33F41CFC
E1D0AE85 A0BBD039 0E9C8D55 E1B89D5D
@numbnet
numbnet / .gitconfig
Last active June 27, 2023 16:26
Git Conf
##=======================================================
#create a new repository on the command line
# echo "NEW REPO" >> README.md
# git init
# git add README.md
# git commit -m "first commit"
# git branch -M numbnet
# git remote add origin https://github.com/numbnet/TEST.git
# git push -u origin numbnet