/sys-tools

My maintenance scripts

Primary LanguageShell

sys-tools

A personal assortment of useful scripts:

  • aptdate
    Upgrade all system packages using APT, and cleanup after.
    Run aptdate to upgrade everything. Use aptdate clean to delete cache files before updating.
  • pipdate
    Update all Python packages for any specific python installation (requires pip to be available).
    Run pipdate to update the default Python3 installation.
    Run pipdate /path/to/python to update a specific python installation.
    Available for windows as pipdate.cmd
  • fix-newline
    Remove \r from a file in-place