Screen vs Tmux: Which One to Choose?
Screen vs Tmux Both screen and tmux are popular terminal multiplexers that allow you to manage multiple terminal sessions from a single window. This article… Read More »Screen vs Tmux: Which One to Choose?
Screen vs Tmux Both screen and tmux are popular terminal multiplexers that allow you to manage multiple terminal sessions from a single window. This article… Read More »Screen vs Tmux: Which One to Choose?
How to Use nohup The nohup command allows you to run a script or command in the background, even after you log out from the… Read More »How to Use nohup
Running Bash script in background Running Bash script in the background is useful for executing long-running tasks without keeping the terminal occupied. This guide will… Read More »Running Bash script in background
Install tailwind css with npm Run the following command to install tailwind css npm install -D tailwindcss Generate Tailwind configuration file In the root of… Read More »Setup Tailwind CSS with Angular 11
React Native Hybrid: Is React native hybrid? a popular question that mostly developers asked. Let start with the definition off an hybrid apps. An app… Read More »React Native Hybrid with Ease
how to build desktop application with React(or HTML): Before starting the steps, make sure you have installed the latest version of NodeJS. If not then… Read More »how to build desktop application : smart way
Bash Script Basics Bash scripting is a powerful way to automate tasks in Linux. This guide covers the basics to get you started with writing… Read More »Bash Script Basics Tutorial: #1
How do I make Git ignore file mode (chmod)? Git is a powerful version control system that tracks changes in files. Sometimes, you may encounter… Read More »How do I make Git ignore file mode (chmod)?
Step 1 : Create a new directory Homestead by using this command cd ~/Homestead Step 2: Install the homestead directory by cloning the homestead repository… Read More »How to setup laravel project using homestead
npx and npm are both command line tools that are used to install and run packages from the Node Package Manager (npm) registry. However, there… Read More »NPM vs NPX
Step 1: Create a directory where you want to store project such as mkdir ~/vagrant_projects Now go to the vagrant directory cd vagrant_projects Step 2:… Read More »Configure laravel project in vagrant box in ubuntu
Specifically, there are certain naming conventions available across all programming languages, also known as Snake Case Camel Case Pascal Case Kebab Case Snake Case: Snake… Read More »Guide To Naming Conventions