Skip to content

Instantly share code, notes, and snippets.

@numbnet
numbnet / install.Asterisk
Created December 10, 2020 14:09
InstallAPP.Centos
#
##=== OpenSSH Win10 ===
echo "----------- !!! START !!! ----------"
## ================= ≠≠≠ =================
param([switch]$Elevated)
function TestAdmin {
$currentUser = New-Object Security.Principal.WindowsPrincipal $([Security.Principal.WindowsIdentity]::GetCurrent())
$currentUser.IsInRole([Security.Principal.WindowsBuiltinRole]::Administrator)
@numbnet
numbnet / .bashrc
Last active February 25, 2021 12:58
Unix
### *** --- .bashrc --- *** ##
function bashRCAlias() {
## =======================≠=============
## Aliases
## ======================≠==============
alias ls="ls -a"
alias cp="cp -i"
alias rm="rm -rf"
alias mv="mv -i"
@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
@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 / 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 / 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 / NUMBNET.sh
Last active January 8, 2021 02:00
LOGO
#Dev:
#### LOGO ####
logo = """
░░░░░░░░░░░░░░░░
░░░░███░░░██░░░░
░░░░████░░██░░░░
░░░░██░██░██░░░░
░░░░██░░████░░░░
@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'