What command would show me the disk usage of all user home directories under /home, sorted by size in human-readable format, and excluding directories smaller than 1GB?
How can I list all installed packages along with their versions on my system and save this information in a CSV file named 'installed_packages.csv', with 'Package Name' and 'Version' as headers?
Can you give me a Bash command to list the top 5 largest installed packages on my system, displaying their names and sizes, sorted from largest to smallest?
I need a command to generate a list of all systemd services currently enabled on my system, including their active status (active/inactive), and save this list to a text file named 'services_status.txt'.