-
How to scp from linux to windows
To use scp (Secure Copy Protocol) for transferring files from a Linux system to a Windows machine, you need to set up a few things on the Windows machine first, since Windows doesn’t have an scp server by default. Here’s…
-
Connection metric management
Here is how with some simple steps I changed the metric of an internet connection in order to give priority to a usb dongle so its set as the default interface for internet traffic in my personal laptop. The laptop’s…
-
Ansible and system updates
Setup passwordless authentication with the servers you want to manage This is useful if you want to automate processes via ssh without intervening by having to input the password to the remote server. Setup passwordless sudo commands In the server…
-
Freedombox – Installation & Setup (Two ways)
There are mainly two ways to get a Freedombox running. The first one would be to install Debian first and then the Freedombox package or the alternative to download the Freedombox image designed for your desired system. 1- Install Debian…
-
USB Mass Storage Devices compatibility – OpenWRT
To enhance compatibility with USB 3.0 mass storage devices on OpenWRT, you may need to install specific kernel modules and packages. Here are the general steps to maximize compatibility: Install USB Support Packages: Install USB 3.0 Driver: USB 3.0 support…