fiedin.hashnode.devHow to Share Files and Folders on Ubuntu with SambaTo set up an Ubuntu file server where User A accesses both folders but User B only accesses one, we will use Samba. We will handle this by defining two specific "Shares" in the Samba configuration file. One share will restrict access to only User A, ...Jan 22·2 min read
fiedin.hashnode.devTuning SMBMaking a Samba server "very fast" involves moving from standard compatibility settings to performance-focused ones. Important Warning: "Fast" is relative to your hardware. The settings below assume you have decent hardware (Gigabit or 10-Gigabit Ethe...Jan 21·3 min read
fiedin.hashnode.devPrevent Linux Mint from sleepingTo prevent Linux Mint from sleeping, you can use several methods depending on your needs: Via System Settings (GUI) Open Menu > System Settings > Power Manager (for MATE) or Power (for Cinnamon). Set "When the power is plugged in" and "When on batt...Jan 21·2 min read
fiedin.hashnode.devTailscale and Subnet Router: Installation and Configuration GuideInstalling Tailscale on Ubuntu and setting it up to advertise an IP or subnet (acting as a Subnet Router) is a common method to access LAN devices that can't run Tailscale on their own. 1. Install Tailscale The most reliable way to install on Ubuntu ...Jan 18·2 min read
fiedin.hashnode.devSimple Steps to Activate SSH in Linux MintStep 1: Install the OpenSSH Server Open your terminal on the Linux Mint machine and run: Bash sudo apt update sudo apt install openssh-server (Type y and Enter if asked to confirm).2 Step 2: Start and Enable the Service Once installed, the service u...Jan 18·1 min read