Tag: Hosting

  • Solving Proxmox LXC console blank issue

    As I am recently upgrading my home network from simple Raspberry Pi to Proxmox based hypervisor network have got to explore many new things. This is one of the issue I couldn’t find an answer quickly so wanted to post here for anyone experiencing this. LXC containers are great way to virtualize / isolate services…

  • Backup and restore postgres database with docker run

    Now a days it is common to use database as a service from cloud providers instead of maintaining the local postgres installation. Also there will be times you switch between providers due to some reason such as better cost or better performance. That time you may feel the need to install postgres client to back…

  • Working with docker stack and iptables

    After moving to new country, I am setting up my home network to bring some of containers back from the cloud to self hosting from home. But the problem with my new router is there is no port based routing either all or none by setting the self hosting server as default DMZ server will…

  • My docker swarm setup

    I am running my websites from my Raspberry Pi mini PC, and in this post, I am going to explain how I organize the apps and manage security using docker swarm network. In my setup I choose nginx container as webserver created on top of light weight alphine linux containers. This performs very well on…

  • Which cloud hosting to use in 2022?

    If you are starting a small online business like me, this advise might help you. I have done some research recently as I was migrating my web apps hosted from home on my Raspberry Pi4 to cloud hosting. I was considering three factors for choosing best hosting. Cost Performance Features Reliability As many of the…

  • WooCommerce! is it good for your business?

    It became so famous who ever already trying out eCommerce platforms will have definitely heard about it. But we can start with the introduction for newbies. What is WooCommerce? WooCommerce is a workpress plugin which provide eCommerce features on top of WordPress blogging platform. This has became so famous as this could be quickly installed…