Using LLDP on Linux
Introduction Enabling LLDP on Linux Using open-lldp Using lldpd ...
Introduction Enabling LLDP on Linux Using open-lldp Using lldpd ...
Now with the prevalence of SSD's for storage, it is important to make sure that the DISCARD operation is used. This is specially true as this can increase the lifetime of your flash storage by reducing the need to re-map blocks by simply marking them as freed. ...
This is a quick note. In Alpine linux you can run start-up scripts by enabling the local service: rc-update add local default When this is enabled, it will run all executable scripts that end with .start on start-up and scripts that end with .stop on shutdown. ...
Prepare EDID blob Modify Kernel command line Update initramfs Reboot Post boot EDID ...
Introduction Method 1: Mounting /var/run/docker.sock docker.sock permission error ...
User configuration System-wide configuration Additional files References ...
Intro Hardware Null modem Cisco style ports ...
Introduction Prepare SD card Copy UEFI UEFI boot Adding grub ...
Introduction Origins Why use OpenTofu Using OpenTofu ...
This is a sequel to my article IPv6 blues. Layout Enabling forwarding Configure networking ...
This mini-howto illustrate how to use libnss-db on a Ubuntu Linux system. Other installations should work to after adjusting package names and directory paths. I myself use as a "serverless" lightweight user directory. Essentially, I mount the db directory and the home directory from an NFS server. Package installation ...
This article is a copy of this article and shows how to rename/change name of a network interface. Alpine Linux uses busybox mdev to manage devices in /dev. mdev reads /etc/mdev.conf and according to mdev documentation one can define a command to be executed per device definition. The command which is going to be used to change network interface name is nameif. ...
This article is an update to my Alpine Boot Switcher article. Contents: Preparing boot device ...
There are several ways to do this documented in the alpine linux wiki. My preferred way is to configure it in /etc/network/interfaces. For example: auto eth0 iface eth0 inet static ...
This is similar to my previous article Encrypting Filesystem in Void Linux but for Alpine Linux The point of this recipe is to create a encrypted file sytem so that when the disc is disposed, it does not need to be securely erased. This is particularly important for SSD devices ...
This is a method to control start-up of applications in a Linux Desktop session that are run by a local default configuration, but can also be overriden by the user. This is unlike the /etc/xdg/autostart which is mostly under the control of the distro packager. Aslo unlike the /etc/X11/profile.d directory, this runs inside the Desktop Session. /etc/X11/profile.d gets started before the Desktop session is available. ...
Around April 2023, I decided to look for a new Linux Desktop Environment for my personal void linux. So I tried these distros: lxqt: This is the one I eventually chose to switch to. I liked it that it was very small and light, and very modular, almost like a kit that you assemble yourself. Because I have thinking for some time that I would like to make my ...
I have been programming for about 40 years. Going through a lot of different languages and programming paradims. Lately most of my programming is done in: bash/shell script Python ...
The idea here is that we use a Desktop PC for developing/debugging Raspberry Pi set-ups using qemu for emulating Rasperrby Pi. qemu currently supports the following configurations: Raspberry Pi Zero and 1A+ (armhf) Raspberry Pi 2B (armv7) ...
For years I have been using VNC for my remote desktop needs. This works usually well enough. The features that I like are: Basic set-up is easy Desktop sessions are persistent Can be used to view an actual X11.org desktop. ...