-- Leo's gemini proxy

-- Connecting to gemini.tuxmachines.org:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

Tux Machines


today's howtos


Posted by Roy Schestowitz on Aug 12, 2023


Software Leftovers

GUADEC 2023



How to Mount an AWS S3 Bucket Locally on Linux Using Mountpoint


↺ How to Mount an AWS S3 Bucket Locally on Linux Using Mountpoint


> The day has finally come. Mountpoint for Amazon S3 is now generally available. Probably the most anticipated headline since ChatGPT. Mountpoint for AWS S3 Mountpoint for AWS S3 is a high-throughput open source file client for mounting an Amazon S3 bucket as a local file system on Linux.



How to Install and Use Docker in Ubuntu 22.04


↺ How to Install and Use Docker in Ubuntu 22.04


> Docker stands out as one of the most popular technologies for running containers, which can be thought of as lightweight virtual machines.



How to Install Thunderbird 115 via PPA in Ubuntu 22.04 | 23.04


↺ How to Install Thunderbird 115 via PPA in Ubuntu 22.04 | 23.04


> Can’t wait to try out the new Thunderbird 115, but hate Snap and Flatpak packages? Here’s how to install it from Ubuntu PPA! Thunderbird 115 is a new major release series with refined look and feel. It now uses GNOME CSD style header bar instead of the old title-bar. /blockquote>



Compute newest kernel version from Makefile on Torvalds' git repository


↺ Compute newest kernel version from Makefile on Torvalds' git repository


> $ curl -s -o - https://raw.githubusercontent.com/torvalds/linux/master/Makefile | head -n5 | grep -E '\ \=\ [0-9]{1,}' | cut -d' ' -f3 | tr '\n' '.' | sed -e "s/\.$//"



A Beginner’s Guide to Changing File Permissions in Linux


↺ A Beginner’s Guide to Changing File Permissions in Linux


> Efficiently managing file permissions is an essential aspect of maintaining robust access control and ensuring top-notch security within Linux systems.



How to Install and Use Flutter on Linux


↺ How to Install and Use Flutter on Linux


> Flutter is an open-source UI software development kit (not a programming language) that leverages the Dart programming language for application development. Google developed this tool to empower developers to build natively compiled applications for mobile, web, and desktop from a single codebase.



Guide to Install Matomo Web Analytics on AlmaLinux 9


↺ Guide to Install Matomo Web Analytics on AlmaLinux 9


> Matomo, formerly Piwik, is free and open-source web analytics software that can track website visits and display reports for data and audience analysis. The following tutorial shows you how to install Matomo web analytics on AlmaLinux 9 server. I will install Matomo with the Httpd web server, PHP, and MariaDB database. I will also secure Matomo with SSL/TLS certificates via Letsencrypt.



Linux User Management: Adding Users to Groups Made Simple


↺ Linux User Management: Adding Users to Groups Made Simple


> Do You have added a user in wrong group, and want to add in right group?



Use Split Screen in Ubuntu to View Multiple Application Windows at Once


↺ Use Split Screen in Ubuntu to View Multiple Application Windows at Once


> The split screen feature in GNOME gives your productivity a tiny boost by saving the time you spend in switching between applications.



How To Install GDB on Ubuntu 22.04 LTS


↺ How To Install GDB on Ubuntu 22.04 LTS


> In this tutorial, we will show you how to install GDB on Ubuntu 22.04 LTS. GNU Debugger, commonly known as GDB, is an essential tool for software developers. It helps identify and resolve bugs, enabling smoother code execution.



How To Install GlusterFS on Rocky Linux 9


↺ How To Install GlusterFS on Rocky Linux 9


> In this tutorial, we will show you how to install GlusterFS on Rocky Linux 9. For those of you who didn’t know, In the ever-expanding digital landscape, data management has become a crucial aspect of modern businesses and enterprises. Managing massive amounts of data efficiently, ensuring high availability, and scalability are paramount for seamless operations.



The kill Command in Linux: Detailed Guide with Examples


↺ The kill Command in Linux: Detailed Guide with Examples


> Linux, a robust and versatile operating system, provides users with the “kill command in Linux” to expertly manage and control processes. This article delves deep into its intricacies, offering a structured, example-rich, and guide to mastering this essential command.



How to Install balenaEtcher on Pop!_OS


↺ How to Install balenaEtcher on Pop!_OS


> In the realm of open-source software, BalenaEtcher stands out as a powerful, user-friendly tool designed to burn images to SD cards and USB drives. It’s a cross-platform application, meaning it’s compatible with Windows, macOS, and Linux.



How to Change the Default Port of SSH in Linux?


↺ How to Change the Default Port of SSH in Linux?


> Securing your Linux server is of paramount importance, and one effective step is to modify the default port used by SSH (Secure Shell) for remote access. Changing the default port adds an extra layer of security by making it less predictable for potential attackers. In this guide, we’ll walk you through the process of changing the default SSH port on a Linux system. Step 1: Connect to Your Server Before making any changes, ensure you are logged in to your Linux server with administrative privileges.



How to Install Python Django Framework on Ubuntu 22.04


↺ How to Install Python Django Framework on Ubuntu 22.04


> Django is a free and open-source Python-based web framework for building complex and scalable applications. I will cover three different ways of installing Django and how to create the first Django project.



How To Use Pbcopy And Pbpaste Commands On Linux


↺ How To Use Pbcopy And Pbpaste Commands On Linux


> Discover how to replicate macOS pbcopy and pbpaste commands functionality in Linux using Xclip and Xsel programs.



How to Install and Use KDE Connect on Linux Mint


↺ How to Install and Use KDE Connect on Linux Mint


> KDE Connect is an open source app that allows you to share files between your phone and your computer. It also allows you to remote control your computer from your phone.


> Want to use your phone as a touchpad for your computer? Or want to turn off your computer using



How to Install Magento eCommerce Software on Ubuntu 22.04


↺ How to Install Magento eCommerce Software on Ubuntu 22.04


> Magento is an open-source and well know eCommerce platform written in PHP. Magento is a robust and powerful eCommerce solution that use by more than 240.000 merchants worldwide. Initially, Magento is created as a fork of osCommerce in 2007, and in May 2018 Magento is acquired by Adobe Inc and become Adobe eCommerce.



How to Import Deb-Multimedia PPA on Debian 13/12/11/10


↺ How to Import Deb-Multimedia PPA on Debian 13/12/11/10


> In the vast ecosystem of Debian, the deb-multimedia.org repository stands as a pivotal resource for multimedia enthusiasts. This guide will demonstrate how to import the deb-multimedia PPA on Debian Sid, Debian 13 Trixie, Debian 12 Bookworm, Debian 11 Bullseye, or Debian 10 Buster.



What is TMPFS in Linux? From Basics to Advanced Use Cases


↺ What is TMPFS in Linux? From Basics to Advanced Use Cases


> Linux, a cornerstone of many modern systems, boasts a myriad of features designed to optimize system performance. Among these features is TMPFS, a temporary filesystem. But what exactly is TMPFS, and how can it be a game-changer for your system? Let’s embark on this journey of understanding.



Level Up Your Linux Expertise: Creating Users via the ‘adduser’ Command


↺ Level Up Your Linux Expertise: Creating Users via the ‘adduser’ Command


> Use of adduser Command in Linux Description of adduser Command in Linux



How to create a secure SFTP server on Ubuntu


↺ How to create a secure SFTP server on Ubuntu


> For those running the versatile Ubuntu operating system, setting up an SFTP server can prove to be both efficient and secure. In this comprehensive guide, we will delve into the steps necessary to establish an SFTP server on Ubuntu, offering an organized way to transfer files without compromising on security.



Connecting Globally: A Step-by-Step Guide to Install Skype on Ubuntu [Ed: There's hardly ever a reason to use this Microsoft spyware in 2023. Better avoided.]


↺ Connecting Globally: A Step-by-Step Guide to Install Skype on Ubuntu


> Do you know about skype?




gemini.tuxmachines.org

-- Response ended

-- Page fetched on Thu Jun 13 07:12:56 2024