Skip to content
View akorn's full-sized avatar

Block or report akorn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. chillscope chillscope Public

    A script to intelligently suspend backgrounded X11 applications

    Shell

  2. This script can transfer large direc... This script can transfer large directory structures with parallel rsync workers. Example command line: `rsync_parallel . -- -aHSAX --exclude '*13' . /tmp/2/.`
    1
    #!/bin/zsh
    2
    #
    3
    # Copyright (c) 2014, 2020 by Dr. András Korn. Implements the basic idea of a similar script by Robert Coup (2013).
    4
    # License: GPLv3
    5
    
                  
  3. zfsbackup zfsbackup Public

    A set of scripts to back up data to one or more servers using rsync and automatically create/expire zfs snapshots of the backups

    Shell 14 5

  4. Run specified (presumably expensive)... Run specified (presumably expensive) command with specified arguments and cache result. If cache is fresh enough, don't run command again but return cached output.
    1
    #!/bin/zsh
    2
    #
    3
    # Purpose: run specified command with specified arguments and cache result. If cache is fresh enough, don't run command again but return cached output.
    4
    # Also cache exit status and stderr.
    5
    # Copyright (c) 2019-2023 András Korn; License: GPLv3
  5. iptablez iptablez Public

    A collection of zsh functions and scriptlets to help build maintainable iptables rulesets

    Shell 2 1