less {filename}
Navigation | |
---|---|
SPACE |
forward one window |
b |
backward one window |
d |
forward half window |
# Logstash config for Glassfish logs | |
# Used in combination with slf4j and logback | |
# Output: | |
# - application: glassfish | |
# - type: application or internal | |
# - categorie: technical or functional | |
input { | |
# If running logstash under a different user then check your permission to be sure that |
#! /usr/bin/env python | |
""" | |
Requeriments: | |
$ sudo pip install boto dnspython | |
Edit ~/.boto to use your AWS credentials | |
""" |
# | |
# Simple Makefile for programming Atmel AVR MCUs using avra and avrdude | |
# | |
# Assemble with 'make', flash hexfile to microcontroller with 'make flash'. | |
# | |
# Configuration: | |
# | |
# MCU -> name of microcontroller to program (see 'avrdude -p ?' for a list) | |
# TARGET -> target board/programmer to use (see 'avrdude -c ?' for a list) | |
# DEVICE -> linux device file refering to the interface your programmer is plugged in to |
As configured in my dotfiles.
start new:
tmux
start new with session name:
I hereby claim:
To claim this, I am signing this object:
Project description: A good description is clear, short, and to the point. Describe the importance of your project, and what it does.
Optionally, include a table of contents in order to allow other people to quickly navigate especially long or detailed READMEs.
What things you need to install before you can statrt installing the software itself.
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
--- | |
AWSTemplateFormatVersion: '2010-09-09' | |
Description: some-sftp-server | |
Parameters: | |
HostedZoneIdParam: | |
Type: String | |
Description: Hosted Zone ID | |
SFTPHostnameParam: | |
Type: String |