GMGaus Mohiuddin Ahmedinops-ninja.hashnode.dev·Feb 20, 2023 · 9 min readHow to setup a LEMP Wordpress site using DockerNote: It is recommended to visit my previous articles about Docker and Bash Scripting for a better understanding of this task. Agenda In this article, we are going to see how we can easily set up a full fledge LEMP (Linux, Apache, Mysql, PHP) stack ...00
GMGaus Mohiuddin Ahmedinops-ninja.hashnode.dev·Jan 24, 2023 · 5 min readKubernetes OverviewKubernetes is a powerful open-source platform that automates the deployment, scaling, and management of containerized applications. It was developed by Google and is now maintained by the Cloud Native Computing Foundation (CNCF). In this article, we'...00
GMGaus Mohiuddin Ahmedinops-ninja.hashnode.dev·Dec 29, 2022 · 11 min readDocker for Absolute BeginnersDocker is one of the most popular tools for application containerization. Docker enables efficiency and reduces operational overheads so that any developer, in any dev environment, can build stable and reliable applications. Let’s take a look at Dock...00
GMGaus Mohiuddin Ahmedinops-ninja.hashnode.dev·Nov 26, 2022 · 18 min readBash Shell Scripting GuideIntroduction What is Bash? Bash is a Unix shell and command language written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell. Bash is the Bourn Again Shell it is the free and enhanced version of the Bourne she...00
GMGaus Mohiuddin Ahmedinops-ninja.hashnode.dev·Nov 4, 2022 · 3 min readLinux Commands Cheat-sheetThese are all the basic linux terminal commands which are required in day to day life. To use these commands, one should open the terminal in linux OS by searching it in menu (GUI) and run these commands as required. Basic Linux Commands: To know...00