Tag Archives: Scripts

Delaying the start of a systemd unit at boot

I’m keeping an eye on what’s going on with my servers via remote Gkrellm system monitors. I noticed that on one server the hardware sensors seemed to need a bit more time than normal to initialize on boot, so the … Continue reading

Posted in Linux | Tagged , , | Comments Off on Delaying the start of a systemd unit at boot

WordPress backups to a remote server

Earlier, I used a WordPress plugin to do periodic backups of the sites I’m hosting, but I came to a conclusion that it would be more reliable, flexible and fun to do the backups via a system script instead, sending … Continue reading

Posted in Linux | Tagged , , , , | Comments Off on WordPress backups to a remote server

Killing Zoom popup windows, Awesome/i3-style

During the still-ongoing Covid-19 epidemic the Zoom video conferencing app/service has been a lifeline for many, many people, including myself; I’m using Zoom several times a week. I AM very grateful to the Zoom team for making a version for … Continue reading

Posted in Linux | Tagged , , , , , , | Comments Off on Killing Zoom popup windows, Awesome/i3-style

Lain widgets

Some time ago I made two additional widgets for the Lain widget library used by the Awesome window manager. You could place them in ~/.config/awesome/lain/widget/, or somewhere else in your lua search path. ryzen.lua [Download] The original temp.lua widget seemed … Continue reading

Posted in Linux | Tagged , , , | Comments Off on Lain widgets

Useful snippets #3: dual wallpapers on Awesome window manager

The main configuration file of Awesome wm is ~/.config/awesome/rc.lua. The default function in rc.lua on multihead systems is to install the same, maximized, theme.lua-defined wallpaper to all screens. That is all well, if a) you really want the same wallpaper … Continue reading

Posted in Linux | Tagged , , , | Comments Off on Useful snippets #3: dual wallpapers on Awesome window manager