- Details
- Lubos Rendek
- Redhat / CentOS
flatpak
command. In this tutorial you will learn:
- How to enable Flathub repository.
- How to install Dropbox on RHEL 8 using the
flatpak
command. - How to launch and integrate Dropbox.
flatpak
command. flatpak
command.In our connected world, it is good to now in what shape our network is, from the end-user perspective. While we may not be able to change the network environment, knowing it's limits is useful. If you have to upload a large ISO image to the server, you can decide to go grab a coffee after the transfer starts, if you know your corporate network will not be able to transfer that much data in the next hour. This is of course just a random fictional nightmare, but knowing the network throughput means knowing how our systems will perform regarding network communication, and have another known area when debugging.
iperf
is a handy application allowing easy client-server setup, and able to measure network bandwidth, jitter, and packet loss ratio. While it has many options to tweak our measurements, we'll use only the defaults to test the application's work.
iperf
on Red Hat Enterprise Linux 8.systemctl status sshd
command. We will then install the openssh-server
package below by using the dnf
command. dnf
command. This system has no repositories available through subscriptions.OR
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. Updating Subscription Management repositories. Unable to read consumer identity This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. Error: There are no enabled repos.OR
This system is registered to Red Hat Subscription Management, but is not receiving updates. You can use subscription-manager to assign subscriptions. No repositories availableIn this tutorial you will learn:
workstation
package group. /etc/hostname
configuration file.hostnamectl
command. nouveau
driver. In case the nouveau
driver is not a sufficient solution, users can install the official Nvidia driver as a proprietary alternative. This step by steps tutorial will guide you through the entire process on Nvidia driver installation.sudo
commandyum
repositories that act as the source of the updated software.NFS
or Samba
shares can be tedious tasks to perform when administering a machine. The autofs
daemon can help us automatically mounting a filesystem when needed and umounting it after a specified period of time. In this tutorial we will see the basic concept related to the automounter, and how to configure it. sudo
commandhttpd
, while providing services implementing heavy business logic from an application written in Java that resides in the Tomcat container.