Author: webed

  • How to scp from linux to windows

    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 a step-by-step guide: Install an SCP server on Windows You can use OpenSSH Server or…

  • Connection metric management

    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 integrated wifi interface does not support 5 Ghz connections so every time I boot up…

  • Ansible and system updates

    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 you want to manage with ansible, you’ll have to allow the sudo user to execute…

  • Freedombox – Installation & Setup (Two ways)

    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 Ideally you won’t need a desktop environment to run your debian with freedombox installed as…

  • USB Mass Storage Devices compatibility – OpenWRT

    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 may require additional kernel modules. Install the appropriate package based on your hardware. For many…