mirror of
https://github.com/edu4rdshl/edu4rdshl.github.io.git
synced 2026-07-17 23:24:49 +00:00
(several-post-update): add excerpts.
This commit is contained in:
parent
3e21c18b4f
commit
f63b36c80f
2 changed files with 2 additions and 4 deletions
|
|
@ -8,10 +8,9 @@ author: edu4rdshl
|
||||||
image:
|
image:
|
||||||
path: /wayland-gnome.png
|
path: /wayland-gnome.png
|
||||||
alt: Wayland and Gnome. Image by itsfoss.com
|
alt: Wayland and Gnome. Image by itsfoss.com
|
||||||
|
excerpt: I was a Wayland detractor, had very bad experiences with it in the past, but I decided to give it a try again, and it's time to say goodbye to Xorg.
|
||||||
---
|
---
|
||||||
|
|
||||||
I was a Wayland detractor, had very bad experiences with it in the past, but I decided to give it a try again, and it's time to say goodbye to Xorg.
|
|
||||||
|
|
||||||
## My past experiences with Wayland
|
## My past experiences with Wayland
|
||||||
|
|
||||||
I tried Wayland for the first time in 2016, I was using ArchLinux, tried to create a Wayland setup using Sway on my Intel laptop. The remnants of that setup, can still be found in my [GitHub repo](https://github.com/Edu4rdSHL/linuxscripts/tree/8acc4a6bff033db7291d701169beb8d5c278f3eb/user-config).
|
I tried Wayland for the first time in 2016, I was using ArchLinux, tried to create a Wayland setup using Sway on my Intel laptop. The remnants of that setup, can still be found in my [GitHub repo](https://github.com/Edu4rdSHL/linuxscripts/tree/8acc4a6bff033db7291d701169beb8d5c278f3eb/user-config).
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,9 @@ author: edu4rdshl
|
||||||
image:
|
image:
|
||||||
path: /rusnapshot.jpeg
|
path: /rusnapshot.jpeg
|
||||||
alt: Rusnapshot logo, generated by Google Bard
|
alt: Rusnapshot logo, generated by Google Bard
|
||||||
|
excerpt: Rusnapshot is a handy tool to manage Btrfs snapshots, written in Rust.
|
||||||
---
|
---
|
||||||
|
|
||||||
Rusnapshot is a handy tool to manage Btrfs snapshots, written in Rust.
|
|
||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
|
|
||||||
I've been using Btrfs for a long time, and of course I use snapshots a lot, but I always felt that the tools available for managing snapshots were not very flexible, some of the limitations I found were: hardcoded snapshot's path, allow to take snapshots of certain subvolumes only, not centralized metadata for easily managing snapshots across multiple computers, etc. So, I decided to create a tool that would make my life easier, and that's how Rusnapshot was born.
|
I've been using Btrfs for a long time, and of course I use snapshots a lot, but I always felt that the tools available for managing snapshots were not very flexible, some of the limitations I found were: hardcoded snapshot's path, allow to take snapshots of certain subvolumes only, not centralized metadata for easily managing snapshots across multiple computers, etc. So, I decided to create a tool that would make my life easier, and that's how Rusnapshot was born.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue