Skip to content
View traek's full-sized avatar

Highlights

  • Pro

Organizations

@copacoders
Block or Report

Block or report traek

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

  1. Simple script to download files from... Simple script to download files from single web page
    1
    #!/usr/bin/env bash
    2
    if (( $# > 0 )); then destination=$1; else destination="."; fi
    3
    # Check for required commands
    4
    required=(awk grep lynx wget); missing=()
    5
    for command in ${required[@]}; do
  2. firewalld/firewalld firewalld/firewalld Public

    Stateful zone based firewall daemon with D-Bus interface

    Python 833 270

  3. ungatech/customfunctions ungatech/customfunctions Public

    CustomFunctions WordPress Plugin

    PHP