Category: Fedora
- Home
- Category: Fedora
This article covers how to use Timeshift utility to schedule and take multiple backups on Fedora 36 linux system. Timeshift for Linux is an application that provides functionality similar to the System Restore feature in Windows and the Time Machine tool in Mac OS.
This article covers how to install and use UNRAR freeware on Fedora. In fact, UNRAR is a great option for extracting RAR files and provides a myriad of options depending on how you want your files organized upon extraction.
This article covers how to install lxqt on your Fedora 35 system. In fact, LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt technologies. It has been tailored for users who value simplicity, speed, and an intuitive interface. Unlike most desktop environments, LXQt also works fine with less powerful machines.
How to Update LXQt Desktop Packages on Fedora Linux system ?
1. Run the standard dnf update && upgrade commands for future updates for the LXQt desktop environment and any default DNF packages:
$ sudo dnf update
2. When updates are available, run the standard upgrade command as you would with any other dnf package:
$ sudo dnf upgrade
However, to use this in one command, use the following instead:
$ sudo dnf upgrade --refresh
This article covers how to easily manage your SQL databases using MySQL workbench on Fedora. In fact, the MySQL Workbench on Fedora or REHL allows the database managers, developers or DB architects to visually design the Database. It features Database Connection & Instance Management, SQL Editor, Visual EXPLAIN, SQL snippets collections, SSH connection tunneling, Unicode support, Data modeling, ER diagramming, Drag n Drop visual modeling, Database administration, Database account management, Performance monitoring, Performance Schema metrics, MySQL instance dashboard, Database migration, and more.
This article covers how you can install the R programming language on Fedora 35. In fact, R is a programming language and programming software that is utilized for analyzing statistics, data modeling, graphical portrayal, and detailing. It involves the algorithms from machine learning, linear regression, time series, etc. R is the best software tool for programming developers, analysts, and data miners who are anticipating and trying to present the data in convincing manners.
This article covers how to install and basic use Nmap on Fedora 35 Workstation or Server. In fact, Nmap is an essential enumeration tool used in penetration testing and Ethical hacking to scan for vulnerabilities associated with outdated services which are easily exploitable.
What the port terminal states when using the Nmap port scanner:
This article covers how to install the MongoDB database on your Fedora 35 system. In fact, MongoDB stores documents in collection. Collections are analogous to tables in relational databases. Every record in a mongoDB document, which is a data structure composed of field and pair values.
How to Run MongoDB Community Edition on Fedora ?
1. We can start MongoDB service using this command:
$ sudo systemctl start mongod
2. You can verify that the mongod process has started successfully by issuing the following command:
$ sudo systemctl status mongod
3. To make MongoDB start automatically when the system reboot, enter this command:
$ sudo systemctl enable mongod
Once we verify that our mongod process has started successfully, we can connect to MongoDB server. MongoDB provide an utility (shell) to interact with its database called mongosh.
4. To start a mongosh session on the same host machine as the MongoDB server (mongod), you can run mongosh without any command-line options:
$ mongosh
This article covers how to install the Zoom Client on your Fedora 35 system. In fact Zoom provides free video call, chat, and remote desktop sharing services but with time and participant limitations.
How to Install Zoom Client on Fedora ?
Zoom client is available in RPM packaged format for Fedora.
1. Use the wget command to download the package in the terminal:
$ wget https://zoom.us/client/latest/zoom_x86_64.rpmCOPY
2. Once the Zoom client package is downloaded, install it with the dnf command:
$ sudo dnf install -y zoom_x86_64.rpm
How to Install zoom-client on Fedora via snaps ?
1. Enable snaps on Fedora and install zoom-client:
$ sudo dnf install snapd
2. To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap and /snap:
$ sudo ln -s /var/lib/snapd/snap /snap
3. To install zoom-client, simply use the following command:
$ sudo snap install zoom-client
This article covers how to install the VLC Media Player on your Fedora 35 system. In fact, The VLC media player is an open-source, free portable, cross-platform media player software and streaming media server developed by the VideoLAN project.
How to Install VLC on Fedora via Snaps ?
1. Enable snapd
Snap can be installed on Fedora from the command line:
$ sudo dnf install snapd
2. Enable snap support
To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap and /snap:
$ sudo ln -s /var/lib/snapd/snap /snap
3. Install VLC
To install VLC, simply use the following command:
$ sudo snap install vlc
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 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.