no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • Zombie process in Linux

    calendar February 21, 2022 nav_categories Tech nav_tags linux nav_tags ps nav_tags zombie

    Logging into one of my Linux boxes, I noticed I had a zombie process.

    Welcome to Ubuntu 20.04.3 LTS (GNU/Linux 5.4.0-88-generic x86_64)
    
      => There is 1 zombie process.
    

    A zombie process is

    Processes marked are dead processes (so-called "zombies") that remain because their parent has not destroyed them …

    Read More
  • Using a Docker container for a Wireguard VPN server

    calendar February 15, 2022 nav_categories Tech nav_categories Networking nav_tags docker nav_tags wireguard nav_tags vpn

    I've been using Wireguard for a while when away from my house for a couple of reasons:

    1. Access to my home network's servers, services, and resources.

    2. Security, when accessing the internet via insecure wifi.

    3. Ability to use my PiHole (DNS sinkhole).

    It's been working great, but as with everything else, I wanted to …

    Read More
  • Disable .DS_STORE file creation on network shares

    calendar February 5, 2022 nav_categories Tech nav_tags ds_store nav_tags osx nav_tags mac nav_tags apple

    On an OSX system, .DS_STORE (Desktop Services Store), are used to store user settings for a folder, such as the list of files, the location of the icons, the selected background image.

    In a mixed-OS environment using network shares, they can be annoying.

    Even in a strictly Apple environment, there are security …

    Read More
  • Change visudo editor

    calendar January 30, 2022 nav_categories Tech nav_tags linux nav_tags sudo nav_tags vim nav_tags nano

    By default, Ubuntu uses nano for editing visudo.

    Nano is the linux editor for Windows administrator . . . don't use it!

    To change it to something else, such as vim:

    sudo update-alternatives --config editor
    There are 4 choices for the alternative editor (providing /usr/bin/editor).
    
      Selection    Path …

    Read More
  • Password-less sudo

    calendar January 25, 2022 nav_categories Tech nav_tags linux nav_tags sudo

    While never a good idea to enable this in a production, or multi-user system, on a lab system, not needing to type in a password when running sudo makes life a lot easier.

    • To enable password-less sudo:

      sudo visudo
      
    • Add this to the bottom of the file, assuming your username is tom:

      tom ALL=(ALL) NOPASSWD: ALL
      
    • If we …

    Read More
  • Moving a VM to another KVM host

    calendar January 22, 2022 nav_categories Tech nav_tags kvm nav_tags virtual machine nav_tags vm nav_tags virsh

    I have two KVM systems: one that run on my NAS, and one dedicated for KVM, which is also the one I use for lab testing.

    I've found a couple of times where I've had a VM on my lab KVM that I wanted to move/migrate to my NAS (non-lab, or prod) KVM.

    Not difficult to do, as both systems are set up the same way, …

    Read More
    • ««
    • «
    • 9
    • 10
    • 11
    • 12
    • 13
    • »
    • »»

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

to-top