Skip to content

Instantly share code, notes, and snippets.

@imatpro
imatpro / hi
Created May 11, 2017 15:32 — forked from nikopol/hi
hostinfo
#!/usr/bin/env perl
#niko h[ost]i[nfo]
use strict;
use warnings;
use utf8;
use 5.010;
my $VERSION = '0.3';
@imatpro
imatpro / rd-clean.sh
Last active February 19, 2024 10:06 — forked from unicolet/rd-clean.sh
Synced via Snip
#!/bin/sh
#Version mysql
KEEP=30
cd /var/lib/rundeck/logs/rundeck
JOBS=`find . -maxdepth 3 -path "*/job/*" -type d`