Linux Tutorials on the topic “Linux”
-
Linux cmp Command Tutorial for Beginners (7 Examples)
Author: Himanshu Arora • Tags: linux • Comments: 0Pretty much regardless of your role, if your regular work involves doing stuff on the command line in Linux, you may find yourself in a situation where-in you'd want to compare two files using a command line utility. There are several command line tools that let you do this, and one among them is the 'cmp' command.
-
How to Install Zeek Network Security Monitoring Tool on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, security • Comments: 1Zeek is a free, open-source, and worlds leading security monitoring tool used as a network intrusion detection system and network traffic analyzer. This post will show you how to install the Zeek network security tool on Ubuntu 22.04.
-
How to Install OpenSearch on Debian 11
Author: Arvid L • Tags: debian, linux • Comments: 0OpenSearch is a community-driven project by Amazon and a fork of Elasticsearch and Kibana. In this tutorial, you'll deploy OpenSearch - an open-source search, analytics, and visualization suite - to the Debian 11 server.
-
-
How to Install Discourse Forum with Nginx on Rocky Linux 9
Author: Navjot Singh • Tags: linux, nginx, web server • Comments: 0Discourse is an open-source community discussion platform built using the Ruby language. In this tutorial, you will learn how to install Discourse Forum with the Nginx server on a server running Rocky Linux 9.
-
How to Install ionCube Loader on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, php, web server • Comments: 0This tutorial will explain how to install ionCube Loader on a Debian 11 server. IonCube is a PHP extension that can decode secured encrypted PHP files at runtime.
-
Linux pidof Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0Linux command line offers a lot of utilities that work with processes. Once such tool is pidof, which - as the name suggests - gives you the process ID of an already executing process. In this tutorial, we will discuss the basics of pidof using some easy to understand examples.
-
How to Clear Bash History on Linux
Author: Till Brehm • Tags: linux, shell • Comments: 1If you’ve ever used the command line on a Linux machine, chances are you’ve got a long history of commands logged. If you want to clear this history, there are a few simple steps that can help you do just that.
-
How to Install Django Python Framework on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu, web server • Comments: 0Django is a python framework used for developing dynamic websites and applications. It follows the MVC (Model-View-Controller) architecture. In this tutorial, you will learn how to install the Django framework on a Ubuntu 22.04 server. You will also create a demo project and test it out.
-
How to Install and Configure Neo4j Graph Database on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, ubuntu • Comments: 0Neo4j is a graph database used to create data relationships. This tutorial will teach you how to install and configure Neo4j on a Ubuntu 22.04 server.
-
How to Set Up Local DNS Resolver with Unbound on Ubuntu 22.04
Author: Arvid L • Tags: dns, linux, ubuntu • Comments: 3Unbound is free and open-source DNS server software that can be used for validating, recursive, and caching DNS resolvers. In this tutorial, you will install Unbound on Ubuntu 22.04 server and set it up as a Local DNS Server with some features enabled, such as DNSSEC, DNS cache, local domain names and sub-domains, and also DNS-over-TLS (DoT).