no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • Configure static IP in Ubuntu 20.04 via the CLI

    calendar December 31, 2020 nav_categories Networking nav_categories Tech nav_tags linux nav_tags ubuntu nav_tags ubuntu server

    Doing some lab testing, and needed to add another interface on an Ubuntu server virtual machine.

    Quickly added it via the host (TrueNAS), but it came unconfigured and uninitialized.

    The interface is in a down state, so it doesn't show up in ifconfig without using a switch:

    ifconfig
    enp0s4: flags=4163< …

    Read More
  • Enabling SSH for a TrueNAS jail

    calendar November 15, 2020 nav_categories Tech nav_categories Networking nav_tags ssh nav_tags sshd nav_tags truenas nav_tags truenas jail

    Generally not a good idea from a security standpoint, but if you have a lot of CLI work to do in a FreeNAS jail, it can make life easier.

    If nothing else, seeing a lot more data on the screen, and being able to copy/paste commands has it's advantages.

    Steps:

    1. Enable sshd:

      sysrc sshd_enable="YES"
      sshd_enable: …

    Read More
  • OpenVPN on Ubuntu using Private Internet Access

    calendar November 1, 2020 nav_categories Networking nav_categories Tech nav_tags linux nav_tags openvpn nav_tags pia nav_tags private internet access nav_tags ubuntu nav_tags vpn

    I wanted to use a VPN on a Linux server (Ubuntu), using Private Internet Access, but without using the PIA client.

    Steps

    1. Install OpenVPN (I also install curl and net-tools, as I frequently use both):

      sudo apt-get install openvpn curl net-tools
      
    2. Get necessary OpenVPN files from Private Internet Access, and copy local …

    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • »
    • »»

©2019 -   |  www.nodinrogers.com
Powered by Hugo and based off of the Hugo Clarity theme

to-top