Linux Software for Ubuntu 14.04

Here is a collection of linux software that I have installed.

  • Deborphan – Finding Orphaned Packages
  • Python Tools
    • sh
      • Calling any external program, in a subprocess, and returning the results to a Python program — but with the same syntax as if the program in question were a native Python function.
    • NumPy
      • What it’s for: Scientific computing and mathematical work, including statistics, linear algebra, matrix math, financial operations, and tons more.
    • Gooey
      • What it’s for: Turn a console-based Python program into one that sports a platform-native GUI.
    • Pillow
      • What it’s for: Image processing without the pain.
  • Media Tools
    • avprobe
      • View media file information from the command line
      • Installation
        • sudo apt-get install libav-tools
  • MySQL
    • Community Server Edition
      • Install directly from oracle
    • AutoMySQLBackup
      • AutoMySQLBackup with a basic configuration will create Daily, Weekly and Monthly backups of one or more of your MySQL databases.
      • https://sourceforge.net/projects/automysqlbackup/

Leave a Reply

Your email address will not be published. Required fields are marked *