openssl req -x509 -newkey rsa:2048 -keyout key-with-pass.pem -out cert.pem -days 365- https://hackernoon.com/how-it-feels-to-learn-javascript-in-2016-d3a717dd577f#.t92c2266z
- Antwort auf how-it-feels-to-learn-javascript-in-2016: http://www.macwright.org/2016/10/04/everything-is-fine-with-javascript.html
The quickest way to get the ini file you need is exporting it from the the Settings -> Customization dialog. Once you have this ini file you can open and edit it to disable any widgets you don't need to see.
qgis --customizationfile qgis_custom.ini
Videos stored on an SD card can be imported with the Camera Connection Kit when formatted properly.
First, you must set up your SD card. In order for the iPad to recognize your media files, it has to think that the card you store your media on is from a camera.
To do this, set the folder structure to something of the type created on a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| license: bsd-2-clause |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // blindtiffs | |
| // ---------- | |
| // Usage: blindtiffs <src> <dst> | |
| // Recursively copies folder <src> to folder <dst>. | |
| // All GeoTIFFs in the source tree are 'blinded' by | |
| // gdal_calc.py to have zero channels but still contain | |
| // all the meta data. | |
| // | |
| // (c) 2017 by Sascha L. Teichmann |