Laur's blog
Sign in Subscribe

remove

A collection of 4 posts
Rundeck - Speeding Up Even More the  Cleaning Process
execution

Rundeck - Speeding Up Even More the Cleaning Process

As I was running the script, I've noticed it ran very slow. I have left it for a few days to run (700K executions), I've noticed the speed increased linearly over time. As Rundeck has both DB and files to store its data, it looked to
Oct 12, 2018 1 min read
Remove Executions in Rundeck
execution

Remove Executions in Rundeck

TL;DR: You have to get the executions' list and remove the appropriate ones using hte API. Once we've managed to get the list of job executions, we can use the API to remove the relevant executions. The command is rather simple: def deleteExecutions(server, port, api_
Oct 8, 2018 2 min read
Remove Large Files in Git
bfg

Remove Large Files in Git

TL;DR: BFG is your friend. java -jar bfg.jar -b 50M myrepo-bfg.git for example The other day I've committed a rather large file by mistake (generated movie of the git commit history). This was a bit annoying because all other developers would have suddenly to check
Sep 6, 2018 1 min read
Drop an Oracle-Loaded XSD in Python
cx_oracle

Drop an Oracle-Loaded XSD in Python

A loaded schema can be dropped if: * No other schema depends on it * No data using the schema is loaded I think you may force unloading schemas even if there is data loaded but I haven't tried that. The code to drop a schema is: dbms_xmlschema.deleteSchema(
Mar 31, 2014 1 min read
Page 1 of 1
Laur's blog © 2025
  • Sign up
Powered by Ghost