logo
  • Blog
  • The Cloud
  • DevOps
  • Trending
    • Blockchain
    • Bitcoin
  • How To
  • Kubernetes

Author Archives: Sushil Verma

Linux: Viewing Log Messages

Posted on April 13, 2019

Published on: April 13, 2019 | Last updated on: April 13, 2019 | | Author: Sushil Verma Sushil Verma (Linkedin, Twitter, Git)

Linux: Viewing Log Messages

Linux: Viewing Log Messages

In this article you will learn the basic of logging in Linux operating system.

Logs are awesome, because when you have any kind of problem or even you don't have a problem and you want to understand what is going on or you want to understand your system, you need logs.

So, its a good idea to know, how to see logs in Linux system..Read more

Posted in Linux | Tags: Linux | Leave a comment |

AWS CodeBuild: Getting Started

Posted on March 2, 2019

Published on: March 02, 2019 | Last updated on: March 02, 2019 | | Author: Sushil Verma Sushil Verma (Linkedin, Twitter, Git)

AWS CodeBuild: Getting Started

AWS CodeBuild: Getting Started

AWS CodeBuild is a Continous Integration service that compiles source code, runs tests, and produces artifacts that are ready to deploy.

You need not to provision, and scan your own build server.

It's fully managed and highly scalable service. It provides prepackaged build environment..Read more

Posted in CodeBuild | Leave a comment |

AWS CodeCommit: Set up Notifications

Posted on February 16, 2019

Published on: Feb 16, 2019 | Last updated on: Feb 16, 2019 | | Author: Sushil Verma Sushil Verma (Linkedin, Twitter, Git)

AWS CodeCommit: Set up Notifications

AWS CodeCommit: Set up Notifications

As a devops you need to automate many things. Sending Notification on some event is also one of the automation required. There is a setting to set up notification based on some events.

You can send Notification to a SNS topic or AWS Chatbot (Slack)..Read more

Posted in Chaincode | Tags: CodeCommit | Leave a comment |

AWS CodeCommit: Securing The Repository and Branches

Posted on January 5, 2019

Published on: Jan 05, 2019 | Last updated on: Jan 05, 2019 | | Author: Sushil Verma Sushil Verma (Linkedin, Twitter, Git)

AWS CodeCommit: Securing The Repository and Branches

AWS CodeCommit: Securing The Repository and Branches

In this article you will how to secure the CodeCommit repository branches. As a best practice repository's master branch should be restricted to push code direclty into it.

To push any code into master, a developer must open a Pull Request, this PR must be reviewed by some other engineer and the it must be pushed into master branch..Read more

Posted in CodeCommit | Tags: CodeCommit | Leave a comment |

Managing Systemd units in Linux

Posted on December 16, 2018

Published on: Dec 16, 2018 | Last updated on: Dec 16, 2018 | | Author: Sushil Verma Sushil Verma (Linkedin, Twitter, Git)

Managing Systemd units in Linux

Managing Systemd units in Linux

Systemd is a new kind of Linux init system, and service manager that provides features like on-demand starting of daemons, monitoring maintenance, snapshots supports, using Linux CGroup for process tracking, etc..

Its a replacement of SysVInit and upstart. It was created at Redhat by Lennart Poettering (Chief Architect).

Its also very controversial..Read more

Posted in Linux | Tags: Linux | Leave a comment |

Package Management in Debian-based Distributions

Posted on November 11, 2018

Published on: Nov 11, 2018 | Last updated on: Nov 11, 2018 | | Author: Sushil Verma Sushil Verma (Linkedin, Twitter, Git)

Package Management in Debian-based Distributions

Package Management in Debian-based Distributions

Learn about AWS CodeCommit HTTPS connection types that will help you in connecting with pull, push, branching, etc git operation on CodeCommit from your local computer. This is another basic step towards setting up fully automated AWS Pipeline in DevOps.

There are three types of connections in AWS CodeCommit. You can learn CodeCommit SSH Connection. You need to create a IAM user with specific CodeCommit policy to setup connection with CodeCommit.. Read more

Posted in Cloud Computing, Linux | Tags: Linux | Leave a comment |

AWS CodeCommit: Setup HTTPS Connection

Posted on October 21, 2018

Published on: Oct 21, 2018 | Last updated on: Oct 21, 2018 | | Author: Sushil Verma Sushil Verma (Linkedin, Twitter, Git)

AWS CodeCommit: Setup HTTPS Connection

AWS CodeCommit: Setup HTTPS Connection

Learn about AWS CodeCommit HTTPS connection types that will help you in connecting with pull, push, branching, etc git operation on CodeCommit from your local computer. This is another basic step towards setting up fully automated AWS Pipeline in DevOps.

There are three types of connections in AWS CodeCommit. You can learn CodeCommit SSH Connection. You need to create a IAM user with specific CodeCommit policy to setup connection with CodeCommit.. Read more

Posted in AWS CodeCommit, DevOps | Tags: CodeCommit, DevOps | Leave a comment |

AWS CodeCommit: Setup SSH Connection

Posted on September 2, 2018

Published on: Sept 02, 2018 | Last updated on: Sept 02, 2018 | | Author: Sushil Verma Sushil Verma (Linkedin, Twitter, Git)

AWS CodeCommit: Setup SSH Connection

AWS CodeCommit: Setup SSH Connection

Learn about AWS CodeCommit connection types like HTTPS, SSH, and HTTPS(GRP) that will help you in pulling and pushing code from your local computer to AWS CodeCommit. This is another basic step towords setting up fully automated AWS Pipeline in DevOps.

There are three types of connections in AWS CodeCommit. You need to create a IAM user with specific CodeCommit policy to setup connection with CodeCommit.. Read more

Posted in AWS CodeCommit, DevOps | Tags: CodeCommit, DevOps | Leave a comment |

Getting started AWS CodeCommit

Posted on August 5, 2018

Published on: August 05, 2018 | Last updated on: August 05, 2018 | | Author: Sushil Verma Sushil Verma (Linkedin, Twitter, Git)

Getting started AWS CodeCommit

Getting started AWS CodeCommit

AWS CodeCommit is managed version control service hosted by Amazon Web Services. You can use it to privately store and manage source code and any other asset like document and binary files in the cloud. Its based on github.

CodeCommit is Highly Secure, and Highly Scalable managed source control service hosted provided by AWS. It's a private Git repository hosted on cloud.. Read more

Posted in AWS, AWS CodeCommit, DevOps | Tags: AWS, DevOps | Leave a comment |

Types of Health Checks in Kubernetes

Posted on July 8, 2018

Published on: July 08, 2018 | Last updated on: July 08, 2018 | | Author: Sushil Verma Sushil Verma (Linkedin, Twitter, Git)

Types of Health Checks in Kubernetes

Types of Health Checks in Kubernetes

Kubernetes supports 2 types of health checks. First Liveness probe and second one is Readiness Probe. In this article you will learn what are the importance of these 2 health checks.

Distributed systems are hard to manager, because there are many moving parts that all need to work in an order for the system to function. If a small part breaks, then system has to detect it.. Read more

Posted in Best Practices, Kubernetes, Monitoring | Tags: DevOps, Kubernetes | Leave a comment |
Next Page »

Latest Blogs

  • Linux: Viewing Log Messages
  • AWS CodeBuild: Getting Started
  • AWS CodeCommit: Set up Notifications
  • AWS CodeCommit: Securing The Repository and Branches
  • Managing Systemd units in Linux

Tags

Amazon EC2 AWS bash_shell bitcoin blockchain Cloud computing CodeCommit DevOps digital currency Kubernetes Linux trending ubuntu

For Improving Education

Categories

  • Amazon EC2
  • Amazon Web Services
  • AWS
  • AWS CodeCommit
  • Bash shell
  • Best Practices
  • Bitcoin
  • Blockchain
  • Chaincode
  • CLI
  • Cloud Computing
  • Cloud Security
  • CodeBuild
  • CodeCommit
  • CryptoCurrency
  • Cryptography
  • DevOps
  • Digital Currency
  • EC2 Lambda
  • Hyperledger
  • IBM Bluemix
  • IBM Garage
  • Kubernetes
  • Linux
  • Monitoring
  • OpenStack
  • Platform as a Service
  • TDD
  • Trending
  • Ubuntu
  • Virtual Server
Home | Site Map | Privacy Policy | Site Terms | Terms of use @2013, Times of Cloud.
The content is copyrighted to 'Times of Cloud' and may not be reproduced on other websites.