diff options
author | Shipwreckt <shipwreckt@mailfence.com> | 2024-08-28 07:46:57 +0100 |
---|---|---|
committer | Shipwreckt <shipwreckt@mailfence.com> | 2024-08-28 07:46:57 +0100 |
commit | 56867c9b4ced86f7231a5ee1bbea62b0cb784574 (patch) | |
tree | db31015f7e014f7e86eedbe5d41e8d0e1ccd1340 /public/articals/linux/info | |
parent | c31d17cc545bf18159066b2656d3a79f6cf7025b (diff) |
Changes to lang
Diffstat (limited to 'public/articals/linux/info')
-rw-r--r-- | public/articals/linux/info/00LinuxFileHierarchy | 27 | ||||
-rw-r--r-- | public/articals/linux/info/01Terminal | 33 |
2 files changed, 30 insertions, 30 deletions
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> |