Skip to content

Instantly share code, notes, and snippets.

View lzkill's full-sized avatar

Luiz Kill lzkill

  • Vitória/Brasil
View GitHub Profile
@gmarfjan
gmarfjan / tkstar-tk915.adoc
Created June 1, 2020 11:45
Commands for managing a tk-start tk915 GPS tracker

TKSTAR-TK915 SMS Commands

Nota

  • <space> means space character

  • <phone number> like 00330612345678 (prefer international format)

Table 1. Admin commands
@ramkumardevanathan
ramkumardevanathan / gist:d25bb91d8ab170d3b656
Created November 25, 2014 03:31
simple gist to get docker ps output as csv file
docker ps -a --no-trunc | awk -F " +" '{$1=$1}1' OFS="\t"
@LeCoupa
LeCoupa / bash-cheatsheet.sh
Last active March 31, 2024 11:57
Bash CheatSheet for UNIX Systems --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04