New
Self-Hosted n8n on Kubernetes (Helm chart)
Minimal, repeatable setup to run n8n with TLS behind nginx ingress using the 8gears Helm chart.
Popular topics
03 min reading in—LinuxSetup Guide
A comprehensive setup guide for setting up a Lenovo Yoga 9 Pro with Ubuntu 23.10 and Regolith i3, including resolution and external monitors configuration, and workarounds for common issues.
This is my setup guide for Linux on my new laptop. I'm using the newest 23.10 Ubuntu because I want to. This blog intends to report how I got things set up & the open issues I still have.
Don't hesitate to contact me if you have possible solutions or questions regarding my setup, cheers :)
This is the labtop in question: https://geizhals.de/lenovo-yoga-pro-7-14aph8-storm-grey-82y80020ge-a3000891.html?hloc=at&hloc=de
pavucontrol
,
some seem to be completely broken and sound super metallic, while others sound pretty good at full volume but then start sounding weird when leveling down the audio.
This is significantly annoying but ok since it can be worked around by leveling the specific output sound level instead of using the volume buttons.The laptop comes with Windows originally. So I:
Basic Regolith / i3 looks can be configured in ~/.config/regolith3/Xresources
.
E.g.: I like to adjust gap and border sizes & colors:
wm.gaps.inner.size: 1
wm.window.border.size: 3
wm.client.focused.color.child_border: #AAD3E9
I found that the i3 window header and bar sizes seem to depend on the dpi set in ~/.Xresources
.
Xft.dpi: 100
. Weirdly, a higher value causes bigger i3 bar and UI and a lower one smaller.
I found the cursor size set here to have no effect
Xcursor.size: 5
To view the current resolution config xdpyinfo | grep -B 2 resolution
:
screen #0:
dimensions: 2560x1600 pixels (677x423 millimeters)
resolution: 96x96 dots per inch
At first, I thought the external monitors were not working but I soon realized that they were detected but not set to active
, simply going into arandr
, setting them to active, and then applying the configuration made all external monitors work as expected.
sudo apt install autorandr
just set the correct settings using xrandr
or a UI like arandr
,
then save the profile as default autorandr --save default
I wasn't yet able to get fractional scaling working on Ubuntu yet. But I found that the overall scale can be set from the command line using:
gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "[{'Gdk/WindowScalingFactor', <1>}]" gsettings set org.gnome.desktop.interface scaling-factor 1
It accepts scaling factors 1
, 2
, 3
I love using Keepmenu to easily manage a local password database.
I use it with rofi
; this is my config: ~/.config/keepmenu/config.ini
:
[dmenu] dmenu_command = rofi -show drun -dpi 1 [dmenu_passphrase] nf = #222222 nb = #222222 rofi_obscure = True [database] database_1 = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX keyfile_1 = pw_cache_period_min = 30 autotype_default = {USERNAME}{TAB}{PASSWORD}{ENTER}
The easiest way is to just use the GNOME system keybindings like described in: https://regolith-desktop.com/docs/using-regolith/configuration/
Just open the GNOME settings Super+c
& open the keybindings editor in the 'Keyboard' settings.
You could also set it up using an i3 config e.g.:
bindsym $mod+Shift+K exec "DO SOMETHING"
sudo apt install gnome-screenshot
I like to map it to Super+Shift+U
Then setup a keyboard shortcut like this: gnome-screenshot -acf /tmp/test && cat /tmp/test | xclip -i -selection clipboard -target image/png
as per this stack overflow answer.
I saw only this stategy working, copying directly with -acf
wan't working for me.
New
Minimal, repeatable setup to run n8n with TLS behind nginx ingress using the 8gears Helm chart.
New
Tiny guide to deploy Uptime-Kuma on a self-hosted Kubernetes cluster using a maintained Helm chart.
New
Set up WordPress on a self-hosted Kubernetes cluster using the TrueCharts Helm chart.