Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.
Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
Build an app in Retool
Atera all-in-one platform IT management software with AI agents
Ideal for internal IT departments or managed service providers (MSPs)
Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
This script corrects vowel mutation (Umlaut) errors in filenames
I have written this short script to correct vowel mutation (Umlaut) errors in filenames.
This errors typically occur when you copy files to a system with UTF-8 charset from a system using another charset.
One typical case is when a Windows-Client transfers files via FTP on a server using UTF-8.
Such errors can't be corrected using convmv.
diff2html is a bash 3.2 script that uses the output from diff(1) to create an html file with color comparison of file1 to file2. The html file (optionally) formats using CSS. Hyperlinks are provided to jump to the changed lines.