Londonist Cheatsheet

Ezra Cheatsheet

server starting

mysql

  • sudo mysql -u root -- connects to the mysql command line

data grip

  • snap find datagrip - finding data grip

kill 800 already used port

  • sudo fuser -k 8000/tcp


Jira API

  • The format of all REST URIs in JIRA is: http://hostname/rest/<api-name>/<api-version>/<resource-name> realworld example: http://hostname/rest/api/2/issue/MKY-1

  • Authentication for jira api steps

  • configure jira account - - -