git clone https://github.com/kylemanna/docker-openvpn.git
cd docker-openvpn/
docker build -t kadlivpn .
cd ..
mkdir vpn-data
| // This file was initially generated by Windows Terminal 1.4.3243.0 | |
| // It should still be usable in newer versions, but newer versions might have additional | |
| // settings, help text, or changes that you will not see unless you clear this file | |
| // and let us generate a new one for you. | |
| // To view the default settings, hold "alt" while clicking on the "Settings" button. | |
| // For documentation on these settings, see: https://aka.ms/terminal-documentation | |
| { | |
| "$schema": "https://aka.ms/terminal-profiles-schema", |
| ################################################################################## | |
| # ELIMINATE SPOTIFY ADS (VERSION 1.2 - 8.5) - UPDATED FREQUENTLY # | |
| ################################################################################## | |
| # | |
| # NOTE: SOMETIMES ONLY ANNOUNCEMENT OF AN AD WHILE USING APP VERSION 7.5-7.9?-8.x. | |
| # USING AN OFFICIAL OLDER VERSION SOLVES THIS. TEST IT (APKMIRROR). THIS WILL NOT | |
| # OCCUR USING CHROMECAST / GOOGLE HOME. | |
| # | |
| # COULD NOT SOLVE THE AUDIO AD INRO/OUTRO IN THE APP. | |
| # SUGGESTIONS? WRITE A COMMENT BELOW. |
git clone https://github.com/kylemanna/docker-openvpn.git
cd docker-openvpn/
docker build -t kadlivpn .
cd ..
mkdir vpn-data
| Windows Registry Editor Version 5.00 | |
| [HKEY_CLASSES_ROOT\Directory\Background\shell\Command Prompt\command] | |
| @="C:\\Windows\\System32\\cmd.exe" | |
| [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Command Prompt\command] | |
| @="C:\\Windows\\System32\\cmd.exe" |
A Beginners Guide To Things To Do After Installing Ubuntu.
sudo apt update && sudo apt upgrade
Ubuntu has several repositories from where it provides software for your system. Enabling all these repositories will give you access to more software and proprietary drivers.
A temporary internet connection will be required for downloading packages and driver
Open up a terminal and type the following lines:
git clone https://github.com/tomaspinho/rtl8821ce
cd rtl8821ce
chmod +x dkms-install.sh
chmod +x dkms-remove.sh
sudo ./dkms-install.sh
| { | |
| "stateless": { | |
| "prefix": "stless", | |
| "body": [ | |
| "class $1 extends StatelessWidget {", | |
| "\t@override", | |
| "\tWidget build(BuildContext context) {", | |
| "\t\treturn Container(", | |
| "\t\t\t$2", | |
| "\t\t);", |