commit 89d70dc4fcd4eb5a2f701b3673130b0727b596d2
parent 030e07b686ac13c68cca8607c27df48a8cd190f7
Author: Shipwreckt <shipwreckt@mailfence.com>
Date: Sun, 25 Aug 2024 20:03:07 +0100
spiced up home page a little and added some Linux junk about ventoy
Diffstat:
3 files changed, 82 insertions(+), 4 deletions(-)
diff --git a/public/articals/linux/tools/00Ventoy b/public/articals/linux/tools/00Ventoy
@@ -0,0 +1,73 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Installing Ventoy</title>
+ <link rel="stylesheet" href="../../../styles.css">
+ <link rel="icon" href="../../../Images/favi.png" type="image/x-icon">
+</head>
+<body>
+ <header>
+ <nav>
+ <ul>
+ <li><a href="../../../index.html">Home</a></li>
+ <li><a href="../../../links.html">Links</a></li>
+ <li><a href="../../../projects.html">Projects</a></li>
+ <li><a href="../../../contact.html">Contact</a></li>
+ </ul>
+ </nav>
+ </header>
+ <main class="description">
+ <h1>How to Install Ventoy with Linux π§π</h1>
+ <h3>Date: 25-08-2024</h3>
+ <hr>
+ <p>Installing Ventoy is pretty easy, just a few quick steps and you will be there!</p>
+ <hr>
+ <h2>What you will need π</h2>
+ <ul>
+ <li>A USB with over 10GiB</li>
+ <li>A computer with Linux π§π₯οΈ</li>
+ <li>The ability to read instructions and to follow them π§ </li>
+ </ul>
+ <hr>
+ <h3>Warning β οΈ</h3>
+ <p>If the USB has any useful data, please back it up before following this guide.</p><hr>
+
+ <h2>Installing Ventoy with Linux π§π</h2>
+ <p>1) The first thing you want to do is get a few .ISO and .IMG files. <a href="https://tails.net/install/download/index.en.html">Tails</a> is a must-have on Ventoy, and you can also have a little look on <a href=https://distrowatch.com>distrowatch</a> for other distros that peak your curiosity!</p><hr>
+
+ <p>2) Install ventoy.tar.gz from <a href="https://ventoy.net/en/index.html">https://ventoy.net/en/index.html</a>, the website tells you to install it from <a href="https://sourceforge.net/projects/ventoy/files/v1.0.99/">source forge</a>, make sure it is the linux.tar.gz file.</p><hr>
+
+ <p>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.</p>
+ <div class=code-box>
+ <p>ventoy-<version>-linux.tar.gz && tar -xvf ventoy-<version>-linux.tar</p>
+ </div><hr>
+
+ <p>4) Next you want to enter the Ventoy directory and identify what your USB name is</p>
+ <div class=code-box>
+ <p>cd ventoy-<version>/ && lsblk</p>
+ </div>
+ <p>Normally the USB with the lowest amount of storage will be your USB; to make sure, check the size of your USB compared to the devices listed under lsblk.</p><hr>
+
+ <p>5) This command will install Ventoy to the USB. Make sure your USB name is correct; it will be something like sdb. A good way to identify the USB is by running lsblk when the USB is out and then running lsblk while the USB is plugged in.</p>
+ <div class=code-box>
+ <p>sudo sh Ventoy2Disk.sh -i /dev/sdX</p>
+ </div>
+ <p>Replace the X with your device letter.</p><hr>
+
+ <p>6) The last command is just ejecting your USB</p>
+ <div class=code-box>
+ <p>sudo eject sdX</p>
+ </div><hr>
+
+ <h2>All done β
</h2>
+ <p>After following all of these steps Ventoy should be installed on your USB stick, now the only thing to do is plug the USB in and put the ISO and IMG files into the USB, I hope this has helped you!</p>
+
+ <center>
+ <hr>
+ <pre text-align=center> <a href="../../linuxlist">Back</a>
+ </main>
+</body>
+</html>
+
diff --git a/public/articals/linuxlist b/public/articals/linuxlist
@@ -38,6 +38,11 @@
<li>21-07-2024 - <a href="linux/ArchLinux/00CleaningArchLinux">How To Clean Arch Linux π§Ή</a></li>
<li>23-08-2024 - <a href="linux/ArchLinux/01SpeedingUpArchLinux">Speeding up Pacman π</a></li>
</ul>
+
+ <h2>Tools</h2>
+ <ul>
+ <li>25-08-2024 - <a href="linux/tools/00Ventoy">Ventoy install with Linux π§π</a></li>
+ </ul>
</main>
</body>
</html>
diff --git a/public/index.html b/public/index.html
@@ -39,10 +39,10 @@
<section class="posts">
<h2>Articles</h2>
<ul>
- <li>24-08-2024 - <a href="articals/linuxlist">Articles about Linux</a></li>
- <li>15-08-2024 - <a href="articals/programminglist">Articles about Programming</a></li>
- <li>08-08-2024 - <a href="articals/internetlist">Articles about the Internet</a></li>
- <li>07-08-2024 - <a href="articals/neovimlist">Neovim run through</a></li>
+ <li>24-08-2024 - <a href="articals/linuxlist">Articles about Linuxπ₯οΈπ§</a></li>
+ <li>15-08-2024 - <a href="articals/programminglist">Articles about Programming π¨βπ»</a></li>
+ <li>08-08-2024 - <a href="articals/internetlist">Articles about the Internet π</a></li>
+ <li>07-08-2024 - <a href="articals/neovimlist">Neovim run through π§ </a></li>
</ul>
</section>
</main>