- Deloitte GmbH Wirtschaftsprüfungsgesellschaft
- Neben Interesse an IT-spezifischen Themen, Engagement und Freude am Umgang mit Menschen bringen Sie mindestens den mittleren Bildungsabschluss (Fachoberschulreife) mit. In den Hauptfächern Mathe, Deutsch und Englisch können Sie gute Noten vorweisen und haben idealerweise bereits Vorkenntnisse im Bereich der Informatik. Sie sind offen für Neues, kommunikativ und neugierig. Zudem kennen Sie sich mit den gängigen MS-Office-Programmen und modernen Kommunikationsmedien gut aus.
- Adriana Karls, +49 (0)211 8772 3860
- www.deloitte.com/careers
- https://jobs.deloitte.de/job/Düsseldorf-Auszubildende-zum-Fachinformatiker-(mw)-für-Anwendungsentwicklung-ab-August-2017/325788601/%20&tcsource=apply
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
# | |
# A .NET Core on CentOS demo application | |
# | |
FROM centos:7.3.1611 as centos | |
RUN yum -y update && \ | |
yum -y install libunwind libicu | |
######################### |
https://github.com/chgeuer/td/blob/master/ARM/azuredeploy.json#L28-L35
"parameters": {
"deployVPN": {
"type": "string",
"defaultValue": "enabled",
- http://github.com/chagarw/MDPP/
- https://github.com/Azure-Samples/resources-dotnet-deploy-virtual-machine-with-managed-disks-using-arm-template/blob/master/ARMTemplate/TemplateValue.json#L138-L153
- https://social.msdn.microsoft.com/Forums/azure/en-US/c07c2f1c-d70d-4182-a918-0309897e2163/arm-template-example-managed-disks
{ "type": "Microsoft.Compute/availabilitySets", "properties": { "platformUpdateDomainCount": 5, "platformFaultDomainCount": 2 },
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
youtube-dl https://www.youtube.com/watch?v=tMO28ar0lW8 | |
youtube-dl https://www.youtube.com/watch?v=pVHhmqYozOM | |
youtube-dl https://www.youtube.com/watch?v=L1-amhlGk7c | |
youtube-dl https://www.youtube.com/watch?v=5injICmmVII | |
youtube-dl https://www.youtube.com/watch?v=xzY1C_O3gDk | |
youtube-dl https://www.youtube.com/watch?v=xzY1C_O3gDk | |
youtube-dl https://www.youtube.com/watch?v=QRdZDcYq9-Y | |
youtube-dl https://www.youtube.com/watch?v=QRdZDcYq9-Y | |
youtube-dl https://www.youtube.com/watch?v=1ocF_9Nc0ik | |
youtube-dl https://www.youtube.com/watch?v=eXiWPiePX2E |
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
$pfx = "C:\Users\chgeuer\Desktop\Azure Germany Management Certificate (9f64b3d5-fb63-43e6-afa2-d832f709f700)\CN_Christian Geuer-Pollmann Management AzureGermanCloud (9f64b3d5-fb63-43e6-afa2-d832f709f700).p12" | |
$password = ""; | |
$rawData = [System.IO.File]::ReadAllBytes($pfx) | |
$authcert = New-Object -TypeName System.Security.Cryptography.X509Certificates.X509Certificate2 -ArgumentList $rawData, $password | |
$subID = "9f64b3d5-fb63-43e6-afa2-d832f709f700" | |
$baseurl = "https://management.core.cloudapi.de" | |
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
# installer which came with http://www.amazon.de/Kuman-Resolution-Display-Protective-Raspberry/dp/B01FX7909Q/ | |
sudo mkdir /etc/X11/xorg.conf.d | |
sudo cp -rf ./usr/99-calibration.conf-35 /etc/X11/xorg.conf.d/99-calibration.conf | |
sudo cp -rf ./usr/99-fbturbo.conf /usr/share/X11/xorg.conf.d/ | |
sudo cp ./usr/tft35a-overlay.dtb /boot/overlays/ | |
sudo cp ./usr/tft35a-overlay.dtb /boot/overlays/tft35a.dtbo | |
sudo cp ./usr/cmdline.txt /boot/ | |
sudo cp ./usr/inittab /etc/ |
- http://www.zohaib.me/elixir-phoenix-framework-embedded-image-for-raspberry-pi-2/
- https://hub.docker.com/r/zabirauf/nerves-sdk-elixir/
- https://github.com/nerves-project/nerves_system_br
- https://github.com/nerves-project/nerves-examples
- https://github.com/zabirauf/Dockerfiles/blob/master/Nerves-SDK/Dockerfile
- http://www.gregmefford.com/blog/2016/01/22/driving-neopixels-with-elixir-and-nerves/
- https://github.com/GregMefford/nerves_neopixel