Skip to main content

Posts

Featured

How to use bind to work with applications like FileZilla without modifying the LAMP installation.

Introduction. We need to add a permanet link between both folders to be able to work locally with FileZilla and other editors without changing the Apache configuration because some applications needs root permisions. This is the most reliable solution. We have Ubuntu 22 with Apache installed. We will a Bind, in this case my user linux names "benjamin" you can change for yours.  Create folders (if they don't exist).         sudo mkdir -p /home/benjamin/www/html      Important , All file from /var/www/html will be hidden make backup before next step. Mount bindbind From this point on, FileZilla writes to /home/benjamin/www/html and Apache reads the exact same files from /var/www/html. No duplication, no scripts, no cron, instant changes.        sudo mount --bind /home/benjamin/www/html /var/www/html      But this change is not permanent, for this reason you need set next configuration for permit maintain this ...

Latest Posts

Install Ubuntu 24.0 on Virtual Box

Install dotnet 6 on snap

Install Azure cli on ubuntu

How to enable the use of USB ports within a Windows virtual machine using VirtualBox and as a Linux host.

Installing ZAP on Ubuntu in year 2005

How install Ubuntu Server 20.04 + Nginx + PHP 7.2 or PHP 8.1 and MySQL

Guide for Install Docker con Ubuntu 22 in 2024

How upgrade PHP 8.1 to 8.2 or 8.3 using ondrej repository on ubuntu 22

How install dotnet 8 on Ubuntu 22.04

How add custom response header in Apache2

How install Snap on Ubuntu 22

Install Audicity in Ubuntu 22 using snap

How install Node JS stable version on Ubuntu 22 using snap

Terminal Terminator Emulator for Linux

Install Zoom for Ubuntu 22 or Debian distributions

How generate SSH key for github on ubuntu

Install git on Ubuntu all versions

Install composer globally on Ubuntu all version

Install DBeaver Community on Ubuntu 22 using snap