Skip to content

lampadmins.com

Just another Devops website

  • News
  • Devops Tools
    • Ansible
    • AWS
    • Git
    • Docker
    • Kubernetes
    • Vagrant
  • Linux
    • Linux Administration
    • Bash Scripting
    • Linux Security
    • SSH
  • Programming
    • nodejs
    • Python
  • Interviewing
  • About
lampadmins.com

Month: November 2017

Python Operators

Posted on November 16, 2017November 16, 2017 bellcLeave a commentPosted in Uncategorized

Operator Description Example + Addition Adds values on either side of the operator. a + b = 30 – Subtraction Subtracts right hand operand from left hand operand. a – b = -10 * Multiplication Multiplies values on either side of the operator a * b = 200 / Division Divides left hand operand by […]

Docker Overview. Code, Ship, Deploy

Posted on November 9, 2017November 10, 2017 bellcLeave a commentPosted in Docker

What is Docker? Docker is a new way of shipping code or an application into a containerized fashion that is both fast and convenient as well as easy to work with. Docker Terminology Docker Hub – Place hold to upload and download docker images from the internet free for you to use. Docker Image – […]

Vagrant: Your first vagrant node

Posted on November 6, 2017November 15, 2018 bellcLeave a commentPosted in Vagrant

Running your first vagrant node. Requirements and setup:- Im using Centos OS 7 and Oracles virtualbox. Vagrant.configure(“2”) do |config| config.vm.box = “centos/7” config.vm.hostname = “mycentosmachine” config.vm.network :private_network, ip: “192.168.0.42” end  

Recent Posts

  • Git ssh not working on windows.
  • How to disable SSH host key checking
  • Ansible: Role Directory overview
  • Bash: How to read between two line numbers?
  • Bash: Special Variables

Recent Comments

  • Sannyfus on Docker: Creating a Docker repo.
  • Thomas the tank on Docker: Creating a Docker repo.
  • Jack on Git Recap
  • Mike on Git Recap

Archives

  • August 2019
  • January 2019
  • December 2018
  • November 2018
  • November 2017
  • October 2017
  • September 2017
  • August 2017

Categories

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress | Theme: Sydney by aThemes.