today's howtos
-
How To Restore a Particular Schema from a PostgreSQL Database Backup
If you intend to restore only one or a few schemas from a PostgreSQL backup file, you can use the pg_restore command, which is used for restoring a particular PostgreSQL database....
-
How To Install and Use Android Debug Bridge (adb) in Linux
Android Debug Bridge (adb) is the most used command-line tool that enables communication between a personal computer and a connected Android-powered device or emulator instance over a USB cable or TCP/IP (wirelessly).
-
An interesting yet ordinary consequence of ZFS using the ZIL
However, all of this strict TXG ordering goes out the window once you introduce the ZFS Intent Log (ZIL), because the ZIL's entire purpose is to persist selected operations to disk before they're committed as part of a transaction group. Renames and file creations always go in the ZIL (along with various other metadata operations), but file data only goes in the ZIL if you fsync() it (this is a slight simplification, and file data isn't necessarily directly in the ZIL).
-
How To Install Kontact on Debian 11
In this tutorial, we will show you how to install Kontact on Debian 11.
-
How To Setup UFW Firewall on Ubuntu 22.04 LTS
In this tutorial, we will show you how to setup UFW Firewall on Ubuntu 22.04 LTS.
-
How To Install Rancher on Ubuntu 22.04 LTS
In this tutorial, we will show you how to install Rancher on Ubuntu 22.04 LTS.