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 paladini

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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 491 66

  2. activeadmin-themes activeadmin-themes Public

    Awesome themes for ActiveAdmin.

    172 11

  3. awesome-poscomp awesome-poscomp Public

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

    162 20

  4. aax2mp3-easy aax2mp3-easy Public

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

    Shell 74 19

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

    A simple Markov chains lyric generator written in Python.

    Python 19 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`