Skip to content
View danixland's full-sized avatar

Block or report danixland

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. my-dotfiles my-dotfiles Public

    Dotfiles and other config files for customization of my systems

    Shell

  2. palette-viewer palette-viewer Public

    a small webpage to help you visualize a color palette.

    PHP

  3. wp_manager wp_manager Public

    bash script to install and manage WordPress VHosts in a LAMP environment

    Shell

  4. script to create a bare git reposito... script to create a bare git repository and fill it up with some settings to allow git to send notification emails as well as deploy the code. Save it inside the git-shell-commands directory as "create"
    1
    #! /bin/bash
    2
    
    
    3
    # usage:        create <PROJECT> - create a git bare repository named PROJECT.git
    4
    #               this command will setup the repo and send a mail for confirmation.
    5
    
    
  5. script that helps you create an anim... script that helps you create an animated gif from images. It also can proportionally resize the images. Uses Imagemagik's mogrify and convert.
    1
    #! /bin/bash
    2
    
    
    3
    # Author:       Danilo 'danix' Macri
    4
    # Author URI:   http://danixland.net
    5
    # Script URI:   http://danixland.net/?p=3545
  6. script to delete a bare git reposito... script to delete a bare git repository after checking some conditions. Save it inside the git-shell-commands directory as "delete"
    1
    #! /bin/bash
    2
    
    
    3
    # usage:        delete <REPOSITORY> - PERMANENTLY delete a repository if existing.
    4
    #               CAREFUL, this action cannot be undone. This command will ask for confirmation.
    5