Your cart is currently empty!
Tag: web development
FreeCodeCamp Tutorials Let You Learn How To Code for Free
Learning to code is hard. Anyone who tells you otherwise is probably trying to sell you something. Despite all the challenges, the emotions ups and downs that come with coding, there are millions of people out there who are learning to code. If you are keen to learn web programming right from the scratch but…
Written by
Instagram App In Sandbox Mode But You Want It To Go Live? Here Is How
So, earlier today, I tried to set up Instagram login for NetDivo forum i.e I want to make it possible for users to login to the Nigerian forum using their Instagram accounts. After completing the instagram developer registration form for a new application at www.instagram.com/developer, I discovered that the Instagram client I created is in…
Written by
Manually Update Discourse and Docker Using Rebuild Command
Yesterday, I discovered that NetDivo Forum was running on an outdated discourse installation which can only be updated manually via the command line. To update discourse, you are expected to ssh into your server using your favorite ssh client and run this : cd /var/discourse git pull ./launcher rebuild app Unfortunately, after running “git pull”,…
Written by
Webmail Error : Your IP address has changed. Please log in again – Solution
Whenever I browse the internet with MTN Nigeria data plan, I find it difficult accessing my webmail. Whenever I login to the webmail, it will display login successful but within few seconds, the webmail signs me out, prompting me to login again. There is also this “Your IP address has changed. Please log in again”…
Written by
AWS Free Tier : How To Check Usage, Limits and Expiry Date
The AWS Free Tier enables you to gain free, hands-on experience with the Amazon Web Services platform, products, and services. It includes service offers that are only available for 12 months following your AWS sign up date, as well as additional service offers that do not automatically expire at the end of your 12 month…
Written by
Letsencrypt SSL Certificates Let You Enable HTTPS On Your Websites For Free
Let’s Encrypt is a certificate authority that offers digital certificates which can be used to enable https (ssl/tls) on websites for free, including support for the ACME DNS challenge, ECDSA signing, IPv6, and Internationalized Domain Names. It’s aim is to provide free SSL to all websites on the internet so that all web traffic is…
Written by
How I Restore WordPress Site To New Domain and Host Using Softaculous
Yesterday, I successfully restored a softaculous backup of a client’s WordPress site to a new domain and host. So, if you are moving WordPress site to new domain ( from www.oldsite.com to www.newsite.com) and to another host (eg from domainking.ng to garanntor.ng), this tutorial will help you provided you’ve used softaculous to back up the…
Written by
Important Components That Make an Ecommerce Website Successful
Due to the presence of several businesses, setting up the website for promotion and sale of products has resulted in increased competition. To stand out from the competition, it is essential to adopt the right kind of content creation, advertising and marketing skills that would help your business to succeed. With the growing craze of…
Written by
Transfer WordPress From One Host to Another Using Softaculous
Yesterday, I stumbled on a guide on Softaculous website which explains how to restore a backup on a new server. I tried the trick and it worked for me in moving a WordPress blog of a client from a webhosting provider to my reseller hosting account (different webhost). I didn’t use any WordPress backup &…
Written by
How To Create Softaculous BackUps Folder in cPanel
Yesterday, while following the guide on Softaculous website that explains how to restore a backup on a new server, I was stucked at “Step 5” for some minutes. The “Step 5” simply requires that I copy the backup file to my new server at the following path /home/USERNAME/softaculous_backups/ I was looking for the folder without…
Written by