Configure static IP address on Fedora 31

How to configure static IP address on Fedora 31

There ar multiple ways on how to set your Fedora 31 system with a static IP address. Using the nmcli is perhaps the simplest regardless of GUI is currently your system configured with.

In this tutorial you will learn:

  • How to set static IP address
  • How to set DNS server IP address
  • How to Gateway IP address
  • How to apply / restart network

Read more

Google Chrome on Fedora 31

How to install Google Chrome on Fedora 31

This artcile will provide you with simple to follow steps on how to install Google Chrome Browser on Fedora 31 Linux.

In this tutorial you will learn:

  • How to install Google Chrome Browser
  • How to start Google Chrome Browser

Read more

Installed Nvidia drivers on Fedora 31 Linux GNOME Workstation

How to install the NVIDIA drivers on Fedora 31

The NVIDIA Driver is a program needed for your NVIDIA Graphics GPU to function with better performance. It communicates between your Linux operating system, in this case Fedora 31, and your hardware, the NVIDIA Graphics GPU. The NVIDIA drivers can be installed by using the bash command after stopping the GUI and disabling the nouveau driver by modifying the GRUB boot menu.

To install Nvidia driver on other Linux distributions, follow our Nvidia Linux Driver guide.

Read more

Java on Ubuntu 19.10 Eoan Ermine Linux

How to install Java on Ubuntu 19.10 Eoan Ermine Linux

In this artcile we will discuss a procedure on how to install OpenJDK and OracleJDK java on Ubuntu 19.10 Eoan Ermine Linux.

In this tutorial you will learn:

  • How to install OpenJDK Java
  • How to install OracleJDK Java
  • How to switch between Java versions
  • How to check java version

Read more

Bash Script Comment Example

How to write comments in Bash Scripts

Well you have written an awesome Bash script. It works perfectly and perhaps there is no need to add new functionality. Well, maybe not for now, at least! At this stage you are happy with the script. However, after few months you reopen your bash script again to add new feature and you get a headache to figure out on how the script actually works. Hence, you need to spend additional energy and time before you can actually start editing the script in order to add new feature.

Well, at this point you regret that you did not put some comments ( notes ) into the script to remind you of how the bash script is structured. Not only that Bash comments serve as excellent notes for you or anybody else who might work with your script they may be to some extend also used as a basic bash script debugging tool.

In this tutorial you will learn:

  • How to comment on bash command line
  • How to write comment bash scripts
  • How to create multiple line comments

Read more

Installed NVIDIA drivers on Ubuntu 19.10 Eoan Ermine Linux

How to install the NVIDIA drivers on Ubuntu 19.10 Eoan Ermine Linux

The objective is to install the NVIDIA drivers on Ubuntu 19.10 Eoan Ermine Linux.

To install Nvidia driver on other Linux distributions, follow our Nvidia Linux Driver guide.

In this tutorial you will learn:

  • How to perform an automatic Nvidia driver installation using standard Ubuntu Repository
  • How to perform a Nvidia driver installation using PPA repository
  • How to install the official Nvidia.com driver

Read more