summaryrefslogtreecommitdiff
path: root/public/articals/linux
diff options
context:
space:
mode:
Diffstat (limited to 'public/articals/linux')
-rw-r--r--public/articals/linux/ArchLinux/00CleaningArchLinux31
-rw-r--r--public/articals/linux/ArchLinux/01SpeedingUpArchLinux25
-rw-r--r--public/articals/linux/info/00LinuxFileHierarchy27
-rw-r--r--public/articals/linux/info/01Terminal33
-rw-r--r--public/articals/linux/media/00cd97
-rw-r--r--public/articals/linux/media/01BurningIsos29
-rw-r--r--public/articals/linux/media/02FormattingUSB83
-rw-r--r--public/articals/linux/tools/00Ventoy31
8 files changed, 181 insertions, 175 deletions
diff --git a/public/articals/linux/ArchLinux/00CleaningArchLinux b/public/articals/linux/ArchLinux/00CleaningArchLinux
index fec0132..6f5e112 100644
--- a/public/articals/linux/ArchLinux/00CleaningArchLinux
+++ b/public/articals/linux/ArchLinux/00CleaningArchLinux
@@ -1,22 +1,23 @@
<!DOCTYPE html>
-<html lang="en">
-<head>
+<html lang="en-GB">
+ <head>
<meta charset="UTF-8">
+ <meta name="author" content="Shipwreckt">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cleaning Arch Linux</title>
<link rel="stylesheet" href="../../../styles.css">
<link rel="icon" href="../../../Images/favi.png" type="image/x-icon">
-</head>
-<body>
+ </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>
+ <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>
<h1>How to Clean Arch Linux ๐Ÿงน</h1>
@@ -30,7 +31,7 @@
<p>sudo pacman -Scc # Remove packages from cache both installed and not installed</p>
</div>
<p>Some people like to automate this task of cleaning the cache with <a href="https://wiki.archlinux.org/title/Pacman#Cleaning_the_package_cache">paccache</a>, but personally I would not because it is something that takes around five minutes max to do. However, it is your choice if you want to do so to avoid the trouble of doing it manually. Regardless of whether you choose to do this manually or automatically, I suggest cleaning the cache monthly.
-</p>
+ </p>
<hr>
<h2>Removing Orphan Packages</h2>
<p>Orphan packages are those installed as dependencies for other software but are no longer needed. For example, when you install <a href="https://librewolf.net/">LibreWolf</a>, it downloads a package called librewolf-debug as a dependency. Once the installation is complete, librewolf-debug becomes an orphan package because it is no longer used by LibreWolf.</p>
@@ -48,8 +49,8 @@
</div>
<hr>
<center>
- <p>That is all for now, I hope this artical has helped you clean your system.</p>
- <pre text-align=center> <a href="../../linuxlist">Back</a>
+ <p>That is all for now, I hope this artical has helped you clean your system.</p>
+ <pre text-align=center> <a href="../../linuxlist">Back</a>
</main>
</body>
</html>
diff --git a/public/articals/linux/ArchLinux/01SpeedingUpArchLinux b/public/articals/linux/ArchLinux/01SpeedingUpArchLinux
index f4c638a..524db1b 100644
--- a/public/articals/linux/ArchLinux/01SpeedingUpArchLinux
+++ b/public/articals/linux/ArchLinux/01SpeedingUpArchLinux
@@ -1,22 +1,23 @@
<!DOCTYPE html>
-<html lang="en">
-<head>
+<html lang="en-GB">
+ <head>
<meta charset="UTF-8">
+ <meta name="author" content="Shipwreckt">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Speeding up Pacman ๐Ÿš—</title>
<link rel="stylesheet" href="../../../styles.css">
<link rel="icon" href="../../../Images/favi.png" type="image/x-icon">
-</head>
-<body>
+ </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>
+ <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>
<h1>How to speed up Pacman ๐Ÿš—</h1>
diff --git a/public/articals/linux/info/00LinuxFileHierarchy b/public/articals/linux/info/00LinuxFileHierarchy
index a45e9dc..437f6b1 100644
--- a/public/articals/linux/info/00LinuxFileHierarchy
+++ b/public/articals/linux/info/00LinuxFileHierarchy
@@ -1,22 +1,23 @@
<!DOCTYPE html>
-<html lang="en">
-<head>
+<html lang="en-GB">
+ <head>
<meta charset="UTF-8">
+ <meta name="author" content="Shipwreckt">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Linuxx file hierarchy</title>
<link rel="stylesheet" href="../../../styles.css">
<link rel="icon" href="../../../Images/favi.png" type="image/x-icon">
-</head>
-<body>
+ </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>
+ <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>
<h1>The Linux File Hierarchy</h1>
@@ -81,7 +82,7 @@
<p>This has took me a while to write because I have had to double check everything and put it in my own words so I understand it! If there are any issues please with this artical please report it.</p>
<p>As normal thank you for reading!</p><hr>
<center>
- <pre text-align=center> <a href="../../linuxlist">Back</a>
+ <pre text-align=center> <a href="../../linuxlist">Back</a>
</main>
</body>
diff --git a/public/articals/linux/info/01Terminal b/public/articals/linux/info/01Terminal
index e29ffc2..e33f504 100644
--- a/public/articals/linux/info/01Terminal
+++ b/public/articals/linux/info/01Terminal
@@ -1,29 +1,28 @@
<!DOCTYPE html>
-<html lang="en">
-<head>
+<html lang="en-GB">
+ <head>
<meta charset="UTF-8">
+ <meta name="author" content="Shipwreckt">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terminal > GUI</title>
<link rel="stylesheet" href="../../../styles.css">
<link rel="icon" href="../../../Images/favi.png" type="image/x-icon">
-</head>
-<body>
+ </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>
+ <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>
<h1>Why the terminal will always beat the GUI ๐Ÿ‘จโ€๐Ÿ’ป</h1>
- <h3>Date: 27-08-2024</h3>
- <hr>
- <p>I want to say this now, I do not care if people use a GUI option for things, Linux is all about choice and if you choose to use a GUI instead of using the terminal that is your choice!</p>
- <hr>
+ <h3>Date: 27-08-2024</h3><hr>
+ <p>I want to say this now, I do not care if people use a GUI option for things, Linux is all about choice and if you choose to use a GUI instead of using the terminal that is your choice!</p><hr>
<h3>1) The Terminal Simplifies Tasks With Fewer Steps:</h3>
<p>Using the terminal can be way faster and more straightforward than navigating a GUI. For example, updating your Linux system requires one simple command in the terminal. In contrast, using a GUI software centre involves way more steps: opening the software center, navigating to the update section, and then updating all the programs. The terminal streamlines all of this which makes it way more efficient.</p><hr>
@@ -35,7 +34,7 @@
<p>By learning all of these command-line tools over time, you will start learning how a Linux system works and operates, and this will help you fix any issues that pop up in the future. For example, if you wanted to format a USB stick, while yes, you could use <a href="https://apps.gnome.org/DiskUtility/">Gnome-disk</a>, it is faster just to use <a href="https://linux.die.net/man/8/fdisk">fdisk</a> and <a href-"https://linux.die.net/man/8/mkfs">mkfs</a> for formatting a USB stick.</p><hr>
<p>For now that is all I have on why terminal is better!</p>
<hr><center>
- <pre text-align=center> <a href="../../linuxlist">Back</a>
+ <pre text-align=center> <a href="../../linuxlist">Back</a>
</main>
</body>
</html>
diff --git a/public/articals/linux/media/00cd b/public/articals/linux/media/00cd
index fcb1fc4..9bda2e2 100644
--- a/public/articals/linux/media/00cd
+++ b/public/articals/linux/media/00cd
@@ -1,22 +1,23 @@
<!DOCTYPE html>
-<html lang="en">
-<head>
+<html lang="en-GB">
+ <head>
<meta charset="UTF-8">
+ <meta name="author" content="Shipwreckt">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Burning optical media in Linux</title>
<link rel="stylesheet" href="../../../styles.css">
<link rel="icon" href="../../../Images/favi.png" type="image/x-icon">
-</head>
-<body>
+ </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>
+ <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>
<h1>How To Format A USB with Linux ๐Ÿ’ฟ</h1>
@@ -26,49 +27,49 @@
<hr>
<h3>Warning โš ๏ธ</h3>
<p>Once you burn an optical disk you cannot reburn it.</b>
- <p>Optical media does not have the best storage, normally under 1GiB so make sure your files align with the size of the optical media.</b>
- <hr>
- <h2>What you will need ๐Ÿ“‹</h2>
- <ul>
- <li>Optical drive capable of writing to a CD</li>
- <li>A computer with Linux ๐Ÿง๐Ÿ–ฅ๏ธ</li>
- <li>The ability to read instructions and to follow them ๐Ÿง </li>
- </ul>
- <hr>
-
- <h2>Steps to burn ๐Ÿ”ฅ</h2>
- <p>You will only need one program to burn media to a CD; the name of that program is <a href="https://linux.die.net/man/1/wodim">wodim</a>, and it is part of a collection of programs called <a href="https://packages.debian.org/source/sid/cdrkit">cdrkit</a>, as in thename ofe this collection of programs that allow you to do a whole variaty of things withopticall media!ย 
- <hr>
+ <p>Optical media does not have the best storage, normally under 1GiB so make sure your files align with the size of the optical media.</b>
+ <hr>
+ <h2>What you will need ๐Ÿ“‹</h2>
+ <ul>
+ <li>Optical drive capable of writing to a CD</li>
+ <li>A computer with Linux ๐Ÿง๐Ÿ–ฅ๏ธ</li>
+ <li>The ability to read instructions and to follow them ๐Ÿง </li>
+ </ul>
+ <hr>
+
+ <h2>Steps to burn ๐Ÿ”ฅ</h2>
+ <p>You will only need one program to burn media to a CD; the name of that program is <a href="https://linux.die.net/man/1/wodim">wodim</a>, and it is part of a collection of programs called <a href="https://packages.debian.org/source/sid/cdrkit">cdrkit</a>, as in thename ofe this collection of programs that allow you to do a whole variaty of things withopticall media!ย 
+ <hr>
- <li>1) Install cdrkit, on some Linux distrobutions cdrkit is already installed, but on my main Linux distrobution <a href="https://archlinux.org">Arch Linux</a>, it is not so check you have it installed, the package on your distro will most likely be called cdrkit.</li>
- <br>
- <div class="code-box">
- <p>sudo pacman -S cdrkit</p>
- </div>
- <br>
+ <li>1) Install cdrkit, on some Linux distrobutions cdrkit is already installed, but on my main Linux distrobution <a href="https://archlinux.org">Arch Linux</a>, it is not so check you have it installed, the package on your distro will most likely be called cdrkit.</li>
+ <br>
+ <div class="code-box">
+ <p>sudo pacman -S cdrkit</p>
+ </div>
+ <br>
- <hr>
+ <hr>
- <li>2) You want to get whatever data you want into an ISO file, so if you had a file called movies that held movies you would use the command.</li><br>
- <div class="code-box">
- <p>mkisofs -o movies.iso movies</p>
- </div>
- <p>movies.iso being the output ISO and movies being the directory with the movies in there.</p>
+ <li>2) You want to get whatever data you want into an ISO file, so if you had a file called movies that held movies you would use the command.</li><br>
+ <div class="code-box">
+ <p>mkisofs -o movies.iso movies</p>
+ </div>
+ <p>movies.iso being the output ISO and movies being the directory with the movies in there.</p>
- <hr>
+ <hr>
- <li>3) Now the last command is the actual event of burning the optical media! So insert it into your optical drive and type this command.</li><br>
- <div class="code-box">
- <p>wodim -v dev=/dev/sr0 movies.iso</p>
- </div>
- <p>movies.iso being the output ISO from the last command.</p>
+ <li>3) Now the last command is the actual event of burning the optical media! So insert it into your optical drive and type this command.</li><br>
+ <div class="code-box">
+ <p>wodim -v dev=/dev/sr0 movies.iso</p>
+ </div>
+ <p>movies.iso being the output ISO from the last command.</p>
- <hr>
+ <hr>
- <li>4) Now it is time to sit back and wait for it to burn; do not get impatient; give it time, and it will burn. When it is done, you may enject the optical media from the CD drive, and it should have all the files you desire.</li><br>
- <center>
- <hr><p>That is all the required steps to burn optical media on Linux, I hope this has helped you!</p>
- <pre text-align=center> <a href="../../linuxlist">Back</a>
+ <li>4) Now it is time to sit back and wait for it to burn; do not get impatient; give it time, and it will burn. When it is done, you may enject the optical media from the CD drive, and it should have all the files you desire.</li><br>
+ <center>
+ <hr><p>That is all the required steps to burn optical media on Linux, I hope this has helped you!</p>
+ <pre text-align=center> <a href="../../linuxlist">Back</a>
</main>
</body>
</html>
diff --git a/public/articals/linux/media/01BurningIsos b/public/articals/linux/media/01BurningIsos
index 2ec7657..04b7a3f 100644
--- a/public/articals/linux/media/01BurningIsos
+++ b/public/articals/linux/media/01BurningIsos
@@ -1,22 +1,23 @@
<!DOCTYPE html>
-<html lang="en">
-<head>
+<html lang="en-GB">
+ <head>
<meta charset="UTF-8">
+ <meta name="author" content="Shipwreckt">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Burning an ISO ๐Ÿ”ฅ๐Ÿ’พ</title>
<link rel="stylesheet" href="../../../styles.css">
<link rel="icon" href="../../../Images/favi.png" type="image/x-icon">
-</head>
-<body>
+ </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>
+ <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>
<h1>How to burn an ISO to a USB stick ๐Ÿ’พ</h1>
@@ -25,7 +26,7 @@
<p>Burning an ISO onto a USB stick on Linux is very easy, and you only need to use a few commands!</p>
<hr>
<h2>What you will need ๐Ÿ“‹</h2>
- <ul>
+ <ul>
<li>A USB drive</li>
<li>A computer with Linux ๐Ÿง๐Ÿ–ฅ</li>
<li>The ability to read instructions and to follow them ๐Ÿง </li>
@@ -61,7 +62,7 @@
<p>After following all of these steps, your USB should have the ISO image burned into it. I hope this has helped you burn a Linux or BSD distro to a USB!</p>
<hr>
<center>
- <pre text-align=center> <a href="../../linuxlist">Back</a>
+ <pre text-align=center> <a href="../../linuxlist">Back</a>
</main>
</body>
</html>
diff --git a/public/articals/linux/media/02FormattingUSB b/public/articals/linux/media/02FormattingUSB
index 3424aaa..f9fed53 100644
--- a/public/articals/linux/media/02FormattingUSB
+++ b/public/articals/linux/media/02FormattingUSB
@@ -1,22 +1,23 @@
<!DOCTYPE html>
-<html lang="en">
-<head>
+<html lang="en-GB">
+ <head>
<meta charset="UTF-8">
+ <meta name="author" content="Shipwreckt">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Formatting USBs with Linux ๐Ÿ”Œ๐Ÿ”ฅ</title>
<link rel="stylesheet" href="../../../styles.css">
<link rel="icon" href="../../../Images/favi.png" type="image/x-icon">
-</head>
-<body>
+ </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>
+ <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>
<h1>Formatting USBs With Linux ๐Ÿ”Œ๐Ÿ”ฅ</h1>
@@ -24,42 +25,42 @@
<hr>
<p>Formatting a USB in Linux is easier then <a href="01BurningIsos">burning an ISO</a> and only needs a few quick commands!</p><hr>
<h2>What you will need ๐Ÿ“‹</h2>
- <ul>
- <li>A USB drive</li>
- <li>A computer with Linux ๐Ÿง๐Ÿ–ฅ</li>
- <li>The ability to read instructions and to follow them ๐Ÿง </li>
- </ul><hr>
+ <ul>
+ <li>A USB drive</li>
+ <li>A computer with Linux ๐Ÿง๐Ÿ–ฅ</li>
+ <li>The ability to read instructions and to follow them ๐Ÿง </li>
+ </ul><hr>
- <h2>Formatting the USB</h2>
- <p>1) The first thing you want to do is plug in your USB stick and identify the USB stick's name.</p>
- <div class="code-box">
- <p>lsblk</p>
- </div>
- <p>Normally the USB will be something like sdX; a tip on identifying it is by looking at the size of the USB in the table that lsblk gives you!</p><hr>
+ <h2>Formatting the USB</h2>
+ <p>1) The first thing you want to do is plug in your USB stick and identify the USB stick's name.</p>
+ <div class="code-box">
+ <p>lsblk</p>
+ </div>
+ <p>Normally the USB will be something like sdX; a tip on identifying it is by looking at the size of the USB in the table that lsblk gives you!</p><hr>
- <p>2) Now you need to use a program called <a href="https://linux.die.net/man/8/fdisk">fdisk</a> that will allow you to create a new partition table for the USB, this will format the USB.</p>
- <div class="code-box">
- <p>sudo fdisk /dev/sdX</p>
- </div>
- <p>You will need to press the following keys to make a new partition table for the USB.</p>
- <ul>
- <li>o - Creates a new DOS partition table</li>
- <li>n - New partition, press enter to all that follows</li>
- <li>w - Writes the partition table</li>
- </ul>
- <p>Give fdisk a minute to write the new partition to the USB.</p><hr>
+ <p>2) Now you need to use a program called <a href="https://linux.die.net/man/8/fdisk">fdisk</a> that will allow you to create a new partition table for the USB, this will format the USB.</p>
+ <div class="code-box">
+ <p>sudo fdisk /dev/sdX</p>
+ </div>
+ <p>You will need to press the following keys to make a new partition table for the USB.</p>
+ <ul>
+ <li>o - Creates a new DOS partition table</li>
+ <li>n - New partition, press enter to all that follows</li>
+ <li>w - Writes the partition table</li>
+ </ul>
+ <p>Give fdisk a minute to write the new partition to the USB.</p><hr>
<p>3) Now is the time to give that partition a file system. You should look into this beforehand to see what file system you want, but I will use ext4 because it was made for Linux use.</p>
- <div class="code-box">
- <p>sudo mkfs.ext4 -L "Backup-USB" /dev/sdXx</p>
- </div>
- <p>The small x represents the number of the partition; the -L flag is used to give the USB stick a name.</p><hr>
+ <div class="code-box">
+ <p>sudo mkfs.ext4 -L "Backup-USB" /dev/sdXx</p>
+ </div>
+ <p>The small x represents the number of the partition; the -L flag is used to give the USB stick a name.</p><hr>
- <h2>Finished โœ…</h2>
- <p>All done! Now you have an empty USB stick you can use for all your files!</p><hr>
+ <h2>Finished โœ…</h2>
+ <p>All done! Now you have an empty USB stick you can use for all your files!</p><hr>
<center>
- <pre text-align=center> <a href="../../linuxlist">Back</a>
+ <pre text-align=center> <a href="../../linuxlist">Back</a>
</main>
</body>
</html>
diff --git a/public/articals/linux/tools/00Ventoy b/public/articals/linux/tools/00Ventoy
index b677ef0..b45fdcd 100644
--- a/public/articals/linux/tools/00Ventoy
+++ b/public/articals/linux/tools/00Ventoy
@@ -1,22 +1,23 @@
<!DOCTYPE html>
-<html lang="en">
-<head>
+<html lang="en-GB">
+ <head>
<meta charset="UTF-8">
+ <meta name="author" content="Shipwreckt">
<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>
+ </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>
+ <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>
<h1>How to Install Ventoy with Linux ๐Ÿง๐Ÿ”Œ</h1>
@@ -49,7 +50,7 @@
<p>cd ventoy-&lt;version&gt;/ && 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>
@@ -65,8 +66,8 @@
<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>
+ <hr>
+ <pre text-align=center> <a href="../../linuxlist">Back</a>
</main>
</body>
</html>