View OSxBit3Testa.bat
@echo off | |
ECHO '========== Arhitecture x64 or x86=============' | |
REM ##================================================ | |
ECHO '========== VARIANT 1 =============' | |
pause | |
if "%PROCESSOR_ARCHITECTURE%" == "x86" ( |
View Install.WinGet-APPX.ps1
##========= Install WinGet ========= ## | |
mkdir C:\PS\ | |
##================================= | |
## Download WinGet & Install | |
##~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
##~~ WinGet v0.1.4331 | |
# Invoke-WebRequest -Uri "https://github.com/microsoft/winget-cli#/releases/download/v0.1.4331-preview/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.appxbundle" -OutFile "C:\PS\WinGet.appxbundle" | |
##~~~~~~~~~~~~~~~~~~~~~~~~~~ |
View Backup.sh
#!/bin/bash | |
##============ ≠≠≠ ============ | |
TITLE='Backing up Termux' | |
##============ ≠≠≠ ============ | |
StoragePerm() { | |
termux-setup-storage # Storage permission is granted: | |
} |
View 1.sh
#!/bin/bash | |
# https://gist.githubusercontent.com/numbnet/16283d639aa316c8a1925c779dbd225c/raw/e44a093421e9988ffcfee7c43b2da95b5be98b57/1Etap.sh | |
kastom() { | |
TITLE = "" | |
SUBTITLE = "Кастомизации Termux" | |
NIK.NAME = "NUMBNET" | |
LastNAME |
View ask.sh
##============================================= | |
while true; do | |
read -e -p "Restart your server now to complete the install (y/n)? " rsn | |
case $rsn in | |
[Yy]* ) break;; | |
[Nn]* ) echo "NO";exit; | |
esac | |
done | |
echo "YES" |
View Backup.sh
#!/bin/bash | |
function BACKUPMENU { | |
echo "******* -select- *******" | |
echo "**************************" | |
echo " 1) = Backup with RESTIC " | |
echo " 2) = RESTORE with RESTIC" | |
echo " 3) = BACKUP with TAR " | |
echo " 4) = RESTORE with TAR " | |
echo " *) = EXIT " | |
echo "**************************" |
View NUMBNET.sh
#Dev: | |
#### LOGO #### | |
logo = """ | |
░░░░░░░░░░░░░░░░ | |
░░░░███░░░██░░░░ | |
░░░░████░░██░░░░ | |
░░░░██░██░██░░░░ | |
░░░░██░░████░░░░ |
View KitKatDeodexer.bat
REM ===============KitKatDeodexer.bat================= | |
@echo off | |
java -version | |
if errorlevel 1 goto javaerror | |
if exist %~dp0 goto menu | |
REM ======================================== | |
REM |
View 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 |
View export-prod.polyplast.xml
This file has been truncated, but you can view the full file.
<?xml version="1.0" encoding="UTF-8" ?> | |
<!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your site. --> | |
<!-- It contains information about your site's posts, pages, comments, categories, and other content. --> | |
<!-- You may use this file to transfer that content from one site to another. --> | |
<!-- This file is not intended to serve as a complete backup of your site. --> | |
<!-- To import this information into a WordPress site follow these steps: --> | |
<!-- 1. Log in to that site as an administrator. --> | |
<!-- 2. Go to Tools: Import in the WordPress admin panel. --> |
NewerOlder