PRACTICAL UTILITIES

Minimal, functional scripts for automation and data extraction.

Ubuntu Automation Script

One-command full development environment setup for Ubuntu 24.04 (GUI apps included).

Requires: Ubuntu 24.04, sudo, curl

curl -sSL https://lifeatlas.site/bin/linux-setup/ubuntu/install.sh | bash
view sourcereadme

WSL2 Automation Script

Lightweight development environment setup for WSL2 (headless, no GUI apps).

Requires: Ubuntu 24.04 (WSL2), sudo, curl

curl -sSL https://lifeatlas.site/bin/linux-setup/wsl2/install.sh | bash
view sourcereadme

Instagram Photo Downloader

Archive Instagram photos with captions and sorting.

Requires: Python 3.8+, pip

python instagram_downloader.py --user [username]
view sourcereadme

IG Screenshot Extractor

Extract media and metadata from Instagram screenshots.

Requires: Python 3.8+, pip

python ig_extract.py --input ./screenshots
view sourcereadme

MD2Docx Converter

Convert Markdown to professional Word docs.

Requires: Node.js 18+

node md2docx.js input.md output.docx a5
view sourcereadme