This is a TL;DR for: https://linuxopsys.com/topics/update-firmware-on-ubuntu-using-fwupd
# Install
su -
apt update
apt install udisks2 fwupd
# Display supported devices
fwupdmgr get-devices
This is a TL;DR for: https://linuxopsys.com/topics/update-firmware-on-ubuntu-using-fwupd
# Install
su -
apt update
apt install udisks2 fwupd
# Display supported devices
fwupdmgr get-devices
I am evaluating Server 2022 and ran across Server Core App Compatibility Feature on Demand (FOD).
Once installed and after a reboot, your Server 2022 Core instance will now be able to run the GUI versions of the following programs:
set LESS
environment variable to: -SXIFRs
in your .bash_profile or .bashrc:
-S
: chop lines, side scroll with left/right arrow keys-X
: leave contents on screen when less exits-I
: ignore case when searching with /
or ?
-F
: quit immediately when the entire file fits in one screen-R
: enable colored output-s
: squeeze blank lines into a single blank lineuseful:
This Python utility provides two functions for inserting lines into configuration files:
insert_lines
regex_insert_lines
These functions allow for precise and flexible modification of text files, particularly useful for updating configuration files in networking and system administration tasks.
insert_lines
: Inserts specified lines into a file before or after a line that starts with a given string.for
and while
desktop
- a windows PCmacbook
I need to run KeePassXC
on both my Windows desktop and MacBook. I consider the desktop to be the source of truth.
If I want to update an entry, then I will modify KeePassXC only on my Windows box. I am restricting myself to this
Inspired by: Add Git Branch Name to Terminal Prompt
I have a two line zsh prompt:
[git branch]
HH:MM:SS
$In my .zshrc
file: