Linux Resources
- Home
- Linux Resources
This article covers how to install Discourse on Ubuntu 20.04 LTS Focal Fossa system. In fact, Discourse is an open-source platform used for discussions forum, chat rooms, or as a mailing list management software.
This article covers how to install Discord client on Fedora 35 Linux system. In fact, with Discord, Users communicate with voice calls, video calls, text messaging, media, and files in private chats or as part of communities called "servers". It is available on Windows, macOS, and Linux Distros.
How to Install Discord with Flatpack ?
1. First, you need to enable Flatpack for Fedora using the following command in your terminal:
$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
2. Next, install Discord using Flatpack as follows:
$ flatpak install flathub com.discordapp.Discord
Type "Y" twice (x2), then press the "ENTER KEY" to proceed with the installation.
This article covers how to install the latest version of Homebrew on Debian 11 Bullseye. In fact, Homebrew is one of the popular package managers for Mac OS X but can be installed on Linux as well to download and install various packages.
To ensure everything is working correctly to use brew, we can run its command:
$ brew doctor
It may give the warning to install GCC and to remove that simply install it using brew:
$ brew install gcc
This article covers how to install the Brave web browser on your Fedora 35 system. In fact, Brave is a privacy-focused Internet web browser, which distinguishes itself from other browsers by automatically blocking online advertisements and website trackers in its default settings.
This article covers how to copy multiple files using the cp command in Linux. In fact, cp is the command entered in a Unix and Linux shell to copy a file from one place to another, possibly on a different filesystem. The original file remains unchanged, and the new file may have the same or a different name.
This article covers how to easily create a bootable usb for Linux Mint. In fact, we can create a bootable USB for any other Operating System. All we need is an ISO image of that OS, a Universal USB Installer, and a USB drive and we are good to go.
To see how to create a bootable USB using Ventoy, visit: https://linuxapt.com/blog/499-create-a-bootable-usb-drive-using-ventoy