Set the Maximum Battery Charging Threshold on Ubuntu 26.04

Creating a custom service in systemd starts with defining a .service file. This file specifies how the service should operate, including the command to execute, restart behavior, and startup conditions. ISSUE:If we change the value of the maximum battery charge threshold, it only persists until the next reboot. After that, the value resets to the

Ubuntu’s own command – Linux IP configuration (like Windows’ ipconfig)

It’s a bit annoying that after using the ip a command, we see unreadable mojibake. Without a doubt, Windows ipconfig shows more readable info about the device’s IP configuration. However, it is possible to display readable IP configuration information in Ubuntu as well. To do this, we need to create our own script. The output