#The power of z
Do you spend lots of time doing things like this?
cd this/is/the/path/that/i/want/so/i/type/it/all/out/to/get/whereiwant
With z, you could just do this:
{ | |
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", | |
"contentVersion": "1.0.0.0", | |
"parameters": { | |
"uniqueSolutionPrefix": { | |
"type": "string", | |
"metadata": { | |
"description": "Prefix used for resource names. Should be unique as this will also be used for domain names." | |
} | |
}, |
#The power of z
Do you spend lots of time doing things like this?
cd this/is/the/path/that/i/want/so/i/type/it/all/out/to/get/whereiwant
With z, you could just do this:
VERSION=0.20.6 | |
sudo apt-get update | |
sudo apt-get install openjdk-6-jdk | |
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$VERSION.deb | |
sudo dpkg -i elasticsearch-$VERSION.deb | |
# be sure you add "action.disable_delete_all_indices" : true to the config!! |
<!DOCTYPE html> | |
<!--[if lte IE 7 ]> <html class="ie7"> <![endif]--> | |
<!--[if IE 8 ]> <html class="ie8"> <![endif]--> | |
<!--[if IE 9 ]> <html class="ie9"> <![endif]--> | |
<!--[if (gt IE 9)|!(IE)]><!--> <html> <!--<![endif]--> | |
<head> | |
<title> | |
Home Page | |
- | |
Deutsche Digitale Bibliothek |
Foo Bar | |
Baz |
Foo | |
Bar |
ddb help desk is a web application for managing ddb institutions and its users.
Clone the repo, git clone https://github.com/Deutsche-Digitale-Bibliothek/ddb-helpdesk
, or download the latest release.
#MV*
##MVC
#MV*
GUI Architecture JavaScript MV* MV* & Backbone.js
##MVC