<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><atom:link href="https://www.ionos.com/digitalguide/" rel="self" type="application/rss+xml" /><title>RSS-Feed Digital Guide</title><link><![CDATA[https://www.ionos.com/digitalguide/]]></link><description><![CDATA[Our guidebook's take on topics relating to servers, websites, hosting, domains, online marketing, and e-mails is suitable for both web hosting beginners and server experts.]]></description><copyright><![CDATA[IONOS]]></copyright><language><![CDATA[en]]></language><lastBuildDate><![CDATA[Thu, 25 Sep 2025 13:09:57 +0000]]></lastBuildDate><item><title><![CDATA[How to clear RAM step by step]]></title><link><![CDATA[https://www.ionos.com/digitalguide/server/configuration/clearing-your-ram/]]></link><guid><![CDATA[https://www.ionos.com/digitalguide/server/configuration/clearing-your-ram/]]></guid><description><![CDATA[<img src="https://www.ionos.com/digitalguide/fileadmin/DigitalGuide/Teaser/dnssec-t.jpg" width="1200" height="630" alt="" /><br/>Among the various possible causes of performance issues is high memory usage, which plays an important role in managing active processes. A simple and effective solution is often to clear or free up the memory, helping improve system speed and stability. Windows offers several built-in options for doing so. Let’s get into it.]]></description><pubDate>Thu, 11 Sep 2025 06:09:30 +0000</pubDate></item><item><title><![CDATA[How can you set up Kubernetes? Beginner-friendly Kubernetes tutorial]]></title><link><![CDATA[https://www.ionos.com/digitalguide/server/configuration/kubernetes-tutorial/]]></link><guid><![CDATA[https://www.ionos.com/digitalguide/server/configuration/kubernetes-tutorial/]]></guid><description><![CDATA[<img src="https://www.ionos.com/digitalguide/fileadmin/DigitalGuide/Teaser/vpn-service.jpg" width="1200" height="630" alt="" /><br/>Kubernetes helps you manage containers—once you know how it works. But especially for beginners, getting started with Kubernetes can be challenging. That’s why, in this Kubernetes tutorial, we’ve explained the installation process and the most important functions in a short and simple way. Learn step-by-step how to create a cluster and work with deployments.]]></description><pubDate>Wed, 03 Sep 2025 08:09:15 +0000</pubDate></item><item><title><![CDATA[How to enable SSH with OpenSSH on Ubuntu 24.04]]></title><link><![CDATA[https://www.ionos.com/digitalguide/server/configuration/ubuntu-2404-ssh/]]></link><guid><![CDATA[https://www.ionos.com/digitalguide/server/configuration/ubuntu-2404-ssh/]]></guid><description><![CDATA[<img src="https://www.ionos.com/digitalguide/fileadmin/DigitalGuide/Teaser/ubuntu-ssh.jpg" width="1200" height="630" alt="" /><br/>SSH is an essential component for secure remote access to Linux systems. If the OpenSSH server was not activated during Ubuntu 24.04 installation, it can easily be done at any time. This guide shows how to enable SSH and set it up on Ubuntu 24.04. Learn the steps to securely configure and manage SSH access on your Ubuntu machine.]]></description><pubDate>Thu, 14 Aug 2025 07:08:58 +0000</pubDate></item><item><title><![CDATA[What is PostgreSQL’s INSERT INTO?]]></title><link><![CDATA[https://www.ionos.com/digitalguide/server/configuration/postgresql-insert-into/]]></link><guid><![CDATA[https://www.ionos.com/digitalguide/server/configuration/postgresql-insert-into/]]></guid><description><![CDATA[<img src="https://www.ionos.com/digitalguide/fileadmin/DigitalGuide/Teaser/imperative-programmierung-t.jpg" width="1200" height="630" alt="" /><br/>The INSERT INTO command in PostgreSQL allows you to add one or more new rows to a table along with their corresponding values. In this article, we take a look at the command’s structure and the parameters that are used with it. With clear examples, you’ll learn how to efficiently add rows to PostgreSQL databases. Keep reading to find out more!]]></description><pubDate>Tue, 29 Jul 2025 11:07:02 +0000</pubDate></item><item><title><![CDATA[How to use PostgreSQL DELETE]]></title><link><![CDATA[https://www.ionos.com/digitalguide/server/configuration/postgresql-delete/]]></link><guid><![CDATA[https://www.ionos.com/digitalguide/server/configuration/postgresql-delete/]]></guid><description><![CDATA[<img src="https://www.ionos.com/digitalguide/fileadmin/DigitalGuide/Teaser/cache-leeren-t.jpg" width="1200" height="630" alt="" /><br/>Looking to clean up a table in PostgreSQL? With the DELETE command; you can remove specific entries or get rid of all the data in a table. In this article, we’ll take a look at what the command is, how its syntax is structured and how to remove an individual row or all the data from a table. Keep reading to find out more.]]></description><pubDate>Tue, 29 Jul 2025 09:07:06 +0000</pubDate></item><item><title><![CDATA[How to use PostgreSQL schemas]]></title><link><![CDATA[https://www.ionos.com/digitalguide/server/configuration/postgresql-schema/]]></link><guid><![CDATA[https://www.ionos.com/digitalguide/server/configuration/postgresql-schema/]]></guid><description><![CDATA[<img src="https://www.ionos.com/digitalguide/fileadmin/DigitalGuide/Teaser/cgi-skripte-auf--apache-aktivieren.jpg" width="1200" height="630" alt="" /><br/>Managing a database with lots of tables can quickly become overwhelming. Luckily, with PostgreSQL schemas, you can group related tables together, making it easier to organize and work with your database. This article explains the syntax for PostgreSQL schemas, including how to create and delete them, as well as how you can add tables to them.]]></description><pubDate>Tue, 29 Jul 2025 07:07:12 +0000</pubDate></item><item><title><![CDATA[How to add or remove columns in PostgreSQL with ALTER TABLE]]></title><link><![CDATA[https://www.ionos.com/digitalguide/server/configuration/postgresql-alter-table/]]></link><guid><![CDATA[https://www.ionos.com/digitalguide/server/configuration/postgresql-alter-table/]]></guid><description><![CDATA[<img src="https://www.ionos.com/digitalguide/fileadmin/DigitalGuide/Teaser/fast-internet-t.jpg" width="1200" height="630" alt="" /><br/>If you want to add, remove or modify columns in a table, the ALTER TABLE command in PostgreSQL is the go-to solution. In this article, we look at the syntax and functionality of the command, walk you through detailed examples, and explore various actions you can perform to customize and optimize your database tables efficiently.]]></description><pubDate>Tue, 29 Jul 2025 05:07:23 +0000</pubDate></item><item><title><![CDATA[What is SQL AND?]]></title><link><![CDATA[https://www.ionos.com/digitalguide/server/configuration/sql-and-operator/]]></link><guid><![CDATA[https://www.ionos.com/digitalguide/server/configuration/sql-and-operator/]]></guid><description><![CDATA[<img src="https://www.ionos.com/digitalguide/fileadmin/DigitalGuide/Teaser/dns-ttl-verstehen-und-anwenden.jpg" width="1200" height="630" alt="" /><br/>With the SQL AND operator, you can implement various conditions in a WHERE query, allowing you to include or exclude different entries. In this article, we’ll explain what the operator is and the syntax for it. Using practical examples, we’ll go over how to use the operator as well as how to combine it with the OR operator for even more filtering possibilities.]]></description><pubDate>Mon, 28 Jul 2025 12:07:24 +0000</pubDate></item><item><title><![CDATA[How to use multipass? A tutorial]]></title><link><![CDATA[https://www.ionos.com/digitalguide/server/configuration/multipass/]]></link><guid><![CDATA[https://www.ionos.com/digitalguide/server/configuration/multipass/]]></guid><description><![CDATA[<img src="https://www.ionos.com/digitalguide/fileadmin/DigitalGuide/Teaser/backlinks-aufbauen.jpg" width="1200" height="630" alt="" /><br/>Multipass offers a straightforward and efficient way to create and manage Ubuntu VMs across various operating systems. With its user-friendly command-line interface (CLI) and minimal system requirements, it’s an excellent choice for developers and IT professionals looking to work in isolated environments. Follow this guide to learn how to install and use Multipass effectively.]]></description><pubDate>Wed, 23 Jul 2025 12:07:15 +0000</pubDate></item><item><title><![CDATA[How to install Podman on Ubuntu 22.04 step by step]]></title><link><![CDATA[https://www.ionos.com/digitalguide/server/configuration/podman-ubuntu-2204/]]></link><guid><![CDATA[https://www.ionos.com/digitalguide/server/configuration/podman-ubuntu-2204/]]></guid><description><![CDATA[<img src="https://www.ionos.com/digitalguide/fileadmin/DigitalGuide/Teaser/code-screen_t.jpg" width="1200" height="630" alt="" /><br/>Podman is a modern container engine that manages containers and pods without requiring root privileges or a central daemon process, making it a secure alternative to Docker. In this article, we will show you how to install Podman on Ubuntu 22.04 step by step. You will also learn how to verify your installation and start your first containers with practical examples.]]></description><pubDate>Tue, 22 Jul 2025 07:07:25 +0000</pubDate></item></channel></rss>
<!-- Thursday 13, November 2025 04:59:16 -->