-
Backend Stability, Security, Switching servers and more….
After a long hard day, it looks like I am all restored now. I was waiting to get some time on my hand to switch servers. My time with the AWS has been bittersweet. Thanks for the sweet deal I was able to keep my website up for free for a good time (10 months?). Although…
-
How to connect to MongoDB using RoboMongo hosted on your VPS like digital ocean, vultr, AWS etc.
So I finally decided to take my server online but not without a few hiccups. The problem is I wanted to begin with mLabs but somehow my firewall was blocking it. So I decided to host it on my server and connect directly into it. Installing it was not a problem. If you are used…
-
How To Use Cron To Automate Tasks On a VPS
How To Use Cron To Automate Tasks On a VPS One of the most standard ways to run tasks in the background on Linux machines is with cron jobs. They’re useful for scheduling tasks on the VPS and automating different maintenance-related jobs. “Cron” itself is a daemon (or program) that runs in the background.…