Skip to content
View pida42's full-sized avatar
🐋
🐋
  • Magrathean Republic
  • Earth... Sometimes Magrathea...

Organizations

@4-2-cz

Block or report pida42

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. Admin's command line cheat sheet
    1
    # Admin's command line cheat sheet
    2
    
                  
    3
    ## Arguments, variables and parameters
    4
    
                  
    5
    ### Argumets
  2. howto Public

    Useful and easily forgettable experiences from developer's hacking solutions...

  3. Fail2Ban - SMTP fiters that helps me...
    1
    ## content of: /etc/fail2ban/jail.local
    2
    
                  
    3
    [mail-smtp]
    4
    enabled   = true
    5
    logpath   = /var/log/mail.log
  4. 4-2-cz/ip-list-status-check Public

    IP List Status Check (fe.: Can check online/offline status of IP addresses from /etc/hosts)

    Shell

  5. dnscheck Public

    Forked from olof/dnscheck

    DNSCheck code, DNS delegation quality checker.

    Perl

  6. ImapSync
    1
    #! /bin/sh
    2
    
                  
    3
    # imapcopy -- Sync IMAP accounts (from server account A to server account B)
    4
    # Copyright (C) 2016 Frantisek Preissler, <[email protected]>
    5
    # Released under the terms of The MIT License