Category:

Linux

October 10, 2025
Access Your Laravel + Vue.js (Vite) App from Mobile on Local Network

Introduction During web development, we often run Laravel and Vue.js locally at http://127.0.0.1:8000 or http://localhost:5173.But when we want to test the website on a mobile device — especially for responsive design or component behavior — it doesn’t load. In this guide, you’ll learn how to make your Laravel + Vue (Vite) project accessible from your […]

Read More
January 14, 2025
Linux Apache MySQL Setup Guide: No XAMPP Needed

To set up and smoothly use Apache2 and MySQL on Linux without XAMPP, follow these steps: 1. Install Apache2 Verify Apache2 installation: Open a browser and visit http://localhost. You should see the Apache2 default page. 2. Install MySQL 1. Install MySQL server: 2. Secure MySQL installation: Follow the prompts to set up a root password […]

Read More
November 4, 2024
How to Upload WordPress plugin on wordpress.org in Ubuntu/Linux

Step 1. Install Rapid SVN The first thing you need to install is Rapid SVN software in your machine, you can easily get this by searching “RapidSVN” in Ubuntu Software which is available for free in Ubuntu store. Step 2. Open Rapid SVN After installing RapidSVN, open it from your applications menu. The program will […]

Read More
October 30, 2024
What is Snap in linux system ?

Snap বিস্তারিত Snap হল Canonical দ্বারা তৈরি একটি প্যাকেজ ম্যানেজমেন্ট সিস্টেম, যা বিশেষ করে লিনাক্সে সফটওয়্যার ইনস্টলেশন সহজ করতে ডিজাইন করা হয়েছে। এটি বিভিন্ন লিনাক্স ডিস্ট্রিবিউশন যেমন Ubuntu, Fedora, Debian, Arch Linux ইত্যাদিতে সমর্থিত। Snap প্যাকেজগুলি "sandboxed" অবস্থায় রান করে, যার অর্থ হলো এটি সিস্টেমের অন্যান্য অংশ থেকে আলাদা থাকে, ফলে নিরাপত্তা বৃদ্ধি পায়। Snap […]

Read More
October 29, 2024
install XAMPP on your Linux system

To install XAMPP on your Linux system using the xampp-linux-x64-8.2.12-0-installer.run file, follow these steps: This will open the XAMPP dashboard, confirming your installation is successful!

Read More
October 26, 2024
Set up Git on your new Linux PC

To set up Git on your new Linux PC, follow these steps: (For other package managers like yum or dnf if you're on a different Linux distribution, replace apt with the appropriate manager.) Save the key in the default location (usually ~/.ssh/id_rsa) and press Enter through each prompt. Then paste it into your Git provider's […]

Read More
October 26, 2024
error mounting /dev/sda1 at /media/hasnat B23….B3BF:wrong fs type bad option bad superblock on/dev sda1

The error message you're seeing indicates that there is an issue with mounting the filesystem on /dev/sda1. Here are a few steps you can take to troubleshoot the problem: Replace <filesystem_type> with the appropriate type (e.g., ext4, ntfs, vfat, etc.). Make sure to unmount the partition first if it's mounted: (You'll need to install smartmontools […]

Read More
June 25, 2024
To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed.

Connection InformationTo perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host. This message usually appears when WordPress needs to update or install plugins, themes, or itself, and it doesn't have direct file system […]

Read More
©2025 Linux Bangla | Developed & Maintaind by Linux Bangla.