In order to backup PostgreSQL, you can use the:
- SQL dumps (pg_dump and pg_dumpall)
- Copying PostgreSQL files
- Continuous archiving (backing up) with pg_basebackup and WAL files.
In order to backup PostgreSQL, you can use the:
A separate *.ps1 extension is used for PowerShell script files. To run PS1 scripts, users must open a PowerShell console, cmd, or code editor (such as PowerShell ISE or VSCode). If you want your users to be able to easily run your PowerShell scripts, you can convert PS1 files to the .exe executable file format.
Continue reading “Converting a PowerShell (PS1) Script to an EXE File”
After replacing the motherboard or updating BIOS firmware (flashing) on HP laptops using the HP BIOS Configuration Utility, a message may appear each time the computer boots after the POST stage:
Continue reading “Removing ‘Manufacture Programming Mode is in Unlock’ on HP Laptop”
Sometimes you need to know how long it takes to execute a PowerShell script or a particular block of code. This allows you to predict how long it will take for the script to perform the required action, make changes to your system settings, or return a result. There are several ways to measure the execution time of a PowerShell command or script in Windows.
Continue reading “Measuring Script or Command Execution Time in PowerShell”
A number of errors can occur when you try to join a Windows machine to an Active Directory domain. Most of them are fairly typical and can be fixed quite easily, as the cause of the problem is shown right there in the error window.
Continue reading “Fix: Unable to Join Computer to Active Directory Domain”
There are several tools you can use to quickly find out which files and directories are taking up the most space on your Linux machine. In this post, I will show the methods I use most to find out what takes up free space in Linux.
Continue reading “Find the Largest Files and Directories in Linux”
By default, mailbox folder names in Outlook (Inbox
, Sent Items
, Calendar
, Contacts
, etc.) correspond to the Outlook regional (language) settings of the computer where the mailbox was first connected. If you have Outlook with the French localization installed on your computer, all default Outlook folders will be named in French.
Continue reading “How to Change the Language of Default Mailbox Folders in Outlook?”
Windows PowerShell 5.1 introduced two built-in cmdlets that allow you to copy and paste text and/or files from the Windows Clipboard from the PowerShell command line.
Continue reading “Using the Clipboard (Copy/Paste) in PowerShell”
In this article, we’ll show you how to configure microphone and audio redirection in a Remote Desktop (RDP) session.
Continue reading “Enable Remote Audio and Microphone in RDP/RDS Session”
MC (Midnight Commander) is one of the most commonly used console file managers for Linux. One drawback most Linux users face is that mc
sometimes takes a very long time to start.
Continue reading “Fix: Slow Start of Midnight Commander (MC) on Linux”