barbuk·3 lata temu·discusssnippy: https://github.com/barbUk/snippy To manage snippets with rofi or fzf on linux.
barbuk·3 lata temu·discussyou can pass the primary video card to a lxc guest, I used [1] successfully to do that.[1] https://jellyfin.org/docs/general/administration/hardware-ac...
barbuk·4 lata temu·discussChromium and Firefox have all your history stored in a sqlite database.I have a script to extract the last visited website from chrome for example: https://github.com/BarbUk/dotfiles/blob/master/bin/chrome_hi...For firefox, you can use something like:sqlite3 ~/.mozilla/firefox/.[dD]efault/places.sqlite "SELECT strftime('%d.%m.%Y %H:%M:%S', visit_date/1000000, 'unixepoch', 'localtime'),url FROM moz_places, moz_historyvisits WHERE moz_places.id = moz_historyvisits.place_id ORDER BY visit_date;"
barbuk·5 lat temu·discussI had the same craving.My linux only snippet manager: https://github.com/barbuk/snippy