Software Virtualisation with LXD in Linux for Private Hosting via Cloudflare

Use LXD to run virtual linux images more compact than Docker and Oracle Virtualbox In our project we will host a nextcloud service for a private dropbox like service using cloudflare tunnel (Other alternatives using ngrok etc.) First install LXD sudo apt install lxd lxd-client Message during the end of LXD installation LXD has been installed. You must run `sudo lxd init` to perform the […]

Read Me Leave comment

How to share an installed printer in linux/Debian in network

Sharing an installed printer in Debian on a network can be done using CUPS (Common Unix Printing System), which is the standard printing system for most Linux distributions.1 Step 1: Install CUPS and Printer Drivers First, ensure you have CUPS and the necessary printer drivers installed. If you installed your printer, you likely already have these. If not, open a terminal and run: Bash sudo […]

Read Me Leave comment

How to share a DIR with samba share in linux

To share a directory in Linux using Samba, you need to install the Samba server package, create a dedicated directory for sharing, configure the smb.conf file, and set up a Samba user with a password. This process makes the directory accessible to other computers on the network, including Windows, macOS, and other Linux machines.1   Step-by-Step Guide   1. Install Samba2   First, you need […]

Read Me Leave comment