Skip to content

Instantly share code, notes, and snippets.

View kunal15595's full-sized avatar

Kunal Khandelwal kunal15595

View GitHub Profile
@avtaniket
avtaniket / Install-Redis-Amazon-Linux-2.md
Last active May 13, 2026 12:11
Install Redis On Amazon Linux 2

Install Redis On Amazon Linux 2

  • Update the system packages:
sudo yum update -y
  • Install the Redis package using the Amazon Linux Extra Packages for Enterprise Linux (EPEL) repository

Upload images to GitHub

  1. Create a new issue on GitHub.

  2. Drag an image into the comment field.

  3. Wait for the upload process to finish.

  4. Copy the URL and use it in your Markdown files on GitHub.

@springmeyer
springmeyer / launchpad_stats.py
Created May 24, 2012 00:26
launchpad download stats for ppa package
# See https://api.launchpad.net/+apidoc/devel.html#binary_package_publishing_history
# See https://help.launchpad.net/API/launchpadlib
from launchpadlib.launchpad import Launchpad
import os
USERNAME='developmentseed'
PPA='mapbox'
PACKAGE='tilemill'