Friday, September 09, 2022

Don't forget to write filename for swap

sudo swapon /swapfile

No comments:

Python Terminal Animation for Waiting

A nice small tool for terminal animations from yaspin import yaspin with yaspin(): do_stuff()