Search For:
- Home
- Search For:
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
This article covers kubectl Commands with Examples. In fact, Kubectl is a set of commands for controlling Kubernetes clusters. Every Kubernetes command has an API endpoint, and kubectl’s primary purpose is to carry out HTTP requests to the API.
While it is possible to issue HTTP requests yourself (e.g., using curl), kubectl is designed to make this process more comfortable and straightforward.
How to delete Resources using kubectl command ?
To remove resources from a file or stdin, use the kubectl delete command.
1. Remove a pod using the name and type listed in pod.yaml:
$ kubectl delete -f pod.yaml
2. Remove all pods and services with a specific label:
$ kubectl delete pods,services -l [label-key]=[label-value]
3. Remove all pods (including uninitialized pods):
$ kubectl delete pods --all
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 you can easily upgrade from a Linux Mint 20.2 virtual machine to Linux Mint 20.3.In fact, Linux Mint has dubbed the new 20.3 release with the codename Una, the third major upgrade in the Linux Mint 20 series, which most would know is based on Ubuntu 20.04 LTS Focal Fossa distribution that will be supported until 2025.
One of the more exciting things in this upgrade is dark mode support Celluloid, GNOME Terminal, Hypnotix, Pix, and XViewer applications in Cinnamon and MATE. Still, XFCE will not feature dark mode support Pix and XViewer due to the Xfwm window manager not supporting it.
This article covers the removal procedure of an extension from Google Chrome. In fact, you can customize Chrome on your desktop by adding extensions from the Chrome Web Store.
To remove an app or extension from your Chromebook, follow the steps below:
To temporarily stop using an extension: