Linux Tutorials on the topic “ubuntu”
-
How to Install OpenConnect VPN Server on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, security, ubuntu • Comments: 0 • Published: May 03, 2023OpenConnect VPN aka ocserv is an open-source free VPN solution with enterprise-grade performance and features. It is based on the Cisco AnyConnect VPN protocol which is widely used in the corporate industry. In this tutorial, you will learn how to install the OpenConnect VPN server on a Ubuntu 22.04 machine.
-
How to Install Sentry with Docker on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 1Sentry is a free and open-source error-tracking platform that monitors and fixes crashes in real-time. It allows software developers to see what matters, solve quicker, and learn continuously about their applications.
-
How to Install WildFly Java Application Server with Nginx on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0Wildfly is a simple, lightweight, and flexible application runtime used to build Java applications. This tutorial will show you how to install Wildfly with Nginx as a reverse proxy on Ubuntu 22.04.
-
-
How to Install and Configure Suricata IDS along with Elastic Stack on Ubuntu 22.04
Author: Navjot Singh • Tags: security, server, ubuntu • Comments: 1Suricata is a Network Monitoring tool that examines and processes every packet of internet traffic that flows through your server. It can generate log events, trigger alerts and drop traffic upon detecting any suspicious activity.
-
How to Install PyCharm on Ubuntu
Author: Aqsa Yasin • Tags: desktop, linux, ubuntu • Comments: 0
PyCharm is a widely used IDE among Python programmers. It is accessible as both a community and a commercial version. This guide will show you how to install and configure PyCharm on your Linux operating system running Ubuntu.
-
How to Install KubeSphere on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu, virtualization • Comments: 5Kubesphere free and open-source Kubernetes platform and cloud-native application management verified by CNCF. It's an enterprise-grade Kubernetes container platform with feature-rich and tailored for hybrid multi-cloud deployment.
-
how to install Mono on Ubuntu 20.04
Author: Aqsa Yasin • Tags: linux, ubuntu • Comments: 0
Mono is free, open-source software based on ECMA standards of the .net framework. It enables developers to establish cross-platform applications which belong to the .NET foundation.
-
How to Set Up Multi-Master PostgreSQL Replication on Ubuntu 22.04
Author: Arvid L • Tags: linux, ubuntu • Comments: 1PostgreSQL is an open-source database management system focusing on extensibility and SQL compliance. This tutorial will install the PostgreSQL database server on Ubuntu 22.04 servers and set up Multi-Master replication with multiple servers via Bucardo, an asynchronous PostgreSQL replication system.
-
Useful Gedit Plugins for Software Developers
Author: Himanshu Arora • Tags: desktop, linux, ubuntu • Comments: 6Gedit offers almost all the features expected from a basic text editor, but if that's not enough for some reason, you can add more functionality to it through plugins. This tutorial covers three of the most useful Gedit plugins for programmers.
-
Getting Started with UFW (Uncomplicated Firewall) on Ubuntu 22.04
Author: Muhammad Arul • Tags: linux, security, ubuntu • Comments: 5UFW or Uncomplicated Firewall is an application to manage an iptables based firewall on Ubuntu. UFW is the default firewall configuration tool for Ubuntu Linux and provides a user-friendly way to configure the firewall, the UFW command is just like English language so the commands are easy to remember. The UFW firewall supports IPv4 and IPv6.