Cheatsheets
http.cheatsheet
· ☕ 9 min read
#-# #-# Headers #-# #-# Request headers Field Example Description Accept Accept: text/html Acceptable Content-Types for the response. Accept-Charset Accept-Charset: utf-8 Acceptable character sets. Accept-Encoding Accept-Encoding: gzip, deflate Acceptable encodings (for compression). Accept-Language Accept-Language: en-US Acceptable human langages. Accept-Datetime Accept-Datetime: Fri, 21 Dec 2012 06:06:06 GMT Acceptable time of last update. Authorization Authorization: Basic YnJvOmhvbmVzdGx5 HTTP authentication credentials. Cache-Control Cache-Control: no-cache Directives which caching mechanisms must obey. Connection Connection: keep-alive Type of preffered connection for the client.

hystrix.cheatsheet
· ☕ 6 min read
#-# #-# Annotations #-# #-# @HystrixCollapser Property Default Description collapserKey Name of annotated method Specifies a collapser key. batchMethod - Method name of batch command which must have the following signature: java.util.List method(java.util.List). scope Scope.REQUEST Defines what scope the collapsing should occur within. collapserProperties {} Specifies collapser properties. #-# @HystrixCommand Property Default Description groupKey Class name of annotated method Used for grouping together commands such as for reporting, alerting, etc.

irssi.cheatsheet
· ☕ 1 min read
#-# #-# Nick #-# Register current nickname. /msg nickserv register you@example.com Indent your nickname. /msg nickserv identify Set current nickname. /nick vrachieru #-# #-# Networks / Servers #-# Bind nickname with network. /network add -nick Connect to the network. /connect List networks. /network list Bind server with network. /server add -auto -network List servers. /server list #-# #-# Channels #-# Join to a channel. /join #channel Leave current channel. /part

jira.cheatsheet
· ☕ 1 min read
#-# #-# Keyboard shortcuts #-# #-# Global Shortcut Description gd Go to Dashboard gp Browse to a Project ga Go to Agile gi Find Issues gg Administration Quick Search / Quick Search . Quick Operations c Create an Issue Alt+Ctrl+s Form Submit #-# Navigation Shortcut Description o View selected Issue j Next Issue k Previous Issue [ Dock/Undock the Filters Panel n Next Activity p Previous Activity f Focus search field

markdown.cheatsheet
· ☕ 1 min read
#-# #-# Headers #-# h1 h3 Header 1 Header 2 #-# #-# Links #-# link [link][google] [google]: http://google.com http://google.com #-# #-# Images #-# #-# #-# Emphasis #-# italic italic bold bold #-# #-# Code #-# 4 space indent Blockquotes This is a blockquote Nested Blockquote #-# #-# Horizontal line #-#

maven.cheatsheet
· ☕ 2 min read
#-# #-# Commands #-# #-# General command structure mvn -P #-# Simple stuff mvn help mvn compile mvn validate mvn verify mvn test mvn clean mvn clean package mvn clean install mvn clean deploy #-# #-# Dependencies #-# #-# Scope Scope Description compile Compile dependencies are available in all classpaths of a project and are propagated to dependent projects. (default) provided Similar to compile, but indicates you expect the JDK or a container to provide the dependency at runtime.

skype.cheatsheet
· ☕ 5 min read
#-# #-# Chat types #-# To find out what type of chat you’re in, simply type /get name into the chat window and press Enter. Type Starts with cloud-based 19:… p2p-based #skypename… #-# #-# Cloud-based commands and roles #-# Role Description Admin Also known as chat hosts/masters. Admins can promote other people to admins. Speaker A member who can post messages into the chat and participate in calls. Command Description

tmux.cheatsheet
· ☕ 2 min read
#-# #-# Actions #-# KeyBind + Combination Key Description Ctrl+b % Split the current window vertically into two panes. Ctrl+b :split-window Horizontally split window or current pane. Ctrl+b o Switch to the next pane. Ctrl+b c Open new window. Ctrl+b l Move to previous window. Ctrl+b n Move to next window. Ctrl+b p Move to previous window. Ctrl+b d Detach current client. Ctrl+b x Kill the current pane. Ctrl+b & Kill the current window.

ubuntu.cheatsheet
· ☕ 2 min read
#-# #-# Keyboard shortcuts #-# #-# Gnome Shortcut Description Ctrl+Alt+F1 Switch to the first virtual terminal. Ctrl+Alt+F[2..6] Select the different virtual terminals. Ctrl+Alt+F7 Restore back to the current terminal session with X. Ctrl+Alt+Backspace Restart GNOME. Alt+Tab Switch between open programs. Ctrl+Alt+L Lock the screen. Alt+F1 Open the Applications menu. Alt+F2 Open the Run Application dialog box. Alt+F3 Open the Deskbar Applet. Alt+F4 Close the current window. Alt+F5 Unmaximize the current window.

vim.cheatsheet
· ☕ 4 min read
#-# #-# Cursor movement #-# Command Description h or ← move cursor left j or ↓ move cursor down k or → move cursor up l or ↑ move cursor right w jump forwards to the start of a word W jump forwards to the start of a word (words can contain punctuation) e jump forwards to the end of a word E jump forwards to the end of a word (words can contain punctuation)

yaml.cheatsheet
· ☕ 2 min read
#-# Collection indicators ‘? ’ : Key indicator. ‘: ’ : Value indicator. ‘- ’ : Nested series entry indicator. ‘, ’ : Separate in-line branch entries. ‘[]’ : Surround in-line series branch. ‘{}’ : Surround in-line keyed branch. #-# Scalar indicators ’’’’ : Surround in-line unescaped scalar (’’ escaped ‘). ‘"’ : Surround in-line escaped scalar (see escape codes below). ‘|’ : Block scalar indicator. ‘>’ : Folded scalar indicator.

· ☕ 1 min read
This category would contain cheatsheets that cannot be made public.