# Mirror of https://2024.fossy.us Generated with: ``` cd .. wget --mirror --convert-links --adjust-extension --page-requisites --no-parent https://2024.fossy.us/ cd 2024.fossy.us ``` You may then want to remove the dashboard links, since the login won't work, as well as the link to buy tickets. ``` find -name '*.html' -print0 | xargs -0 sed -i 's|.*Dashboard||g' find -name '*.html' -print0 | xargs -0 sed -i 's|.*Get your ticket!.*||' attend/tickets/index.html rm dashboard.html rm -rf tickets/ rm -rf account/ ``