diff --git a/src/content/docs/articles/backup-rsnapshot.mdx b/src/content/docs/articles/backup-rsnapshot.mdx index 486d516..bd3f492 100644 --- a/src/content/docs/articles/backup-rsnapshot.mdx +++ b/src/content/docs/articles/backup-rsnapshot.mdx @@ -1,6 +1,6 @@ --- title: Backups with rsnaphot to external USB drives -slug: rsnapshot-and-usb-drives/ +slug: rsnapshot-and-usb-drives --- How long has it been since you last backed up your Linux system? Let me guess – you tried various backup systems and hate all of them? Let me show you how to use [rsnapshot](http://www.rsnapshot.org/) and an external inexpensive USB drive to back up precious data easily. diff --git a/src/content/docs/articles/bacula-cheatsheet.mdx b/src/content/docs/articles/bacula-cheatsheet.mdx index 221f5c7..20c2169 100644 --- a/src/content/docs/articles/bacula-cheatsheet.mdx +++ b/src/content/docs/articles/bacula-cheatsheet.mdx @@ -1,6 +1,6 @@ --- title: Bareos/Bacula Cheat Sheet -slug: bacula-cheatsheet/ +slug: bacula-cheatsheet --- Bacula is a nifty backup software that is network-capable and stores data in the database for faster retrieval in case you need a certain file back. As a big fan of cheat sheets I created this cheat sheet. diff --git a/src/content/docs/articles/debian-packages-too-old.mdx b/src/content/docs/articles/debian-packages-too-old.mdx index 373314b..29b98d2 100644 --- a/src/content/docs/articles/debian-packages-too-old.mdx +++ b/src/content/docs/articles/debian-packages-too-old.mdx @@ -1,6 +1,6 @@ --- title: Debian packages are so old -slug: debian-packages-are-so-old/ +slug: debian-packages-are-so-old --- Debian comes with tens of thousands of software packages that you can easily install on your system. But Debian only publishes a new “stable” release every 2-3 years. That creates the impression that Debian packages must always be up to 3 years old. And who wants to work with a three year old piece of software? Are the package maintainers lazy? Should I download my software from its own project website instead? diff --git a/src/content/docs/articles/renaming-multiple-files.mdx b/src/content/docs/articles/renaming-multiple-files.mdx index 85a73a8..ee0b0bb 100644 --- a/src/content/docs/articles/renaming-multiple-files.mdx +++ b/src/content/docs/articles/renaming-multiple-files.mdx @@ -1,6 +1,6 @@ --- title: Renaming multiple files -slug: linux/renaming-multiple-files/ +slug: linux/renaming-multiple-files --- If you need to rename a larger number of files following a certain pattern then you will long for an automated solution. The ‘rename’ command helps you here that is (at least on my Debian installation) part of the [Perl](http://www.perl.org/) installation. All you need to know is the basics of [regular expressions](http://www.regular-expressions.info/) to define how the renaming should happen. diff --git a/src/content/docs/articles/understanding-lvm.mdx b/src/content/docs/articles/understanding-lvm.mdx index 1d33f02..a07b19d 100644 --- a/src/content/docs/articles/understanding-lvm.mdx +++ b/src/content/docs/articles/understanding-lvm.mdx @@ -1,6 +1,6 @@ --- title: Understanding the Logical Volume Manager (LVM) -slug: understanding-lvm/ +slug: understanding-lvm --- ## What is LVM and what does it offer? diff --git a/src/content/docs/articles/updating-lenovo-bios.mdx b/src/content/docs/articles/updating-lenovo-bios.mdx index 780dfa7..53413db 100644 --- a/src/content/docs/articles/updating-lenovo-bios.mdx +++ b/src/content/docs/articles/updating-lenovo-bios.mdx @@ -1,6 +1,6 @@ --- title: Updating the BIOS on Lenovo laptops from Linux using a USB flash stick -slug: article/updating-the-bios-on-lenovo-laptops-from-linux-using-a-usb-flash-stick/ +slug: article/updating-the-bios-on-lenovo-laptops-from-linux-using-a-usb-flash-stick --- Aren’t hardware manufacturers funny? They either require an old-fashioned operating system (Windows) or museum hardware (floppy drives) to update a BIOS. Apparently they never learn and are instead busy adding features like DRM and UEFI to make our lives even more miserable.