Skip to content
View paladini's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Organizations

@ElementaryDesignProject @kairosdb @btcbrdev @saganistas
Block or Report

Block or report paladini

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. ghost-on-github-pages ghost-on-github-pages Public

    Ghost on Github Pages. Build and deploy Ghost for free in a few minutes.

    Shell 478 71

  2. activeadmin-themes activeadmin-themes Public

    Awesome themes for ActiveAdmin.

    169 11

  3. awesome-poscomp awesome-poscomp Public

    Uma coleção de incríveis recursos para as provas da POSCOMP.

    143 19

  4. aax2mp3-easy aax2mp3-easy Public

    Convert Audible AAX (.aax) files to MP3 (.mp3) with no effort.

    Shell 72 19

  5. py-simple-lyric-generator py-simple-lyric-generator Public

    A simple Markov chains lyric generator written in Python.

    Python 18 2

  6. AWS redis-cli without redis server o... AWS redis-cli without redis server on AWS EC2
    1
    # Setup redis-cli without the whole Redis Server on AWS EC2
    2
    
                  
    3
    This fast tutorial will teach you how to install `redis-cli`on AWS EC2 without having to install the whole Redis Server. Firstly, SSH into your EC2 instance and run the following command:
    4
    
                  
    5
    `$ sudo yum install gcc`