Docker has number of commands to achieve tasks. In this article, We have covered Docker command cheat sheet in Image format , Docker compose commands cheat sheet and Docker commands cheat sheet pdf. In the example above, the image consists of five layers. When S. Hykes launched it in 2013, it didn’t take long for Docker to garner … See the Docker Security Cheat Sheet by Thomas Sjögren: some good stuff about container hardening in there. I’ve also omitted the topic of building images and the commands that are associated with that. Best headphones to give as gifts during the 2020 holiday season. Docker has a lot of commands and options, and it is very difficult to remember every command. docker build /location-of-dockerfile/ -t any-name. Download Docker Commands Cheat Sheet PDF now. docker run -d -it image-name Conclusion. docker build /location-of-dockerfile/ -t any-name. Container ausführen. Rootless containers with Podman: The basics (Prakhar Sethi, 2020) Podman and Buildah for Docker users (William Henry, 2019) Podman basics cheat sheet (Doug Tidwell, 2019) Intro to Podman (Red Hat Enterprise Linux 7.6 Beta) (Alessandro Arrichiello, 2018) Related. October 31, 2020. Images and containers. Cheat Sheet to Docker- Important Docker Commands for Software Developers. VMware Tools Download Links. The different types of Docker Storage Driver. Updated Cheat Sheet Docker DCA Dumps ~ Instant Download. Manage Containers List running containers $> docker ps Force rebuild of Docker image $> docker build --no-cache . Mar 20, 2020 - We look at Puppet, Docker, and Ansible, three of the most valuable tools for project containerization and configuration in DevOps, and some valuable cheatsheets. Share to Twitter Share to Facebook Share to Pinterest. Dockerfile Instructions. Alles auf dieser Liste funktioniert mit Docker v. 1.13 oder Podman 1.6. These Cheat Sheet Docker Commands use multiple docker files a developer must change the application with its environments, staging and production. How to Upgrade ESXi 6.5 to ESXi 6.7. Check all the image. Docker Compose Cheat Sheet - All the commands you need to work with Docker Compose all in one useful and easy to read cheat sheet! Home; VMware; Virtualization; Networks; DevOps; Linux; Cloud; About ; Top Posts. Jan 3, 2020 - This tutorial brings a complete list of docker commands in a cheat sheet for download in a pdf and image A4 size format for your reference. https://docs.docker.com/engine/reference/commandline/ps/, https://docs.docker.com/engine/reference/commandline/exec/, https://docs.docker.com/engine/reference/commandline/restart/, https://docs.docker.com/engine/reference/commandline/stats/, https://docs.docker.com/engine/reference/commandline/system_df/, prune your images and volumes on a recurring basis, https://docs.docker.com/engine/reference/commandline/system_prune/, Red Hat Developers Compresensive Cheat Sheet, Remove images, networks, containers, and volumes. Note that we used exec to run a command in a "running" container! If you are, you might consider setting up a cron job to prune your images and volumes on a recurring basis. I’m normally using this command when I am trying to figure out optimal soft/hard limits for containers. What is Dockerfile Dockerfile is use to create Docker custom image. Docker. The integration between Snyk and Docker puts developer-focused container security scanning directly in your Docker tools. Just note the -i flag means interactive and -t means TTY (aka a teletype terminal). Docker Commands Cheat sheet By Sidd B | March 06, 2020 | No comments Table of Content. As you know that our DCA exam dumps had been made up by the Docker experts who had used their experience to aid you with the end product like DCA cheat sheet braindumps. Normally I will use this command just as often as I use ls command on a *NIX terminal. Contribute to eon01/DockerCheatSheet development by creating an account on GitHub. 06 Jan 2020. In this cheat sheet, we'll take a use-case oriented approach: building the image, starting it, and in the end, stopping it and cleaning up after ourselves. Categorized In Containers, Kubernetes, Linux Tags Docker openshift Podman podman tutorial rhel 8. $> docker start mydb Stop a container $> docker stop mydb Add metadata to container $> docker run -d \ label=traefik.backend=jenkins jenkins Build an image from Dockerfile in current directory $> docker build --tag myimage . Docker CheatSheet for Beginners. Cheat Sheets. So, the most useful commands do and expose this information. How to Rename a Directory or … iJS Docker Cheat Sheet provides you with a list of commonly used commands when dealing with containers! 3 minute read. Django Cheat Sheet PHP Data Visualization using Python Python Reference. 1353. Great example of when to use this - you change your prometheus configuration and need it to pick up the changes in your config file. Introduction. So for creating this image we have to use Dockerfile. Our Docker Cheat Sheet will help you learn Docker Commands with examples. kuncen December 6, 2020. Description: Remove all unused images (dangling and unreferenced), containers, networks, and volumes. To interpret various aspects of a data set like its distribution, principal or interference, it is necessary to visualize our data in different graphs or images. Feb 5, 2020 - Discover how to leverage the command-line to improve your container deployment with this helpful Docker Commands Cheat Sheet Newer Post Older Post Home. docker build /location-of-dockerfile/ -t any-name How to see the image docker images How to run that image docker run -d -it image-name . Beide Kommandozeilenwerkzeuge sind einfach gegeneinander austauschbar. We used "EXPOSE" to get the port exposed to the host. docker images. In conclusion, you have completed in this article almost everything. I’ve also omitted the topic of building images and the commands that are associated with that. But there are less exaples, I reconstructed it with real examples. Other Java Development Cheat Sheets Containers are lightweight, portable, virtual environments that developers can share without risking inconsistencies in development. This is similar to docker run -d except the container is never started. -m 'added nginx start' creates a comment for this commit. 9 minutes read (About 1301 words) -常用命令 . … Upon proper use, it can increase the level of security (in comparison to running applications directly on the host). It’s also useful during the development and configuration process since you’ll likely have containers stopping/starting/crashing. docker swarm. Exploratory Data Analysis — EDA is an indispensable step in data mining. Docker Cheat Sheet Satish Kumar October 10, 2020. contactus@bogotobogo.com, Copyright © 2020, bogotobogo 4 min read. Command to run that image. Other commands you might use often, but I didn’t think were so worthy of their own section are docker start (see docs) and docker stop (see docs). Beide Kommandozeilenwerkzeuge sind einfach gegeneinander austauschbar. 0. A docker swarm cheat sheet - learn about docker swarm, docker services, docker swarm nodes, docker swarm tasks and more all on one page! docker push myrepo/myimage:2.0 ; Docker Management Commands. Kostenloses Docker-Cheat-Sheet: Thorsten Hans hat zum Thema "Docker für .NET-Entwickler" ein Cheat Sheet erstellt, in dem er kompakt alles Wissenswertes zusammengefasst hat. Jim Armstrong November 10, 2020 Following hot on the ... To help you get started, we’ve prepared a few resources, including our Docker CLI Cheat Sheet. Docker Commands: A Cheat Sheet. Dafür verwendet man docker run: # docker … Docker Cheat Sheet . Docker is an open-source platform that can be used to build, ship, and run applications by packaging software in containers. Introduction. docker cheat sheet 2020-01-05 2020-08-31. docker. At the bottom of the page, I’ll also put some good links to other Docker resources I like or frequently use. Original post is here. Der häufigste Befehl für Container ist, sie einfach auszuführen. By no means is this an extensive list of commands, I kept it short on purpose so you could use it as a quick reference guide. Container Command Cheat Sheet. 2020-CS107 / AC207 / CSCI E-207. Also, just like mentioned above, if this is a build box consider setting up a cron job to prune your images. by George Kosmidis; June 12, 2020 … Exploratory Data Analysis — EDA is an indispensable step in data mining. All of them works with Docker v. 1.13 or podman 1.6. But there are less exaples, I reconstructed it with real examples. Detailed DCA Cheat Sheet Questions. So, we can commit a container with new CMD and EXPOSE instructions: We can now view our new image with the following command: Getting Docker Container's IP Address from host machine: Docker images can consist of multiple layers. What is docker? This Docker Cheat Sheet describe all you need about docker at a glance. Docker has a lot of commands and options, and it is very difficult to remember every command. Skip to content. "ubuntu-nginx:version2" is our name for the new image. I didn’t think they were so applicable because you should honestly be using docker compose or some other orchestration system (like Amazon ECS or Kubernetes) to launch your containers. James Sanders is an analyst for 451 Research. Docker Cheat Sheet. Docker Security Cheat Sheet¶ Introduction¶ Docker is the most popular containerization technology. Posted on October 23, 2020. Description: Display information about disk space being used by your containers. When S. Hykes launched it in 2013, it didn’t take long for Docker to … Docker Installation. This is probably my 2nd most popular command. No comments: Post a comment. Download cheatsheet . In this article, We have covered Docker command cheat sheet in Image format , Docker compose commands cheat sheet and Docker commands cheat sheet pdf. Run docker –help for more information on a particular command. Be sure to download the pdf version by clicking the button below. Posted by Andrew at 21:58. Docker Compose Cheat Sheet - All the commands you need to work with Docker Compose all in one useful and easy to read cheat sheet! On the other hand, some misconfigurations can lead to downgrade the level of security or even introduce new vulnerabilities. At this point, you’ve built a containerized application described in Part 2 on your local development machine. Docker is very popular for developing applications and sharing them faster. Cheat Sheet to Docker- Important Docker Commands for Software Developers. $> docker start mydb Stop a container $> docker stop mydb Add metadata to container $> docker run -d \ label=traefik.backend=jenkins jenkins Build an image from Dockerfile in current directory $> docker build --tag myimage . Mon aide-mémoire Docker – Docker cheat sheet. This article provides a cheat sheet of the most commonly used Docker commands. Snyk security embedded in Docker Desktop. Subscribe to: Post Comments (Atom) Followers. Command to run that image. In this example, we are telling the image to run nginx in the foreground. Docker: Printable Quick Reference (Cheat Sheet) I use Docker , but not often enough to memorize even basic Dockerfile instructions and CLI commands. In this cheat sheet, we'll take a use-case oriented approach: building the image, starting it, and in the end, stopping it and cleaning up after ourselves. Design: Web Master, Nginx image - share/copy files, Dockerfile, Working with Docker images : brief introduction, Docker image and container via docker commands (search, pull, run, ps, restart, attach, and rm), More on docker run command (docker run -it, docker run --rm, etc. Download cheatsheet . Here’s a cheat sheet on the top Docker commands to know and use. VMware Tools Download Links. Considering, the widespread use of Docker, we have created this article that includes widely-used Docker commands for making your work more productive & efficient. By no means is this an extensive list of commands, I kept it short on purpose so you could use it as a quick reference guide. The integration between Snyk and Docker puts developer-focused container security scanning directly in your Docker tools. Download the Cheat Sheet. Comment and share: Docker: A cheat sheet By James Sanders. Container Command Cheat Sheet. Manage Containers List running containers $> docker ps Force rebuild of Docker image $> docker build --no-cache . Check all the image. Swarm is Docker’s in built containers orches­trator solution, its main purpose is to manage containers in a computer cluster, i.e. Advanced Docker Commands Cheat Sheet. We can then use the docker start command to start the container at any point. Docker Vulnerability Scanning CLI Cheat Sheet Vulnerability Key Description packageName Simplenameofthetop-levelpackage severity SeverityratingbasedonCVSSscore All commands below are called as options to the base docker command. docker tag myimage:1.0 myrepo/myimage:2.0; Push an image to a registry. Swarm comes built into the Docker Engine, you don’t need to install anything to get started. November 23, 2020. Undoubtedly, Docker has become hotter than hot! docker images. Build //Build an image from the Dockerfile in the current directory and tag the image docker build -t myimage:1.0 . It provides us Docker basic commands and system and It's easy to understand. Docker Cheat Sheet. Build //Build an image from the Dockerfile in the current directory and tag the image docker build -t myimage:1.0 . Normally I am using this while trying to debug a container and need to shell into the container. All the Docker commands I am using for developing applications with Docker: list all Docker images, list all Docker containers, stop Docker container or remove all Docker containers ... About; Hire; Blog; Courses; RSS; Docker Cheatsheet. Basic. docker build /location-of-dockerfile/ -t any-name How to see the image docker images How to run that image docker run -d -it image-name . --change='CMD ... is changing the CMD command, which is what the image will run when it is first started up. Sponsor Open Source development activities and free contents for everyone. 9 minutes read (About 1301 words) -常用命令 . Some individuals prefer watching online tutorials and videos, while some individuals have been solving previous year exams and some individuals purchase exam preparation material and use it to prepare for the certification exam. How to Rename a File in Python. How to Install Docker on Windows 10. These Cheat Sheet Docker Commands use multiple docker files a developer must change the application with its environments, staging and production. Orientation and setup; Build and run your image; Share images on Docker Hub; Prerequisites. While the container is running, on another terminal, we can commit the change to another image: Note the the new container dit not start "nginx" server. You’ll probably only use this command on a Docker build machine or on your dev box, nevertheless take note, cause you are likely to use it. GitHub Gist: instantly share code, notes, and snippets. In this article I will highlight the 6 key docker commands I use on a daily basis while using Docker in the real world. Find out why the ecosystem Embed. How to Install Docker on Ubuntu 19.10/18.04/16.04 LTS. Home; VMware; Virtualization; Networks; DevOps; Linux; Cloud; About ; Top Posts. Comment and share: Docker: A cheat sheet By James Sanders. Work through the steps to build an image and run it as a containerized application in Part 2. If we want an image which is containing an operating system and a web server. Description: Display a live stream of running containers usage statistics. by George Kosmidis; June 12, 2020 September 8, 2020; 1 Comment; Tags: ASP.NET Core AspNetCore Docker. So for creating this image we have to use Dockerfile. About Docker command cheat sheet like. by Jack Wallen in Data Centers on December 8, 2020, 9:58 AM PST Kubernetes is a series of open source projects for automating the … Undoubtedly, Docker has become hotter than hot! How to Upgrade ESXi 6.5 to ESXi 6.7. Dockerfile Instructions. How to Rename a File in Python. Blog Archive 2020 (22) November (1) October (2) … Snyk security embedded in Docker Desktop. Working with Image; Containers related; Docker Commands Cheat sheet. docker pull myimage:1.0; Retag a local image with a new image name and tag. What is Dockerfile Dockerfile is use to create Docker custom image. After all I got so annoyed by being unable to quickly sketch some Dockerfile or to do something with the existing containers occasionally, so I decided to write a concise cheat sheet which I can print once and constantly keep on my desktop: You might also use this when resizing a volume. In this article I will highlight the 6 key docker commands I use on a daily basis while using Docker in the real world. Introduction. Creating your container To follow along with the commands, I've borrowed an application with its Dockerfile from my repository representing an ideal Node.js Docker … docker run -d -it image-name Conclusion. it will pull … James Sanders is an analyst for 451 Research. You might also use this if you are debugging which container is using most of your host’s resources. Docker Commands Cheat Sheet. Find out why the ecosystem matters, how to use it, and more. wsargent / docker_cheat.md. You’ll use these commands normally when setting up or testing images and you’ll likely use a lot of flags. Kubernetes: A cheat sheet. Image Command Cheat Sheet. Melden Sie sich hier zu unseren monatlichen DevNews an und wir senden Ihnen das Cheat Sheet per E-Mail, sobald wir es fertiggestellt haben.. Slidedeck zum Webinar In this article we will follow some common docker commands that we need everyday. Syllabus; Schedule; Course Flow; Resources; Materials; Project; Key Word(s): Docker. Check out the docker bench security script, download the white papers. Advanced Docker Commands Cheat Sheet. The different types of Docker Storage Driver. Some individuals prefer watching online tutorials and videos, while some individuals have been solving previous year exams and some individuals purchase exam preparation material and use it to prepare for the certification exam. Email This BlogThis! Docker cheat sheet for .NET Core. Related Articles. Last active Oct 10, 2020. In conclusion, you have completed in this article almost everything. About Docker command cheat sheet like. Photo by Soraya Irving on Unsplash. July 21, 2020. I debated putting this command in here, since I don’t use it all that often, but it’s a nice to have. October 31, 2020. Docker Cheat Sheet PDF; Introduction. Basic Docker Command. What would you like to do? Image Command Cheat Sheet. Star 908 Fork 148 Star Code Revisions 131 Stars 908 Forks 148. Docker Vulnerability Scanning CLI Cheat Sheet Vulnerability Key Description packageName Simplenameofthetop-levelpackage severity SeverityratingbasedonCVSSscore 4 min read. 1353. Using multiple Docker Compose Files. Using multiple Docker Compose Files. Basic Docker Command. Creating your container To follow along with the commands, I've borrowed an application with its Dockerfile from my repository representing an ideal Node.js Docker workflow . docker cheat sheet 2020-01-05 2020-08-31. docker. It’s especially useful when you first SSH to a machine to check what’s running. Docker is a software that offers a set of platform-as-a-service products for developing and deploying applications by packaging software in containers. Kubernetes is a series of open source projects for automating the deployment, scaling, and management of containerized applications. 0. Know more about Docker, its Architecture, Resources, etc. Sunday, December 06, 2020. Pull and run the docker; Connect to container; Start and stop the docker ; See cpu usage; Pull and run the docker. How to Install Docker on Ubuntu 19.10/18.04/16.04 LTS. This one doesn’t come up to often, but it has, especially when you are building lots of images on a box or you are storing lots of data (like prometheus). Best headphones to give as gifts during the 2020 holiday season. Jonathan Johnson. If we want an image which is containing an operating system and a web server. Docker Cheat Sheet is a nice documentation. How to Install Docker on Windows 10. To interpret various aspects of a data set like its distribution, principal or interference, it is necessary to visualize our data in different graphs or images. Most base os images have CMD set to bash so we can interact with the os when attaching. Docker is an open-source platform that can be used to build, ship, and run applications by packaging software in containers. Our one-page Docker cheat sheet contains all the useful one-liners, Docker commands, syntax, and tips for interacting with a container that can all fit on one page. It provides us Docker basic commands and system and It's easy to understand. 10 août 2015 15 août 2020 / Docker, Linux. Der Beitrag Infografik: Docker Cheat Sheet ist … If you’re a cron syntax noob like me, you might find crontab.guru of use in understanding the syntax and shortcuts for popular time intervals. November 23, 2020. (26) - NGINX SSL/TLS, Caching, and Session, Configuration - Manage Jenkins - security setup, Git/GitHub plugins, SSH keys configuration, and Fork/Clone, Build configuration for GitHub Java application with Maven, Build Action for GitHub Java application with Maven - Console Output, Updating Maven, Commit to changes to GitHub & new test results - Build Failure, Commit to changes to GitHub & new test results - Successful Build, Jenkins on EC2 - creating an EC2 account, ssh to EC2, and install Apache server, Jenkins on EC2 - setting up Jenkins account, plugins, and Configure System (JAVA_HOME, MAVEN_HOME, notification email), Jenkins on EC2 - Creating a Maven project, Jenkins on EC2 - Configuring GitHub Hook and Notification service to Jenkins server for any changes to the repository, Jenkins on EC2 - Line Coverage with JaCoCo plugin, Jenkins Build Pipeline & Dependency Graph Plugins, Pipeline Jenkinsfile with Classic / Blue Ocean, Puppet with Amazon AWS I - Puppet accounts, Puppet with Amazon AWS II (ssh & puppetmaster/puppet install), Puppet with Amazon AWS III - Puppet running Hello World, Puppet with Amazon AWS on CentOS 7 (I) - Master setup on EC2, Puppet with Amazon AWS on CentOS 7 (II) - Configuring a Puppet Master Server with Passenger and Apache, Puppet master /agent ubuntu 14.04 install on EC2 nodes. Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker Cheat Sheet. Download the Docker Cheat Sheet PDF. Docker cheat sheet for .NET Core. Also, you can use any command instead of /bin/sh; I only put that here because I frequently am SSHing into an alpine image which doesn’t support bash. Linux - General, shell programming, processes & signals ... New Relic APM with NodeJS : simple agent setup on AWS instance, Nagios on CentOS 7 with Nagios Remote Plugin Executor (NRPE), Nagios - The industry standard in IT infrastructure monitoring on Ubuntu, Zabbix 3 install on Ubuntu 14.04 & adding hosts / items / graphs, Datadog - Monitoring with PagerDuty/HipChat and APM, Container Orchestration : Docker Swarm vs Kubernetes vs Apache Mesos, OpenStack install on Ubuntu 16.04 server - DevStack, AWS EC2 Container Service (ECS) & EC2 Container Registry (ECR) | Docker Registry, Kubernetes I - Running Kubernetes Locally via Minikube, (6) - AWS VPC setup (public/private subnets with NAT), (9) - Linux System / Application Monitoring, Performance Tuning, Profiling Methods & Tools, (10) - Trouble Shooting: Load, Throughput, Response time and Leaks, (11) - SSH key pairs, SSL Certificate, and SSL Handshake, (16A) - Serving multiple domains using Virtual Hosts - Apache, (16B) - Serving multiple domains using server block - Nginx, (16C) - Reverse proxy servers and load balancers - Nginx, (18) - phpMyAdmin with Nginx virtual host as a subdomain. Estimated reading time: 4 minutes. Lets recall what VM and Docker is, VM virtualize our hardware but docker virtualize the OS. Original post is here. Share images on Docker Hub. (19) - How to SSH login without password? Docker is an open-source platform that can be used to build, ship, and run applications by packaging software in containers. Docker Cheatsheet¶ docker image. Docker Cheat Sheet Build Build an image from the Dockerfile in the current directory and tag the image docker build -t myimage:1.0 . The docker command line interface follows this pattern: docker … BogoToBogo Mar 20, 2020 - We look at Puppet, Docker, and Ansible, three of the most valuable tools for project containerization and configuration in DevOps, and some valuable cheatsheets. Recent Posts. Considering, the widespread use of Docker, we have created this article that includes widely-used Docker commands for making your work more productive & efficient. This is just a cheat sheet of commands and terminology for Docker and ASP.NET Core; it contains commands that you can find in the original cheat sheet, plus a Dockerfile for ASP.NET Core and a quick guide on how to created one from … Table Of Contents. There are many different ways that individuals use to prepare for Docker Certified Associate exams. Docker Cheat Sheet. Docker Cheat Sheet To access networking tools docker run --rm-it praqma/network-multitool bash. Jim Armstrong November 10, 2020 Following hot on the ... To help you get started, we’ve prepared a few resources, including our Docker CLI Cheat Sheet. Docker Cheat Sheet is a nice documentation. Docker Cheat Sheet Satish Kumar October 10, 2020. Docker cheat sheet. Tuesday, 29 September 2020. Docker Swarm Cheat Sheet by gauravpandey44. Docker docker ps List running containers docker images List docker images docker exec -it bash Launch a shell in a running container docker rm Remove container docker rmi Remove image docker stop $(docker ps -a -q) Stop all containers docker rm $(docker … ITTagesschau - Hier finden Sie eine Liste häufig verwendeter Befehle für die Arbeit mit Containern. There are many different ways that individuals use to prepare for Docker Certified Associate exams. "9644a814e95a" is the name of the container we want to commit from. Updated Cheat Sheet Docker DCA Dumps ~ Instant Download. Download Notebook . Puppet master post install tasks - master's names and certificates setup, Puppet agent post install tasks - configure agent, hostnames, and sign request, EC2 Puppet master/agent basic tasks - main manifest with a file resource/module and immediate execution on an agent node, Setting up puppet master and agent with simple scripts on EC2 / remote install from desktop, EC2 Puppet - Install lamp with a manifest ('puppet apply'), Puppet packages, services, and files II with nginx, Puppet creating and managing user accounts with SSH access, Puppet Locking user accounts & deploying sudoers file, Chef install on Ubuntu 14.04 - Local Workstation via omnibus installer, VirtualBox via Vagrant with Chef client provision, Creating and using cookbooks on a VirtualBox node, Chef workstation setup on EC2 Ubuntu 14.04, Chef Client Node - Knife Bootstrapping a node on EC2 ubuntu 14.04, Elasticsearch with Redis broker and Logstash Shipper and Indexer, VirtualBox & Vagrant install on Ubuntu 14.04, Hadoop 2.6 - Installing on Ubuntu 14.04 (Single-Node Cluster), Hadoop 2.6.5 - Installing on Ubuntu 16.04 (Single-Node Cluster), CDH5.3 Install on four EC2 instances (1 Name node and 3 Datanodes) using Cloudera Manager 5, QuickStart VMs for CDH 5.3 II - Testing with wordcount, QuickStart VMs for CDH 5.3 II - Hive DB query, Zookeeper & Kafka - single node single broker, Zookeeper & Kafka - Single node and multiple brokers, Apache Hadoop Tutorial I with CDH - Overview, Apache Hadoop Tutorial II with CDH - MapReduce Word Count, Apache Hadoop Tutorial III with CDH - MapReduce Word Count 2, Apache Hive 2.1.0 install on Ubuntu 16.04, Creating HBase table with HBase shell and HUE, Apache Hadoop : Hue 3.11 install on Ubuntu 16.04, HBase - Map, Persistent, Sparse, Sorted, Distributed and Multidimensional, Flume with CDH5: a single-node Flume deployment (telnet example), Apache Hadoop (CDH 5) Flume with VirtualBox : syslog example via NettyAvroRpcClient, Apache Hadoop : Creating Wordcount Java Project with Eclipse Part 1, Apache Hadoop : Creating Wordcount Java Project with Eclipse Part 2, Apache Hadoop : Creating Card Java Project with Eclipse using Cloudera VM UnoExample for CDH5 - local run, Apache Hadoop : Creating Wordcount Maven Project with Eclipse, Wordcount MapReduce with Oozie workflow with Hue browser - CDH 5.3 Hadoop cluster using VirtualBox and QuickStart VM, Spark 1.2 using VirtualBox and QuickStart VM - wordcount, Spark Programming Model : Resilient Distributed Dataset (RDD) with CDH, Apache Spark 2.0.2 with PySpark (Spark Python API) Shell, Apache Spark 2.0.2 tutorial with PySpark : RDD, Apache Spark 2.0.0 tutorial with PySpark : Analyzing Neuroimaging Data with Thunder, Apache Spark Streaming with Kafka and Cassandra, Apache Spark 1.2 with PySpark (Spark Python API) Wordcount using CDH5, Apache Drill with ZooKeeper install on Ubuntu 16.04 - Embedded & Distributed, Apache Drill - Query File System, JSON, and Parquet, Setting up multiple server instances on a Linux host, ELK : Elasticsearch with Redis broker and Logstash Shipper and Indexer, GCP: Deploying a containerized web application via Kubernetes, GCP: Django Deploy via Kubernetes I (local), GCP: Django Deploy via Kubernetes II (GKE), AWS : Creating a snapshot (cloning an image), AWS : Attaching Amazon EBS volume to an instance, AWS : Adding swap space to an attached volume via mkswap and swapon, AWS : Creating an EC2 instance and attaching Amazon EBS volume to the instance using Python boto module with User data, AWS : Creating an instance to a new region by copying an AMI, AWS : S3 (Simple Storage Service) 2 - Creating and Deleting a Bucket, AWS : S3 (Simple Storage Service) 3 - Bucket Versioning, AWS : S3 (Simple Storage Service) 4 - Uploading a large file, AWS : S3 (Simple Storage Service) 5 - Uploading folders/files recursively, AWS : S3 (Simple Storage Service) 6 - Bucket Policy for File/Folder View/Download, AWS : S3 (Simple Storage Service) 7 - How to Copy or Move Objects from one region to another, AWS : S3 (Simple Storage Service) 8 - Archiving S3 Data to Glacier, AWS : Creating a CloudFront distribution with an Amazon S3 origin, WAF (Web Application Firewall) with preconfigured CloudFormation template and Web ACL for CloudFront distribution, AWS : CloudWatch & Logs with Lambda Function / S3, AWS : Lambda Serverless Computing with EC2, CloudWatch Alarm, SNS, AWS : ECS with cloudformation and json task definition, AWS : AWS Application Load Balancer (ALB) and ECS with Flask app, AWS : Load Balancing with HAProxy (High Availability Proxy), AWS : AWS & OpenSSL : Creating / Installing a Server SSL Certificate, AWS : VPC (Virtual Private Cloud) 1 - netmask, subnets, default gateway, and CIDR, AWS : VPC (Virtual Private Cloud) 2 - VPC Wizard, AWS : VPC (Virtual Private Cloud) 3 - VPC Wizard with NAT, AWS : DevOps / Sys Admin Q & A (VI) - AWS VPC setup (public/private subnets with NAT), AWS : OpenVPN Protocols : PPTP, L2TP/IPsec, and OpenVPN, AWS : Setting up Autoscaling Alarms and Notifications via CLI and Cloudformation, AWS : Adding a SSH User Account on Linux Instance, AWS : Windows Servers - Remote Desktop Connections using RDP, AWS : Scheduled stopping and starting an instance - python & cron, AWS : Detecting stopped instance and sending an alert email using Mandrill smtp, AWS : Elastic Beanstalk Inplace/Rolling Blue/Green Deploy, AWS : Identity and Access Management (IAM) Roles for Amazon EC2, AWS : Identity and Access Management (IAM) Policies, AWS : Identity and Access Management (IAM) sts assume role via aws cli2, AWS : Creating IAM Roles and associating them with EC2 Instances in CloudFormation, AWS Identity and Access Management (IAM) Roles, SSO(Single Sign On), SAML(Security Assertion Markup Language), IdP(identity provider), STS(Security Token Service), and ADFS(Active Directory Federation Services), AWS : Amazon Route 53 - DNS (Domain Name Server) setup, AWS : Amazon Route 53 - subdomain setup and virtual host on Nginx, AWS Amazon Route 53 : Private Hosted Zone, AWS : SNS (Simple Notification Service) example with ELB and CloudWatch, AWS : SQS (Simple Queue Service) with NodeJS and AWS SDK, AWS : CloudFormation - templates, change sets, and CLI, AWS : CloudFormation Bootstrap UserData/Metadata, AWS : CloudFormation - Creating an ASG with rolling update, AWS : Cloudformation Cross-stack reference, AWS : Network Load Balancer (NLB) with Autoscaling group (ASG), AWS CodeDeploy : Deploy an Application from GitHub, AWS Node.js Lambda Function & API Gateway, AWS API Gateway endpoint invoking Lambda function, Kinesis Data Firehose with Lambda and ElasticSearch, Amazon DynamoDB with Lambda and CloudWatch, Loading DynamoDB stream to AWS Elasticsearch service with Lambda, AWS : RDS Connecting to a DB Instance Running the SQL Server Database Engine, AWS : RDS Importing and Exporting SQL Server Data, AWS : RDS PostgreSQL 2 - Creating/Deleting a Table, AWS RDS : Cross-Region Read Replicas for MySQL and Snapshots for PostgreSQL, AWS : Restoring Postgres on EC2 instance from S3 backup, How to Enable Multiple RDP Sessions in Windows 2012 Server, How to install and configure FTP server on IIS 8 in Windows 2012 Server, How to Run Exe as a Service on Windows 2012 Server, One page express tutorial for GIT and GitHub, Undoing Things : File Checkout & Unstaging, Soft Reset - (git reset --soft ), Hard Reset - (git reset --hard ), GIT on Ubuntu and OS X - Focused on Branching, Setting up a remote repository / pushing local project and cloning the remote repo, Git/GitHub via SourceTree I : Commit & Push, Git/GitHub via SourceTree II : Branching & Merging, Git/GitHub via SourceTree III : Git Work Flow.