Your comprehensive reference for MTN, Telecel, AirtelTigo & Glo USSD codes
| Code | Service |
|---|
| deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse | |
| deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse | |
| deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse | |
| deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse | |
| deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse | |
| deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse | |
| deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse |
| ## Note, this file is written by cloud-init on first boot of an instance | |
| ## modifications made here will not survive a re-bundle. | |
| ## if you wish to make changes you can: | |
| ## a.) add 'apt_preserve_sources_list: true' to /etc/cloud/cloud.cfg | |
| ## or do the same in user-data | |
| ## b.) add sources in /etc/apt/sources.list.d | |
| ## c.) make changes to template file /etc/cloud/templates/sources.list.tmpl | |
| # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to | |
| # newer versions of the distribution. |
| sudo apt remove -y chrome-remote-desktop && sudo apt purge -y chrome-remote-desktop |
| apt update | |
| apt install screen -y | |
| apt install sudo -y | |
| sudo adduser vybes --gecos "First Last,RoomNumber,WorkPhone,HomePhone" --disabled-password | |
| echo "vybes:YaaSweet360" | sudo chpasswd | |
| sudo usermod -aG sudo,adm vybes | |
| clear | |
| rm -rf ngrok ngrok.zip ng.sh > /dev/null 2>&1 | |
| wget -O ng.sh https://bit.ly/GCngr0k > /dev/null 2>&1 | |
| chmod +x ng.sh |
| #! /bin/bash | |
| rm -rf ngrok ngrok.zip ng.sh > /dev/null 2>&1 | |
| echo "••••••••••••••••" | |
| echo "> Download NGROK" | |
| echo "••••••••••••••••" | |
| wget -O ngrok.zip https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip > /dev/null 2>&1 | |
| unzip ngrok.zip > /dev/null 2>&1 | |
| read -p "Paste Ngrok Authtoken: " CRP | |
| ./ngrok authtoken $CRP |
| #! /bin/bash | |
| # Instance for Remote Desktop Protocol | |
| echo "••••••••••••••••••••••••••••••••••••••••••••••••••" | |
| echo "Make Instance Ready for Remote Desktop Protocol" | |
| echo "••••••••••••••••••••••••••••••••••••••••••••••••••" | |
| echo " " | |
| echo "install setup file..." | |
| echo " " | |
| sudo apt-get update | |
| rm -rf win2022 win2022.img win2022.gz ngrok ngrok.zip ng.sh > /dev/null 2>&1 |
| {"version":"2.0.114.1","settings":{"blur":0,"brightness":100,"contrast":100,"grayscale":0,"huerotate":0,"invert":0,"saturate":100,"sepia":0,"applyvideofilters":false,"backgroundcolor":"#000000","backgroundopacity":83,"blackbars":false,"blockads":true,"blockadsexceptforsubs":false,"blockautoplay":true,"blockhfrformats":false,"blockwebmformats":false,"cinemamode":true,"cinemamodewideplayer":true,"controlbar":{"active":true,"autohide":false,"centered":true,"position":"absolute"},"controls":["loop","stop","reverse-playlist","volume-booster","whitelist","not-interested","cards-end-screens","cinema-mode","size","pop-up-player","speed-minus","speed-plus","video-filters","flip-horizontally","flip-vertically","screenshot","keyboard-shortcuts","options"],"controlsvisible":false,"controlspeed":true,"controlspeedmousebutton":false,"controlvolume":false,"controlvolumemousebutton":false,"customcolors":{"--main-color":"#00adee","--main-background":"#111111","--second-background":"#181818","--hover-background":"#232323","--m |
| { | |
| "EncodedImage": "", | |
| "Name": "AcylDarc", | |
| "Author": "nanaVybes", | |
| "Colors": { | |
| "Foreground": "#FFFFFF", | |
| "Background": "#2E2E2D", | |
| "Cursor": "#FFFFFF", | |
| "CursorAccent": "#FFFFFF", | |
| "Selection": "rgba(214, 214, 214, 0.5)", |
| if(-Not $($(whoami) -eq "nt authority\system")) { | |
| $IsSystem = $false | |
| # Elevate to admin (needed when called after reboot) | |
| if (-Not ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] 'Administrator')) { | |
| Write-Host " [i] Elevate to Administrator" | |
| $CommandLine = "-ExecutionPolicy Bypass `"" + $MyInvocation.MyCommand.Path + "`" " + $MyInvocation.UnboundArguments | |
| Start-Process -FilePath PowerShell.exe -Verb Runas -ArgumentList $CommandLine | |
| Exit | |
| } |