Writing
Articles
Articles published on dev.to by S.M. Khalid Mahmud
How to accessible multiple services via different domain or subdomain in DO droplet by Nginx
First, ensure that Nginx is installed on droplet. If it’s not installed, then install it...
#digitalocean#ngnix#domain
Read article
How to automatic deployment from GitHub to server via FTP (GitHub Actions)
We are going to take a look at how we can automate deployment from GitHub to server via FTP. To do...
#ftp#github#server
Read article
How to automatic deployment from GitHub to server via SFTP (GitHub Actions)
We are going to take a look at how we can automate deployment from GitHub to server via SFTP. To do...
#sftp#github#server
Read article
How to increase Firebase project limit
Firebase is a Backend-as-a-Service (Baas). It provides developers with a variety of tools and...
#firebase
Read article
How to Customize Ubuntu Terminal
Table of Content Install ZSH Install Oh My Posh Install Nerd Font Activate Oh My...
Read article
How to Install Ubuntu Terminal Using Subsystem for Linux
Windows Subsystem for Linux (WSL) allows the installation of a complete Ubuntu terminal environment...
Read article