Here is a collection of linux software that I have installed.
- Deborphan – Finding Orphaned Packages
- http://www.unixmen.com/finding-orphaned-packages-using-deborphan-rpmorphan/
- Installation
- sudo apt-get install deborphan
- 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.
- sh
- Media Tools
- avprobe
- View media file information from the command line
- Installation
- sudo apt-get install libav-tools
- avprobe
- 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/
- Community Server Edition