Linux Tutorials on the topic “ubuntu”
-
Linux Command Line Navigation Tips and Tricks - Part 1
Author: Himanshu Arora • Tags: centos, debian, opensuse, shell, ubuntu • Comments: 4If you've just started using the command line in Linux, then it's worth knowing that it is one of the most powerful and useful features of the OS. The learning curve may or may not be steep depending on how deep you want to dive into the topic. However, there are some Linux command line tips/tricks that'll always be helpful regardless of your level of expertise.
-
How to Install MEAN Stack on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0The MEAN stack is a free and open-source JavaScript-based framework used for developing web applications. The MEAN is made from four key technologies MongoDB, Express, Angular, and Node.
-
How to Install Suricata IDS on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, security, ubuntu • Comments: 2Suricata is a free and open-source network analysis and threat detection software developed by OSIF. It can be used as an intrusion detection system (IDS) and an intrusion prevention system (IPS).
-
-
How to Install DokuWiki on Ubuntu 22.04
Author: Hitesh Jethva • Tags: apache, linux, ubuntu • Comments: 0DokuWiki is a simple, easy-to-use, and highly versatile wiki software written in PHP. It is free, open-source, and uses a simple file format to store its data instead of using any database system. In this tutorial, we will show you how to install DokuWiki with Apache and the Let's Encrypt SSL certificate on Ubuntu 22.04.
-
How to Install Jupyter Notebook on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0Jupyter Notebook is a free, open-source, and web-based interactive computing platform that allows users to edit and run documents via a web browser. In this tutorial, I will show you how to install Jupyter Notebook on Ubuntu 22.04.
-
How to Install and Configure GlusterFS on Ubuntu
Author: Hitesh Jethva • Tags: cloud, linux, server, storage, ubuntu • Comments: 0GlusterFS is a free, open source and scalable network file system developed first by Gluster Inc. and later by Redhat. It is specifically designed for data-intensive workloads such as cloud storage, CDN and media streaming.
-
How to Install Apache with ModSecurity on Ubuntu 22.04
Author: Hitesh Jethva • Tags: apache, linux, security, ubuntu • Comments: 1ModSecurity is a free and open-source firewall tool supported by various web servers, such as Apache, Nginx, and IIS. In this tutorial, I will explain how to set up ModSecurity with Apache on Ubuntu 22.04.
-
Docker Part 4: building and publishing custom docker images
Author: Bill Toulas • Tags: centos, debian, linux, suse, ubuntu, virtualization • Comments: 1
For this tutorial, we will use the Whale Docker image. The Whale is the official mascot of Docker and the Whale docker image resembles the cowsay program which generates ASCII pictures of a cow in the terminal with a message. It can also generate pictures using pre-made images of other animals, such as Tux the Penguin, the Linux mascot.
-
How to run Python Scripts with Apache and mod_wsgi on Ubuntu 22.04
Author: Till Brehm • Tags: linux, ubuntu, web server • Comments: 0The Apache module mod_wsgi provides an interface for hosting Python-based web applications. In this tutorial, I will show you how to install and configure of mod_wsgi using Apache web server on Ubuntu 22.04 LTS.
-
Implementing SSL Perfect Forward Secrecy in NGINX Web-Server
Author: cbj4074 • Tags: centos, debian, fedora, linux, nginx, security, suse, ubuntu • Comments: 7This HOW-TO describes the process of implementing Perfect Forward Secrecy with the NGINX web-server on Debian and Ubuntu systems. The process can readily be adapted to other GNU/Linux systems.