today's howtos
-
How To Install Grafana on Fedora 36 - idroot
In this tutorial, we will show you how to install Grafana on Fedora 36. For those of you who didnât know, Grafana is open-source analytics and monitoring solution for every database. It provides charts, graphs, and alerts for the web when connected to supported data sources. You can either install the open source version or the enterprise version. Both options would be free at the point of installing the service, but if you feel like you would like the Enterprise service that Grafana offers, you would only upgrade seamlessly with the enterprise version.
This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add âsudoâ to the commands to get root privileges. I will show you the step-by-step installation of the Grafana monitoring tool on a Fedora 36.
-
Bash Select Loop Explained With Examples - OSTechNix
We have seen about bash for loop, while loop, and until loop in our previous articles with detailed examples. Bash offers one more type of loop called select loop, which will allow you to create menu-driven scripts.
Menu-driven scripts are good alternatives to scripts that require users to pass arguments to perform an action. You can add more verbosity in your menus and users have to just select the option for the program to do its job.
-
Extend LVM and online resize filesystem
-
How to install Datadog Agent on Ubuntu 22.04 â NextGenTips
In this tutorial, we are going to learn how to install Datadog Agent on Ubuntu 22.04.
-
How to Install PrestaShop on Ubuntu 22.04 - LinuxTuto
PrestaShop is an open-source platform that allows anybody to easily create an e-commerce website platform to start selling products. The software was created with PHP and released under the Open Software License (OSL).
In this tutorial, we will explain how to install and configure the PrestaShop e-commerce platform on Ubuntu 22.04.
-
Install Ajenti Admin Panel on Ubuntu 20.04 LTS Server
Manage your CLI server by installing Admin Panel Ajenti on your Ubuntu 20.04 LTS Focal Fossa server using the command terminal.
Ajenti is an open source Server management that offers an easy-to-use Web-based graphical user interface to command line servers so that they can be managed easily, locally or remotely.
Well, you canât compare it to the popular WHM Cpanel, instead, with the Cockpit Server Admin platform but with extra features to manage servers. That makes it easier for administrators to gain an overview and enable other users to manage docker containers, start services or run scripts, for example.
The current version of Ajenti is a V2 lightweight Admin panel, however, there is also one more edition Ajenmti 1.x Panel which is not currently in development. Because the developers are focusing on Ajenti V2 which offers plugin-based architecture to expand the capabilities of the Panel. It is developed with Python3 & AngularJS and in the future will have plugins to manage other Server services such as apache2, Nginx, postfix, etc.
-
How to create a Project in OpenProject
OpenProject is an open-source project management platform that makes it pretty easy to manage projects from the security of your own data center or your third-party cloud host. OpenProject can easily be deployed with the help of Docker, so you donât have to worry about the complications of installing it manually.
Once OpenProject is up and running, and you have the basic configurations taken care of, itâs time to create your first project. Weâll first create a new project, then weâll add members and even set the project as a template, so you can more easily recreate it.
-
(Resolved) Port 22 Connection Refused on Ubuntu & Debian – TecAdmin
Sometimes we get an error âPort 22: Connection refusedâ during the SSH connection to a remote system. This can happen due to multiple reasons.