Just a note for myself:
$ cat /efiroot/loader/loader.conf
timeout 10
console-mode keep
default @saved
You are looking for the line default @saved
Just a note for myself:
$ cat /efiroot/loader/loader.conf
timeout 10
console-mode keep
default @saved
You are looking for the line default @saved
So I wanted to update my machine. Issued the usual:
[matelakat@homer ~]$ sudo pacman -Syu
:: Synchronizing package databases...
core 116.6 KiB 997 KiB/s 00:00 [####################################################################] 100%
extra 7.5 MiB 38.2 MiB/s 00:00 [####################################################################] 100%
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
Packages …
I recently acquired a Lenovo L470 laptop for cheap, and I will be using it as a hypervisor to run my home automation VM on it.
Basically the benefit is that it consumes low power, has a built-in UPS, a built-in keyboard and screen.
First, I create a USB drive …
I am cooking pork shoulder the second time. Previously I cooked it in one piece then chilled and cut it to slices, based on this video. He said
Now wife brought me some chops, quite thin …
My attempt to actually control anything with my setup. Actually a lamp. So what I had is exactly this lamp: SmartWise Lamp and the seller was claiming that it is compatible with zigbee2mqtt.
So I enabled my z2m to allow parties to join by setting permit_join
to true
.
Then turned …
This is my attempt of an Article with Pelican. You can call it a blog. Basically, I had to configure pelican as follows:
ARTICLE_PATHS = ('articles',)
Then created a file under content/articles/first-post.md
with
the content:
Title: First Post
Date: 2024-11-01
... What you read went here
And that is …
I used this: virsh list
and then virsh list --all
, but none
of the vms defined in my virt-manager
are visible.
When running it with sudo
it worked, but who wants to do that?
Then I found this link that solved my pain. Making a note here for myself as …
Today is the day when I get to try Zigbee2MQTT project. The goal is to be able to push a button and being able to print something at the terminal as a response.
I bought the following hardware:
First I …