today's howtos
-
LibreOffice Draw Guide 7.4 updated - The Document Foundation Blog
The Documentation team is happy to announce the availability of the LibreOffice Draw Guide 7.4, an update of the 7.3 guide.
-
How To Install Telnet on Fedora 37 - idroot
In this tutorial, we will show you how to install Telnet on Fedora 37. For those of you who didn’t know, Telnet is a protocol that allows a user to remotely access and manage a device or computer over a network using a command-line interface. It is widely supported, and simple to use, but less secure than more modern protocols like SSH. It sends data, including the username and password, in clear text, which makes it vulnerable to eavesdropping and man-in-the-middle attacks.
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 Telnet network protocol on a Fedora 37.
-
Install Angular on Ubuntu
Angular is a JavaScript framework written in typescript and developed by google for one-page applications.
-
How to Build NGINX from Source on Ubuntu 22.04 or 20.04 - LinuxCapable
NGINX is a powerful open-source web server capable of serving dynamic web content and handling high-traffic loads while acting as a reverse proxy. Its reputation is built on high performance, stability, and low resource consumption. Building NGINX from the source and compiling it with additional modules can enhance its capabilities and make it more suitable for specific needs. This guide will explain the advantages of building NGINX from the source and list some of its key features and benefits.
-
How to Install PHP-ImageMagick on Ubuntu 22.04 or 20.04 - LinuxCapable
The PHP-ImageMagick extension is a powerful tool for manipulating images within PHP scripts. It allows you to perform operations such as resizing, cropping, and format conversion on images using the command-line ImageMagick library. This article will discuss two ways to install the PHP-ImageMagick extension on Ubuntu 20.04 or 22.04 using the command-line terminal. We will also include extra steps for configuring the extension with the nginx web server.