Posts
Asif Mohammad Mollah
Cancel

VS Code Server installation guide

Purpose of this guide is to provide a step-by-step installation process for Visual Studio Code server on Linux systems. This guide will help you set up VS Code server for remote development in web ...

Deploy your self-hosted github action runner

Prerequisites Purpose of this documentation to setup self-hosted github action runner and use it for continuous integration and deployment. create work directory and give user permissions sud...

Install docker on Ubuntu Server

Installation Update apt package sudo apt update sudo apt install -y ca-certificates curl Add Docker’s official GPG key: sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL https:...

Make your own self-hosted docs server using Bookstack

BookStack is a simple, self-hosted, easy-to-use platform for organizing and storing documentation. It’s a web application that makes it easy to create, store, and share your documents, knowledge ba...