With the liscense changes to redis there are several new forks out there. One that I am particularly interested in is...
Posts tagged: linux
All posts with the tag "linux"
The main system that I am concerned about is my arch BTW machine. I found a great article from the official archlinux...
paru has some nice features that I rarely use, and hav to look up when I need them. Here are two commands to help wit...
!https://archlinux.org/news/the-xz-package-has-been-backdoored/
I recently updated ollama, and it now installs a systemd service that I was not expecting. Seems like a great option,...
!https://www.redhat.com/en/blog/podman-run-pods-systemd-services
!https://github.com/sharkdp/bat
!https://www.ibm.com/docs/en/z-logdata-analytics/5.1.0?topic=compose-relocating-docker-root-directory
!https://github.com/containers/aardvark-dns
!https://wiki.archlinux.org/title/Podman
!https://www.cgsecurity.org/wiki/TestDisk_By_Step
!https://www.tecmint.com/manage-services-using-systemd-and-systemctl-in-linux/
!https://ounapuu.ee/posts/2021/02/01/how-to-fix-zfs-pool-not-importing-at-boot/
!https://nickjanetakis.com/blog/deleting-specific-lines-in-a-file-with-sed-or-yq
!https://gist.github.com/isomorphisms/3114ab86960656a729a6b4653001aae2
!https://www.lazyvim.org/installation
paru is an aur helper that allows you to use a package manager to install packages from the aur.
useful btrfs tools
Looking at disk usage on any of these must be done using a tool built for it if you want an accurate measurement. General purpose tools like du will be inaccurate as they do not count things like duplicate copies in snapshots.
β― sudo btrfs fi usage -T / [sudo] password for waylon: Overall: Device size: 465.26GiB Device allocated: 251.06GiB Device unallocated: 214.20GiB Device missing: 0.00B Device slack: 0.00B Used: 234.44GiB Free (estimated): 227.37GiB (min: 120.27GiB) Free (statfs, df): 227.37GiB Data ratio: 1.00 Metadata ratio: 2.00 Global reserve: 478.88MiB (used: 0.00B) Multiple profiles: no Data Metadata System Id Path single DUP DUP Unallocated Total Slack -- -------------- --------- -------- -------- ----------- --------- ----- 1 /dev/nvme1n1p2 239.00GiB 12.00GiB 64.00MiB 214.20GiB 465.26GiB - -- -------------- --------- -------- -------- ----------- --------- ----- Total 239.00GiB 6.00GiB 32.00MiB 214.20GiB 465.26GiB 0.00B Used 225.82GiB 4.31GiB 64.00KiB
-T for tabular format
Fix Arch Linux randomly rejecting passwords with one command. Try > 'faillock --user $USER' to reset login counter an...
I recently setup some vm's on my main machine and got sick of signing in with passwords.