How to Install Sentry with Docker on Ubuntu 20.04

Sentry on Ubuntu with Docker

Sentry is a popular error-tracking Python application that is free to install and use with the Python open-source development platform. Facing errors on the resurfacing can be alerted with the use of Sentry through SMS and email notifications. You can integrate sentry with a lot of applications such as Gitab, Bitbucket, Github,etc. In this tutorial, … Read more

How to Install FastPanel on Ubuntu

FastPanel on Ubuntu

Fastpanel is a web-hosting control panel. It provides web-based intuitive, point-and-click interfaces for common tasks such as transferring files, installing applications, updating PHP versions, and creating email accounts. Fastpanel is written in PHP5, uses the PEAR DB database layer, and includes over 100 database functions (including MySQL-specific functions such as “orelse” or “bcp”) as well … Read more

How To Install And Use Shutter Screenshot Tool In Ubuntu 20.04

Ubuntu Shutter Screenshot Tool

Image capture (taking screenshots) is a powerful feature, especially when it comes to sharing technical guides, blogs, tutorials, and workarounds over the Internet. Ubuntu ships with a standard image capture tool, Screenshot, but it lacks many useful features. Also, the keyboard-focused screen printing utility is very basic and lacks many features needed to create a … Read more

How to Install and use the R Programming Language In Ubuntu 20.04 LTS

R Programming language

R is a programming language and environment for statistical computing and graphics. It can be considered as a different implementation of the S language with much of the S code running unaltered in R. R provides a wide variety of statistical (linear and nonlinear modeling, classical statistical tests, time-series analysis, classification, clustering) and graphical techniques. … Read more

How to Install UVdesk Helpdesk on Ubuntu

UVdesk Helpdesk

UVdesk is an open-source helpdesk platform. It is designed to provide a convenient web-based helpdesk for companies that can be accessed from anywhere in the world. You can set up an account, build your own support center, and try out many different ways of interacting with customers. There are lots of features so you will … Read more

How to Install Envoy Proxy on Ubuntu 20.04

Envoy Proxy server on Ubuntu Linux

Envoy Proxy is a high-performance proxy server with a small memory footprint enabling it to run on embedded devices such as routers, firewalls, and load balancers. Originally developed for the Citrix NetScaler application delivery controller, Envoy Proxy is now used by a number of major web properties and applications. Do you want to learn how … Read more

How to Install and Use SQLite on Ubuntu 20.04

SQLite on Ubuntu

SQLite is a lightweight cross-platform relational database engine. It is widely known for its efficiency and its ability to be connected with various programming languages. SQLite is released under an OpenSource license, so it’s free to use. In this tutorial, I will show you how to install and use SQLite on Ubuntu 20.04, the same … Read more

How to Install Angular on Ubuntu

Install Angular/AngularJS on Ubuntu

Angular is a free and open-source JavaScript-based framework for developing single-page applications, it is the successor of the AngularJS framework. It is maintained by Google, the same company that created JavaScript and made Angular a household name. According to Google Developers, it can be used on top of “MongoDB, Node.js by IBM, Express by Nodejitsu”, … Read more

How to Install Jenkins Automation Server on AlmaLinux 8

Jenkins on AlmaLinux

Jenkins is a free and open-source automation server written in Java. It can be deployed on a single server or as a distributed application. It is one of the most popular open-source solutions for continuous integration and continuous delivery of software applications. Continuous integration (CI) is a software development practice that requires developers to integrate … Read more