Category: openSUSE
- Home
- Category: openSUSE
This article covers the process of installing Grafana on openSUSE Leap system. In fact, Grafana is one of the Top Free and Open-Source Data Analysis Tools .
This article covers how to install MongoDB on openSUSE OS through the MongoDB repository.
This article covers how to install the Discord application on openSUSE OS via different methods. In fact, Discord is a free voice, video, and text chat app used by tens of millions of people ages 13+ to talk and hang out with their communities and friends.
This article covers how to install Foxit Reader on openSUSE. In fact, Foxit Reader Provide authors with comments on documents, be notified when new document versions become available, discuss interesting topics right in the document, or securely open protected documents.
This article covers the installation of VLC media player on openSUSE system using different methods. In fact, VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs and various streaming protocols.
This article covers the installation of Zoom on openSUSE using different methods. In fact, Zoom is great for video conferencing and online meetings.
This article covers the installation of Microsoft Teams on the openSUSE system. In fact, Using either the repository or the snap package manager, you can easily install Microsoft Teams on your openSUSE.
Why use Microsoft Teams?
This article covers how to install AnyDesk remote desktop application on openSUSE system. In fact, you can easily set up the AnyDesk remote desktop application on your system.
This article covers how you can easily install Nginx on your openSUSE system. In fact, Nginx or engine x is a high-performance HTTP- and proxy server with low memory consumption. It is used by large scale websites like Netflix, Pinterest, CloudFlare , Github etc. Nginx has an easy to learn configuration syntax and can act also as a load balancer with health checks and reverse proxy with caching features.
You can Install Nginx with the "zypper in" command:
$ zypper in nginx
Start nginx and enable it to be started at boot time:
$ systemctl start nginx
$ systemctl enable nginx
This article covers how to install steam on openSUSE using different methods. In fact, Steam (https://www.steampowered.com) is a software content delivery system developed by Valve software (https://www.valvesoftware.com).
How To Uninstall steam from Ubuntu 20.04 ?
To uninstall only the steam package we can use the following command:
$ sudo apt-get remove steam
We can use the following command to remove steam configurations, data and all of its dependencies, we can use the following command:
$ sudo apt-get -y autoremove --purge steam
This article covers how to install TeamViewer on the openSUSE machine through the .rpm package and also how to run TeamViewer on openSUSE without installation. In fact, TeamViewer is a cross-platform application that enables an user to control remote computers over the internet or network.
This article covers how to install Java on openSUSE via different methods. In fact, Java is a general-purpose, class-based, object-oriented multipurpose programming language that is popular due to the design of having lesser implementation dependencies, meaning that the compiled Java code can be run on all platforms that support Java without the need for recompilation.
This article covers the different ways of installing Google Chrome on openSUSE. In fact, Google Chrome is the most used Internet Explorer software on the earth, which is currently the primary browser of more than 2.65 billion internet users.
How to Update Google Chrome Browser on openSUSE?
To update Google Chrome, run the zypper refresh command in your terminal:
$ sudo zypper refresh
This command should be used regularly to make sure all your system packages are kept up to date.
This article covers how to install Skype on openSUSE Linux System. In fact, you can also look at some alternatives of Skype such as Slack, Microsoft Teams, Zoom, Zimbra, Nextcloud, etc.
This article covers how you can enable SSH on your openSUSE system. In fact, after enabling the SSH server, it is important to secure your SSH server to avoid various security risks.
How to install and enable FirewallD on openSUSE system ?
Run the following zypper command:
$ sudo zypper ref
$ sudo zypper update
$ sudo zypper install firewalld
Enable the firewall at boot time using the systemctl command:
$ sudo systemctl enable firewalld
Start the firewall on OpenSUSE Linux:
$ sudo systemctl start firewalld
Get status of your firewall:
$ sudo systemctl status firewalld
This article covers the different ways of checking your openSUSE version.
Steps to to find openSUSE Linux version: