Adam Ryczkowski
Adam Ryczkowski
When deduplicating a filesystem, I came across the following error: ``` Scanning volume /mnt/btrfs generations from 2089 to 2094, with size cutoff 8388608 00.02 Scanned 3453 retained 0 Deduplicating filesystem...
I tried to do `sudo blocks to-bcache /dev/sda6 --join b0209c0c-64b1-4ed1-81d5-bed570641246` when I've got the following error: ``` The filesystem (btrfs) leaves enough room, no need to shrink it Traceback (most...
Now I know its structure, I am thinking about re-factoring it a little: 1. First of all, I think the module should take structured input, rather than parse the "commands"...
Initially I thought that the performance hit was from the Augeas invocation around the line 443, but further testing proved the problem was in completely different place. Now the net...
[sshuttle](https://github.com/sshuttle/sshuttle) is very easy to get VPN, but it works only if you get an access to external the ssh server (preferably on custom port 443). Perhaps it wouldn't be...
I need to read and modify a single file (`pcmanfm.conf`) in the current directory. I tried ``` $ augtool -At "Toml.lns incl $(pwd)/pcmanfm.conf" -I lenses/ print /files /files ``` but...
I use it with the `pandoc-fignos` `pandoc` plugin to insert image number. If you don't have the `pandoc-fignos`, the pandoc should ignore any attributes. The attribute argument is optional, and...
I understand, that the original code might not run on this platform unchanged. The question is: can the solo key can be programmed at all in the same environment as...
Use case: I want to use the Fether just to view the balance. If there is already a way to use Fether to monitor the balance, then please point me...
There is a conflict between `OhMyREPL` and the `Rebugger`. At the moment one cannot have both at the same time. In short, whatever package gets loaded first, it wins. If...