Linux Resources
- Home
- Linux Resources
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 to install Skype on Manjaro Linux system. In fact, Skype is one of the most popular communication applications in the world. It is cross-platform, available on Windows, Linux, and macOS.
This article covers how to easily install steam on Linux Mint 20.3. In fact, Once this platform will be installed on your system, you will be able to play thousands of games on the go.
This article covers the different ways with which you can instantly launch the terminal on Linux Mint.
This article covers the installation procedure of Ubuntu 20.04 on your system. In fact, Ubuntu 20.04 (codenamed Focal Fossa) was released on April 23, 2020. It’s a Long-Term Support (LTS) release, meaning that it will receive support and updates until April 2025.
New Features of Ubuntu 20.04 includes:
How to Create a Bootable USB Drive on Ubuntu ?
By using the Create startup disk tool:
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