Skip to content

Needed solutions

adrianbartyczak edited this page Jan 25, 2018 · 13 revisions

This is a list of needed solutions for General-purpose-computing.

Scripts

Linux

File management

  • Move all recursively found files matching a given name to another directory. The file name must allow regex.

    Usage:
    ffmv <file name> <new directory>

Note: These solutions do not have to support file names with spaces.

Functions scripts

Applications

Databases

  • Application server management functions for the WildFly application server (e.g. deploying/undeploying, listing and clearing application files)
Clone this wiki locally