diff options
Diffstat (limited to 'public/articals/linux/info/Terminal.html')
-rw-r--r-- | public/articals/linux/info/Terminal.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/articals/linux/info/Terminal.html b/public/articals/linux/info/Terminal.html index 73d367e..1578211 100644 --- a/public/articals/linux/info/Terminal.html +++ b/public/articals/linux/info/Terminal.html @@ -32,6 +32,13 @@ <h3>3) Understanding The System</h3> <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> + + <h2>Kool TUI / CLI programs</h2> + <ul> + <li>MPV - Video player</li> + <li>FEH - Image viewer</li> + </ul> + <hr> <p>For now that is all I have on why terminal is better!</p> <hr><center> <pre text-align=center> <a href="../../linuxlist.html">Back 🚪</a> |