Browsing category

How To’s

How Can You Convert RAW to NTFS in Windows 10/8/7

Have you experienced a RAW issue when using a computer? If the file system of your disk partition becomes RAW, how to convert RAW to NTFS? Try the following solutions according to the specific cases. What Is RAW Issue? As is well known, each partition has a file system so that data can be saved […]

How To Install Zabbix Server 5.0 / 4.0 on CentOS 7 / RHEL 7

Zabbix is an enterprise-class monitoring solution for servers, network devices, and other components of your infrastructure. Zabbix uses a client (Zabbix Agent) installed on the monitored client-server to collect the data. Also, it can monitor standard services such as e-mail, web service without installing a client on the monitored devices. With Zabbix, you can monitor […]

How to Build Docker Images with DockerFile

In our previous article, we got to know how to install Docker engine and covered some important Docker commands we use to get the things done from Docker containers. As you are already aware, Docker images are the base of containers. Whenever you provision or launch a container, Docker will search for the image locally […]