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

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

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

    Shell 489 67

  2. activeadmin-themes Public

    Awesome themes for ActiveAdmin.

    172 11

  3. awesome-poscomp Public

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

    148 20

  4. aax2mp3-easy Public

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

    Shell 73 19

  5. 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...
    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`