Linux – Mount ext4 USB flash drive to Raspberry Pi [New Question]

A quick question, answered on Heelpbook, about “Mount ext4 USB flash drive to Raspberry Pi”, especially useful when attaching external storage, HDDs or SSDs, to a Raspberry PI (or any Linux-based system) to expand storage for applications and services. Read More …

Linux – Monitor Disk I/O on Terminal

Monitoring Disk I/O on Linux systems is one of the most common task to follow when analyzing the current performance status of a system and trying troubleshoot/optimize an existing environment, when talking about storage and volumes. Read More …

Linux – List installed package/s and its/their details [New Question]

A quick question, answered on Heelpbook, about “Linux – List installed package/s and its/their details”, a useful activity also to extract needed packages installed on Linux and backup the list for future reference. Read More …

Powershell – Extract Files from ZIP Archive

Starting with PowerShell 5, cmdlets like Expand-Archive can extract the content of ZIP files to disk. However, you can always extract only the entire archive. Luckily, there are other methods to extract, not only, from .zip archives, specified files or folders, on Windows-based systems. Read More …