today's howtos
-
How To Install TeXworks on Ubuntu 22.04 LTS - idroot
In this tutorial, we will show you how to install TeXworks on Ubuntu 22.04 LTS. For those of you who didn’t know, TeXworks is the free open-source application for authoring TeX (LaTeX, ConTeXt, etc) documents. With TeXworks, you can generate PDF documents as your formatted output or configure your processing path to use DVI instead. TeXworks also has a built-in PDF viewer that supports source/preview synchronization, making it easy to see your changes in real-time. The goal of TeXworks is to deliver a similarly integrated, easy-to-use environment for users on other platforms, especially GNU/Linux and Windows.
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 TeXworks on Ubuntu 22.04 (Jammy Jellyfish). You can follow the same instructions for Ubuntu 22.04 and any other Debian-based distribution like Linux Mint, Elementary OS, Pop!_OS, and more as well.
-
How to set up a NAS: A step-by-step configuration guide
At a minimum, this means verifying that the appliance has correctly detected all of its hard disks. Many vendors include a built-in diagnostic function that users can run to assess the overall health of the appliance.
-
Install MariaDB database in Ubuntu based distributions 2022 (Part 1)
-
Create a new user using MariaDB database in the Linux Terminal (Part 2)
-
Create a new database, table and insert data, using MariaDB in the Linux Terminal (Part 3)
-
Perform basic SELECT queries in MariaDB using the Linux Terminal (Part 4)
-
How to Configure Graylog Nginx with SSL | Mark Ai Code
In this post, we’ll look at how to configure Graylog Nginx reverse proxy with Let’s Encrypt SSL. In this manner, you may use a domain or hostname with a confirmed SSL certificate.
The first step is to install Let’s Encrypt client like certbot which we’ll use to request the certificate to be used by Graylog.
-
How to Install Graylog 4 on Ubuntu 22.04 with Let’s Encrypt | Mark Ai Code
Graylog is a free and open-source log monitoring application that can capture, store, and analyze gigabytes of machine data in real-time. It is intended for modern log analytics, allowing users to rapidly and readily find meaning in data and respond more swiftly. It also provides alarms and logs history search systems, with ElasticSearch serving as the primary index database and MongoDB holding metadata. It allows you to monitor, examine, and analyze vast amounts of data in an easy-to-read manner.
-
Install Consul Server on Ubuntu 22.04/Ubuntu 20.04 - kifarunix.com
Follow through this tutorial to learn how to install Consul server on Ubuntu 22.04/Ubuntu 20.04.
-
Install Consul server on Debian 11/Debian 10 - kifarunix.com
Follow through this tutorial to learn how to install Consul server on Debian 11/Debian 10.
-
How to install and configure Webmin in Ubuntu 22.04
In this guide we will install and set up Webmin on an Ubuntu 22.04 server. Webmin is a web-based system configuration tool for Unix-like systems, although recent versions can also be installed and run on Microsoft Windows.
-
How to Install and Configure Apache Cassandra 4.0 in Rocky/Alma Linux 9
In this guide we will go through the process of Installing and setting up Apache Cassandra Version 4 in a Rocky Linux 9 and RHEL 9 Linux distributions.
-
How to install Java 17 in Ubuntu 22.04
In this guide we are going to explore how to install Java Runtime Environment (JRE) and the Java Developer Kit (JDK) in Ubuntu 22.04. Java and the JVM (Java’s virtual machine) are required for many kinds of software, including Tomcat, Jetty, Glassfish, Cassandra and Jenkins.
-
Use Ansible Vault To Protect Sensitive Playbook Data - OSTechNix
In this article, we are going to learn what is Ansible Vault and how to use Ansible Vault to protect sensitive playbook data by encrypting the data in Linux.