OSOluwagbeminiyi Samagbeyiingbeminiyi.hashnode.dev·Apr 26, 2025 · 3 min readIkoyi Civil Court Wedding: A Self-Registrant’s Step-by-Step ExperienceREGISTRATION After selecting the ordinary marriage type, fill out the form online and make the required payment. Then, make three copies of the receipts: the Remita receipt (check your email), and the official receipt from the payment history sectio...00
OSOluwagbeminiyi Samagbeyiingbeminiyi.hashnode.dev·Apr 14, 2023 · 5 min readInstalling Certbot in your HAproxy Load Balancer ServerTo ensure your website is secure by generating an SSL certificate using certbot, follow the steps outlined below. Step 1: Log in to your load balancer server with its IP address (E.g 54.152.60.213) vagrant@ubuntu-focal:~$ ssh ubuntu@54.152.60.213 St...08LIDDS
OSOluwagbeminiyi Samagbeyiingbeminiyi.hashnode.dev·Apr 14, 2023 · 2 min readConfiguring your domain zoneConfiguring your domain zone involves setting up the DNS (Domain Name System) records for your domain. These records specify how your domain name should be resolved to the IP address of your website or email server. For example, given the information...02CE
OSOluwagbeminiyi Samagbeyiingbeminiyi.hashnode.dev·Mar 22, 2023 · 2 min readResolving MYSQLdb.OperationalErrorWhile testing my code for ALx's MySQLdb Object-relational Mapping task, I encountered the error below: vagrant@ubuntu-focal:~/alx-higher_level_programming/0x0F-python-object_relational_mapping$ ./0-select_states.py root root hbtn_0e_0_usa Traceback (...01Y