How to install XLC Compiler on IBM AIX server ?
Lets see how to install XLC compiler in an IBM AIX server. This is quick and one step process. 1. Download the XLC package. 2. Now Install the package...
Lets see how to install XLC compiler in an IBM AIX server. This is quick and one step process. 1. Download the XLC package. 2. Now Install the package...
Today lets see a common error of OS corruption that i faced recently on a production server. You get below error and not able to boot the system. My system...
Suppose our system is down and is not booting up correctly. We need to boot it from an ISO image/CD-DVD drive to repair the system back. Lets have a look...
What it feels like if you run a command and your webserver is live. Lets see the usage of containers and cloud shell i.e. GCP. 1. Run below command in...
1. First we will assign the bosboot image to the OS to avoid bosboot error messages on the server. bosboot command is similar to dracut command of linux. It creates...
In this post, we will look at the tips of using docker to get images and creating & working with containers. 1. Pull an image: $ docker pull centos Using...
In this post, we will look how to take backup of a docker container. We can take backup in two steps: a. First saving the container data into an image....
I. Playing with Docker Images 1. Take backup of an image $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE mariadb 10.1 5a34bfc8f676 2 weeks ago 375MB phpmyadmin/phpmyadmin latest 15ca549393be...
1. Introduction Docker Swarm is an Orchestration tool(like kubernetes, or Apache Mesos.) to automate the administration of docker machines which in turn consists of containers & images. Docker Machine:- Sets...