Language Selection

English French German Italian Portuguese Spanish

today's howtos

Filed under
HowTos
  • How to Send Email Using Curl Command in Linux

    When you find yourself in a Linux operating system environment that mimics the behavior of a server machine, graphical options like desktop environments are mostly not an option. Therefore, the reliance of your server-based operations and executions depend on the Linux terminal or command-line environment in front of you.

    Data transfer is an important Linux OS needs for all users. When trying to meet this objective of data transfer under Linux; especially when we are confined to a terminal-based or command-line OS environment.

  • Create FIPS-enabled Ubuntu container images with 10-year security updates | Ubuntu

    Canonical’s UA and Pro customers can now fully benefit from their subscriptions directly in containerised environments and pipelines. The new UA client release (27.7+) makes it easier to enable FIPS mode in Ubuntu containers. It also automatically signs up CI/CD builds for 10-year security updates to never worry about production container images getting timely patches for high and critical CVEs.

  • How to install build-essential on Fedora - PragmaticLinux

    Coming from Debian or Ubuntu and interested in building C or C++ software programs on Fedora? You’ll probably frantically search for a way to install package build-essential on Fedora. Only to realize that this package does not exist on Fedora. No worries though, because Fedora offers an alternative and equivalent approach to installing package build-essential. This tutorial shows you how.

  • How to install HTOP on CentOS 9 Stream

    Generally and with today’s computers, we don’t need to make a lot of mind to the number of resources that the computer spends. However, it is always a good idea to keep an eye on it to know if an application is consuming too much or if we need to manage a certain process.

    To do the above, we have the little giant htop. htop is a small application that shows us the processes and allows us to manage them. It also shows us the state of memory, swap, and CPU consumption.

    One of the great advantages of using htop is that it is very light, and we can run it in the terminal. This makes it possible to quickly and with a single command to have the system information and its consumption through processes.

  • » How to dissassemble Harddisk Upgrade a Inside a Lenovo ThinkCentre M92p | dwaves.de
  • How to set up Nginx on OpenShift and AWS ROSA | Enable Sysadmin

    Why keep all your results to yourself? - Blog with howtos and public free software and hardware OpenSource searchable knowledgebase about Linux and OpenSource - with a touch security, politics and philosophy.

  • How to Unzip a Zip File in Linux Command Line

    Here learn how to unzip a zip file in the Linux command line using unzip command. Shows the options unzip command have to extract and manipulate the archived file.

  • How to Install Nmap from Ubuntu Terminal
  • How to Set the Time zone in Debian 11

    Linux is a system that we can modify at will, and one of the configurations that we can change is the Time Zone. That is why in this post, you will learn how to define the Time Zone in Debian 11. This simple process can be useful in networks.

  • How to Mapping Linux Block Devices to Storage LUNs

    In some cases, you may need to find a block device mapped against a logical unit number (LUNs) for filesystem (FS) expansion or disaster recovery (DR) activity.

    Also, this information is required if you want to work with the storage team to troubleshoot or fix a high latency or disk error on a specific block device.

    Refer the following article to map ASM disks against storage LUNs.

  • How to Install and Configure Fail2ban on Ubuntu 22.04

    Fail2ban is free and open-source IPS (Intrusion Prevention Software) that helps administrators secure Linux servers against malicious login and brute-force attacks. In this tutorial, we will show you how to install and configure Fail2ban for securing the Ubuntu 22.04 server. This guide also covers the basic command of fail2ban-client for managing Fail2ban service and jails.

  • How to Install Linux Kernel 5.18 on Ubuntu 20.04 LTS

    In the following tutorial, you will learn how to install the latest 5.18 Linux Kernel on Ubuntu 20.04 LTS Focal Fossa.

  • How To Install Gnome Tweak on Ubuntu 22.04 LTS - idroot

    In this tutorial, we will show you how to install Gnome Tweak on Ubuntu 22.04 on Ubuntu 22.04 LTS. For those of you who didn’t know, Gnome Tweak application permits users to customize the functionality and look of the desktop environment. It grants us more control over our GUI than what is available by default in Gnome settings. You can utilize the Tweak Tool for editing fonts, workspace settings, top bar, quick launch bar, title bar clicking actions, and much more.

    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 Gnome Tweak on Ubuntu 22.04 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 Install Grafana on Fedora 36s

    Grafana is a multi-platformopen source analytics and interactive visualization web application. It provides charts, graphs, and alerts for the web when connected to supported data sources.

    A licensed Grafana Enterprise version with additional capabilities is also available as a self-hosted installation or an account on the Grafana Labs cloud service. It is expandable through a plug-in system.

    End users can create complex monitoring dashboards using interactive query builders. Grafana is divided into a front end and back end, written in TypeScript and Go, respectively.

  • How To Install Laravel on Fedora 36

    Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller (MVC) architectural pattern and based on Symfony. Some of the features of Laravel are a modular packaging system with a dedicated dependency manager, different ways for accessing relational databases, utilities that aid in application deployment and maintenance, and its orientation toward syntactic sugar.

  • How To Install TeamViewer on Fedora 36 - idroot

    In this tutorial, we will show you how to install TeamViewer on Fedora 36. For those of you who didn’t know, TeamViewer allows a user to access someone else’s computer remotely using the internet in just a few seconds. It is an all-in-one solution for remote support which can be used for desktop sharing, online meetings, and file transfer between devices connected over the Internet. TeamViewer is available for Microsoft Windows, Linux, macOS, iOS, and Android operating systems.

    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 TeamViewer remote desktop application on a Fedora 36.

  • How To Install Vivaldi Browser on Fedora 34/35/36

    In this tutorial, we will illustrate how to install Vivaldi Browser on Fedora systems

    Vivaldi is a freeware, cross-platform web browser developed by Vivaldi Technologies, a company founded by Tatsuki Tomita and Jon Stephenson von Tetzchner, who was the co-founder and CEO of Opera Software. Vivaldi was officially launched on April 6, 2016.

  • How To Install and use htop on Fedora 34/35/36

    htop is an interactive system-monitor process-viewer and process-manager. It is designed as an alternative to the Unix program top.

    It’s a command line utility that allows the user to interactively monitor the system’s vital resources or server’s processes in real time. htop supports mouse operation, uses color in its output and gives visual indications about processor, memory and swap usage.

  • How to Install Apache Tomcat 10 on Ubuntu 22.04 with Nginx

    Install Apache Tomcat 10 on Ubuntu 22.04 with Nginx. Apache Tomcat is an open source web server and a servlet container which is mainly used to server Java based applications.

    In this guide you are going to learn how to install Apache Tomcat 10 on Ubuntu 22.04 and secure the setup with Nginx and Let’s Encrypt SSL.

  • Migrate databases to Kubernetes using Konveyor | Opensource.com

    Kubernetes Database Operator is useful for building scalable database servers as a database (DB) cluster. But because you have to create new artifacts expressed as YAML files, migrating existing databases to Kubernetes requires a lot of manual effort. This article introduces a new open source tool named Konveyor Tackle-DiVA-DOA (Data-intensive Validity Analyzer-Database Operator Adaptation). It automatically generates deployment-ready artifacts for database operator migration. And it does that through datacentric code analysis.

  • 3 ways to install MailSpring on Ubuntu 22.04 LTS Jammy JellyFish

    Let’s learn the steps to install mail client MailSpring on Ubuntu 22.04 LTS Jammy JellyFish using the command terminal or GUI Software app.

    Mailspring is a fast and clear mail client for everyone even for Linux users. It offers simple and intuitive operation with a simple, tidy user interface. This can also be adapted as desired via different designs. In addition, the software offers the user some useful convenience functions.

    These include searching and filtering messages or the possibility to add further functions via plug-ins. Before you can really get started, however, you must first go through the many steps of the setup wizard. Once you have overcome this hurdle, the rest is child’s play. Also compared to some competing products, the number of mail accounts is not limited.

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. 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 MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.