OAOluwaseun Aransiolainseun.hashnode.dev·May 14, 2022 · 2 min readSetting up mail server on Contabo ServerHello, I recently had to set up a mail server. However, I encountered some issues which I would love to discuss here. I had to use the Contabo server because Amazon is not enabling port 25 for my team on the AWS EC2 instance. After setting up the VPS...01J
OAOluwaseun Aransiolainseun.hashnode.dev·Apr 2, 2022 · 2 min readUsing SCP to transfer files from the remote server to your computer and vice versaBackground I’m doing server migration from DigitalOcean to AWS. I have exported the Mysql database from the Digitalocean Droplet using Mysqldump. I want to download this file to my computer using the terminal/command line and then upload it to the ne...01H
OAOluwaseun Aransiolainseun.hashnode.dev·Dec 8, 2021 · 1 min readRoot Domain Elastic Beanstalk using CloudflareHi guys, I was previously using Route53 (A DNS service provided by Amazon) and the application works fine with the root domain but we migrated the DNS to Cloudflare and we ran into this problem. The Application root domain e.g "https://testdomain.co...00
OAOluwaseun Aransiolainseun.hashnode.dev·Dec 2, 2021 · 2 min readCkeditor 5 and Image Upload in PHPHello, Today I want to share insight and a little snippet on how to integrate the latest version of CKeditor (V5) and a serverside image upload in PHP. The CKeditor 5 requires a custom upload adapter for the upload process. Prerequisite knowledge of ...00
OAOluwaseun Aransiolainseun.hashnode.dev·Feb 20, 2021 · 1 min readUbuntu: How to change your root passwordHi Everyone! You can change your server password with the code below sudo passwd root The root can be any user you wish to change their password. I write to learn, If I am wrong, don't hesitate to let me know. Happy Coding!00