Search For:
- Home
- Search For:
This article covers different methods of installation of brave browser software on Ubuntu.
Main features of Brave web browser:
This article covers the three different methodologies of installing Thunderbird in Ubuntu. Thunderbird is available for various distributions like macOS, Linux, Microsoft Windows etc. thereby making it a cross platform application.
To Install Thunderbird through apt:
1. First update Ubuntu repository,
$ sudo apt update
2. Now, to install Thunderbird issue the following in terminal,
$ sudo apt install thunderbird
3. Lastly, Thunderbird can accessed either through System's main Menu or from terminal (Run "thunderbird" in terminal to run the application).
This article covers how to install harbor on Ubuntu. The process is the same for all the other distribution of Linux. Harbor is a component of vSphere with Kubernetes. Harbor provides an enterprise-class registry service.
Harbor is deployed in a dedicated system namespace on the Supervisor Cluster and is composed of several vSphere Pods.
Image registries provide a centralized repository for an organization to store container images.
Public image registries can be used to store container images. However, for security reasons, it is better to use an on-premises image registry.
You use an on-premises image registry for the following purposes:
Store container images securely.
Control access to container images.
vSphere with Kubernetes is integrated with Harbor and is also compatible with other container image registries.
Harbor key features includes:
After Harbor installation has succeeded, access Harbor web console on https://registry_domain.
Then Login with:
This article covers Ansible features which you can use to write playbooks for server automation. Basically, Handlers are just like normal tasks in an Ansible playbook but they run only when if the Task contains a "notify" directive. It also indicates that it changed something. handlers will perform an action when listens for a notify event. If nothing notifies a handler, it will not run. Regardless of how many tasks notify a handler, it will run only once, after all of the tasks completed in a particular play.
This article covers Both wget and curl which are the free and open-source command-line utilities used for the non-interactive downloading of files. Remember, although both the utilities can download files from the web; they do differ a lot in terms of functionalities.
url can be used to transfer data over a number of protocols. It supports many protocols including HTTP, HTTPS, FTP, TFTP, TELNET, SCP, etc. using Curl, you can download any remote files. It supports pause and resumes functions as well.
To Install curl,
Launch command line application in Ubuntu that is Terminal by pressing the Ctrl+Alt+T key combinations. Then enter the below command to install curl with sudo:
$ sudo apt install curl
This article covers how to change the font type, size, and color of a Debian Terminal and give a new look and feel to your Terminal text and background. If you spend a lot of time working in Terminal on your Linux system, you probably may not be comfortable with its default font size. Too small font size sometimes can give a burden to your eyes. However, the Terminal application in Linux gives you the flexibility to customize its look and feel to suit your style and need.