fed-franz / utilities

Useful reusable scripts and code snippets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

utilities

Useful reusable scripts and code snippets

Bash

keep-process-running

Starts a process and restarts it as soon as it stops running

tar-file-xz

Compress a file as tar.xz and then (on success) deletes the file

Docker

Debian-base

Updated debian image, with pre-installed package sets

USAGE:
docker build -f Dockerfile-debian-base -t fedfranz/debian-base .

  • Select package set (pkg_set):
    docker build -f Dockerfile-debian-base -t fedfranz/debian-base:SETNAME --build-arg pkg_set=SETNAME .

Available sets:

  • curl wget
  • ping
  • ifconfig
  • nslookup

NOTE:

  • To update to latest version use '--no-cache' option

About

Useful reusable scripts and code snippets


Languages

Language:Shell 64.0%Language:JavaScript 36.0%