Tag: linux
Linux-related tips, tricks, and tutorials.
-
Web Scraping on the Shell
Often times there's data on the internet we'd like to get our hands on. In most cases I'd start on a Python script with the usual suspects requests, beautifulsoup4, json or csv. This works well butwhen the task in question only needs to be run once, it would be alot easier to run a few commands on the shell.
-
Tips For An Improved Arch Linux Experience
Arch is great but can require some effort to configure. Here are a couple of tips.
-
Querying Pacman with Datalog
Using Datalog to query pacman dependencies.
-
Colouring arbitrary shell output
Color shell output with python-pygments.