Set Up VPN Server With AWS

Introduction Hola, this post is about my trivial experiment on VPN. If you just want to know about how to get a free VPN quick, kindly proceed to this section for the answer. Let’s get started! As a student who lives on campus and uses school Wi-Fi every day, I sometimes get frustrated when the school’s firewall blocks me from accessing some websites. For example: Furthermore, I am kinda interested in Cyber Security too....

April 3, 2022 · 6 min

Book North Hill Badminton Court Using Selenium

Ola, welcome to my first entry! :D In this post, I will show you how to use the webdriver from Selenium, time and schedule libraries to create an auto-booking script for North Hill Badminton Court. Let us start by importing the modules. from selenium import webdriver from webdriver_manager.chrome import ChromeDriverManager import time import schedule If you haven’t install selenium and webdriver in your environment, typing pip install selenium and pip install webdriver-manager in your terminal will do the magic....

March 23, 2022 · 3 min