diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-02-03 17:38:59 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-02-03 17:38:59 -0600 |
commit | f8ab5dd11379487f16271a0a976e964c877dfa51 (patch) | |
tree | d91d7f136f922c6fdd3ee094995d122b84df2d0d /content/blog/2020-01-25-linux-software.md | |
parent | 2aae94ba77c3dd812a4eb645241c648440fc493e (diff) | |
download | cleberg.net-f8ab5dd11379487f16271a0a976e964c877dfa51.tar.gz cleberg.net-f8ab5dd11379487f16271a0a976e964c877dfa51.tar.bz2 cleberg.net-f8ab5dd11379487f16271a0a976e964c877dfa51.zip |
add missing alt text for images
Diffstat (limited to 'content/blog/2020-01-25-linux-software.md')
-rw-r--r-- | content/blog/2020-01-25-linux-software.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/content/blog/2020-01-25-linux-software.md b/content/blog/2020-01-25-linux-software.md index 389e460..40c598a 100644 --- a/content/blog/2020-01-25-linux-software.md +++ b/content/blog/2020-01-25-linux-software.md @@ -8,7 +8,7 @@ description = "A look at some useful Linux applications." ## Etcher - + [Etcher](https://www.balena.io/etcher/) is a quick and easy way to burn ISO images to CDs and USB devices. There are two different ways you can @@ -56,7 +56,7 @@ sudo pacman -S etcher ## Atom - + [Atom](https://atom.io) is the self-proclaimed "hackable text editor for the 21st century". This text editor is made by GitHub, [now owned @@ -105,7 +105,7 @@ sudo pacman -S atom ## Visual Studio Code - + [Visual Studio Code](https://code.visualstudio.com) is yet another fantastic choice for programming on Linux, especially if you need those @@ -142,7 +142,7 @@ sudo pacman -S yay binutils make gcc pkg-config fakeroot yay -S visual-studio-co ## GNOME Tweaks - + [Gnome Tweaks](https://gitlab.gnome.org/GNOME/gnome-tweaks) is the ultimate tool to use if you want to customize your GNOME desktop @@ -164,7 +164,7 @@ sudo dnf install gnome-tweaks ## Steam - + [Steam](https://steampowered.com) is one of the most popular gaming libraries for computers and is one of the main reasons that many people @@ -212,7 +212,7 @@ Here.](./2020-01-26-steam-on-ntfs-drives.html) ## neofetch - + [Neofetch](https://github.com/dylanaraps/neofetch) is a customizable tool used in the command-line to show system information. This is @@ -242,7 +242,7 @@ sudo pacman -S neofetch ## yt-dlp - + [yt-dlp](https://github.com/yt-dlp/yt-dlp) is an extremely handy command-line tool that allows you to download video or audio files from |