Skip to main content

Posts

Showing posts from 2017

Kvm virsh usefull command

Basic  Operation virsh list [--all|--inactive] inactive show defined but not active domains. virsh start <domid|name|uuid> virsh shutdown <domid|name|uuid> virsh suspend <domid|name|uuid> virsh resume <domid|name|uuid> virsh reboot <domid|name|uuid> virsh destroy <domid|name|uuid> cold reset the node, does not delete/destroy anything. virsh console <domid|name|uuid> serial console, exit with ctrl+5 or ctrl+] Definition VM are created by describing the virtual machine in a libvirt XML file, and importing that XML file into virsh. virsh dumpxml <domid|name|uuid> virsh define <filename.xml> http://libvirt.org/format.html virsh undefine <domid|name|uuid> delete the VM. First you must terminate (destroy) the domain. This command does not delete volumes, use vol-delete. Modification virsh autostart [--disable] <domid|name|uuid> autostart on boot virsh edit <domid|name|uuid> reboot guest for c...

10 Examples of how to get Docker Container IP Address

10 Examples of how to get Docker Container IP Address 1 2 3 4 5 6 7 8 9 ### Example #1 ### $ docker ps - a CONTAINER ID          IMAGE               COMMAND                CREATED             STATUS                   PORTS                               NAMES 2e23d01384ac          iperf - v1 : latest      "/usr/bin/iperf -s"    10 minutes ago       Up 10 minutes...

A Complete Guide to Creating, Promoting, and Optimizing Your Video Content

Let’s talk about YouTube. We’ve all heard of it, and chances are, we’ve all spent a wasted afternoon watching one silly cat video after another. YouTube is a great source for funny, entertaining content, but it’s also increasingly becoming an essential tool for marketers. In fact, nearly half of all marketers (48%) plan to add YouTube to their marketing strategy over the next 12 months according to the State of Inbound report . Now you may be thinking, that’s great but my audience isn’t on YouTube. Think again. One third of all online activity is spent watching videos, and YouTube has more than a billion active users . The platform is so expansive that it can be accessed in 76 different languages, accounting for 95% of the world’s population . Still not convinced? 3.25 billion hours of video are watched each month. ...