From da5ff58d0c68b51678d0d96003027c03e2eb68e3 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sat, 31 Aug 2024 20:54:41 +0100 Subject: fixs and posts --- public/Images/logos/gentoo.png | Bin 0 -> 26480 bytes public/articals/linux/tools/00Ventoy | 2 +- public/index.html | 2 ++ public/posts/09Kernel | 41 ++++++++++++++++++++++++++++++ public/posts/10Gentoo | 47 +++++++++++++++++++++++++++++++++++ public/styles.css | 3 --- 6 files changed, 91 insertions(+), 4 deletions(-) create mode 100644 public/Images/logos/gentoo.png create mode 100644 public/posts/09Kernel create mode 100644 public/posts/10Gentoo diff --git a/public/Images/logos/gentoo.png b/public/Images/logos/gentoo.png new file mode 100644 index 0000000..29d7ccf Binary files /dev/null and b/public/Images/logos/gentoo.png differ diff --git a/public/articals/linux/tools/00Ventoy b/public/articals/linux/tools/00Ventoy index a713fe2..63e3abe 100644 --- a/public/articals/linux/tools/00Ventoy +++ b/public/articals/linux/tools/00Ventoy @@ -42,7 +42,7 @@

3) After installing the tar.gz, you need to run the following command; this will open the compressed file, which will allow you to use Ventoy.

-

ventoy-<version>-linux.tar.gz && tar -xvf ventoy-<version>-linux.tar

+

gunzip ventoy-<version>-linux.tar.gz && tar -xvf ventoy-<version>-linux.tar


4) Next you want to enter the Ventoy directory and identify what your USB name is

diff --git a/public/index.html b/public/index.html index 4045240..66c7e04 100644 --- a/public/index.html +++ b/public/index.html @@ -27,6 +27,8 @@

Posts