apt update
apt upgrade
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/env python3 | |
| # Download one file or folder | |
| # from Google Drive using gdown (https://pypi.org/project/gdown) | |
| # REQUIREMENTS: | |
| # pip install gdown | |
| import gdown | |
| url = str(input("url: ")) |
Enabling hibernation on Arch Linux is a useful feature that allows you to save your current system state to your hard disk and power off your computer. When you turn your computer back on, you can resume from where you left off, which is a great way to save time and improve productivity.
Here is a step-by-step guide on how to enable hibernation on Arch Linux.
I used this installation instruction.