Marginal Trust

Marginal Trust downloading required keys... :: Import PGP key 0F65C7D881506130, "Maxime Gauduin <[email protected]>"? [Y/n] (38/38) checking package integrity Import PGP key 0F65C7D881506130, "Maxime Gauduin <[email protected]>" 237 curl "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x0e8b644079f599dfc1ddc3973348882f6ac6a4c2" > 0x6AC6A4C2.gpg 241 curl "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xab19265e5d7d20687d303246ba1dfb64fff979e7" > 0xFFF979E7.gpg 246 curl "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x91ffe0700e80619ceb73235ca88e23e377514e00" > 0x77514E00.gpg 248 curl "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xd8afdda07a5b6edfa7d8ccdad6d055f927843f1c" > 0x27843F1C.gpg 250 curl "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2ac0a42efb0b5cbc7a0402ed4dc95b6d7be9892e" > 0x7BE9892E.gpg 251 curl "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x159f3a43aeb246c5746c033814bc4f30b3b92eba" > 0xB3B92EBA.gpg prokop_bart@cloudshell:~/code/gpg-keys/trusted/arch-master$ gpg --import * gpg: key D6D055F927843F1C: 6 signatures not checked due to missing keys gpg: key D6D055F927843F1C: public key "Levente Polyak (Arch Linux Master Key) <anthraxx@master-key....

June 11, 2022 · 4 min · Bart Prokop

Backing BTRFS filesystem with Restic to Storj.

I’m using BTRFS on my home server. One of subvolumes is called media and is used to store curated collection of personal and professional photos, movies, books, etc. for whole family. In this post, I will share my experience with backing the whole media NAS share (currently 116 GiB). Backup procedure Consistency - preparing backup source First snapshot btrfs subvolume snapshot -r /mnt/t20raid/svols/media /mnt/t20raid/snaps/media/2022-05-31 Create a readonly snapshot of '/mnt/t20raid/svols/media' in '/mnt/t20raid/snaps/media/2022-05-31' restic backup to Storj via S3 gateway...

June 5, 2022 · 2 min · Bart Prokop

Btrfs on Luks

Further maintenance Scrubbing Regularly scrub your drive… # btrfs scrub start /mnt/t20raid # btrfs scrub status /mnt/t20raid # watch 'btrfs scrub status /mnt/t20raid' This is example “work in progress”: Every 2.0s: btrfs scrub status /mnt/t20raid t20: Sun Aug 14 14:39:52 2022 UUID: 9f65175e-ec44-4fbf-a28d-cc10ef1a799e Scrub started: Sun Aug 14 14:32:07 2022 Status: running Duration: 0:07:40 Time left: 0:09:38 ETA: Sun Aug 14 14:49:30 2022 Total to scrub: 302.91GiB Bytes scrubbed: 134.13GiB (44....

June 5, 2022 · 1 min · Bart Prokop

My First Post

My first post here Really this is just a test, what would come out from the following command: hugo new posts/my-first-post.md Learning no. 1: update .\archetypes\default.md will save time in the future. Learning no. 2: add mainSections to config.yml, otherwise your posts might not end-up on main page. Read what mainSections default to. So as of today, let’s contribute to this blog.

May 29, 2022 · 1 min · Bart Prokop

Java Maven Gae Spring and Vadin

In this article I will cover how to develop single-paged web applications using the techniques mentioned in title. Source code is available there. Working application is available too. Problem: putting all pieces together Vaadin is great tool for developing Web based business application. It uses GWT for rendering the server side kept UI structures. So basically the whole application - both UI and backend runs on the server, while browser merely renders it....

November 22, 2013 · 5 min · Bart Prokop