Skip to content
View traek's full-sized avatar

Organizations

@copacoders

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.

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. 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 978 288

  3. ungatech/customfunctions ungatech/customfunctions Public

    CustomFunctions WordPress Plugin

    PHP