Skip to content

Instantly share code, notes, and snippets.

View demuxer's full-sized avatar
💭
Studying for AWS Certifications

demuxer demuxer

💭
Studying for AWS Certifications
View GitHub Profile
@tavinus
tavinus / cloudsend.sh
Last active September 12, 2024 12:57
Send files to Nextcloud/Owncloud shared folder using curl
#!/usr/bin/env bash
############################################################
# MIGRATED TO REPOSITORY
# https://github.com/tavinus/cloudsend.sh
#
# This gist will NOT be updated anymore
############################################################
############################################################
@str
str / SpotDetector
Last active August 29, 2015 14:07
Plan de acción para el desarrollo de la aplicación
SpotDetector (detector de manchas :P)
metas a corto plazo
--------------------
- conseguir URLs de descarga de radios online para volcar steam a archivo
- definir herramienta para volcar steam a archivos
- asignar quién descargará que emisora (actualizar gist)
- descargar audio de 24 horas
metas a mediano plazo
@ricardo-rossi
ricardo-rossi / ElasticSearch.sh
Last active December 1, 2023 04:55
Installing ElasticSearch on Ubuntu 14.04
#!/bin/bash
### USAGE
###
### ./ElasticSearch.sh 1.7 will install Elasticsearch 1.7
### ./ElasticSearch.sh will fail because no version was specified (exit code 1)
###
### CLI options Contributed by @janpieper
### Check http://www.elasticsearch.org/download/ for latest version of ElasticSearch