-
Setting up a Samba server on Linux
Setting up a Samba server on Linux allows you to share files and printers with Windows, macOS, and other Linux machines on your network. I wanted to be able to share files from my higher storage linux laptop to my lower storage mac mini. 1. Installation First, install the Samba package on your Linux system.For…
-
Installing Flutter on Linux
This guide assumes you are using the Fish shell. Step 1: Clone the Flutter Repository Flutter is available on GitHub. To install it, clone the official repository: This command downloads Flutter into the ~/flutter directory. You can change this path if needed. Step 2: Add Flutter to Your PATH To use Flutter globally, add it…