Streamline Azure Security with Palo Alto Networks VM-Series
Centrally manage physical and virtualized firewalls with Panorama
Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
Learn more
Stop Storing Third-Party Tokens in Your Database
Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
Small tool written in Perl for synchronizing file archives based on MD5 sum comparison (e.g. it detects when a file has just been renamed or moved to a new location inside of the archive). Best suited for offline synchronization, e.g. for mp3 archives.
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.
A perl daemon to create a "timemachine" lookalike backup with Dirvish.
A perl daemon loosely based on iWatch, used to create a "timemachine" lookalike backup with Dirvish.
iWatch2 is based on iNotify.
The daemon can monitor (and exclude) various sets of directories - defined in an XML file - and calls a command or script after a preset time passed (eg, starts a Dirvish backup after 1 hour).
Of course not limited to execute Dirvish commands.
hierarchical directory tree sizer - perl script. this pure perl script scans a directory tree, and outputs standard ascii, tree-like directory size report. should work on any OS once it has perl installed.
This is a small script for changing large numbers of filenames at once. Change any part of the filename or extension. Rename the files or copy them to the new name and retain the original. There's a switch for testing the results before committing.
A set of perl script to be used with Hobbit or Big Brother monitoring system. netapp.pl - check netapp storage via rsh beastat.pl - use weblogic.jar to check BEA WLS Server dbcheck.pl - use DBI/DBD perl libraries to check Oracle/Informix/SQLServer
File dupe-check and semi-automatic pruning. Stores hashes between runs so you needn't rehash every file every time you run the script. Good for large, static file collections.
The script generates an automounter map with all blockdevices found in the system.
The file systems on the partitions were detected automatically.
And it creates a HTML-File with all entries for an easy access to the devices and partitions. It also wo
dl is a perl script which offers a quick solution to the difficulty of recovering deleted files in UNIX. Files given to dl are compressed, moved to a private directory, and deleted only when they haven't been recovered for a configurable amount of time.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
'dirsize' is a simple perl script that displays the size of a given directory recursively... Now, I *KNOW* there must be some other way to do that but hey, it was faster writing down about 40 lines of perl...