How to start up an aquarium/fish tank

post front image showing the inside of an aquarium
  1. Decide what size aquarium/fish tank you want
  2. Get a filter, aeration, and a heater for tropical fish
  3. Cycle your aquarium
  4. Research the fish before you buy it

Having been completely new to the aquariumist hobby we were looking for information anywhere we could find it. Interestingly some details get left out very often as if they're common knowledge everyone knows anyway. I decided to share what we've learned including all the little details to hopefully make it easier you.

View More How to start up an aquarium/fish tank

Moving from Apache to NGINX on Centos 7

For about 10 years myelectrons.ru, myelectrons.com, 775mv.com and a few other websites of ours have been rather slow. Last time we came back to them, they were so slow (9-15 seconds), it was painful to just wait for it to load so you can hit another button in the administration panel. So we started searching for ways to speed them up. The more obvious solution was to move to a different hosting service because the ping was so slow (200 ms). Nginx, an engine many recommended to speed up a website, appeared to be a suitable option to try. We weren't exactly sure yet how it could speed up a website. So we tried a simple Nginx installation and it didn't bring much of an improvement. That's when my dad came across this blog post https://danielmiessler.com/blog/wordpress-nginx-speed-guide/ Notice how fast it loads? That's lightning speed! The post itself talks about how to make your website faster using Nginx and both server and client side caching. And although it does cover the main points, some stuff the author considers basic doesn't get covered. When I read through it, it left me with a lot of questions still unanswered. It took me several days to figure it all out with the help of my dad. Here I'll share with you, and for myself to refer to it later, how I went about installing Nginx.

View More Moving from Apache to NGINX on Centos 7