diff options
| author | Christian Cleberg <[email protected]> | 2024-02-03 17:38:59 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-02-03 17:38:59 -0600 |
| commit | 5271886db96655f70cbfc225b898f8cc27443250 (patch) | |
| tree | d91d7f136f922c6fdd3ee094995d122b84df2d0d /content/blog/2020-01-25-linux-software.md | |
| parent | 261f4223e1b9b51d7c27652cec3e3b574599c664 (diff) | |
| download | cleberg.net-5271886db96655f70cbfc225b898f8cc27443250.tar.gz cleberg.net-5271886db96655f70cbfc225b898f8cc27443250.tar.bz2 cleberg.net-5271886db96655f70cbfc225b898f8cc27443250.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 |
