• How to Install MongoDB 4.0 Community Edition on CentOS/RHEL 7 and Fedora Linux Systems

    In this post, we will show you how to install MongoDB 4.0 community edition on Linux systems (RPM Family “Redhat /CentOS /Scientific Linux 7 andRead More

    Learn More
    undefined
  • Practical Examples for Using Awk Command in Text Processing in Linux

    In this post, we’ll show you some practical examples  to use awk command for processing text files in Linux Systems. Those examples I used themRead More

    Learn More
    undefined
  • How to Install PHP 7.3 on CentOS 7 / RHEL 7 Linux Systems

    In this post, I’ll show you how to install php 7.3 on a bare CentOS7/RHEL7 Linux Systems. By default, CentOS 7 ships with PHP versionRead More

    Learn More
    undefined
  • How to Install PHP 7.2 on CentOS 7 / RHEL 7 Linux Systems

    In this post, I’ll show you how to install php 7.2 on a bare CentOS7/RHEL7 Linux Systems. By default, CentOS 7 ships with PHP versionRead More

    Learn More
    undefined
  • How to Install PHP 7.1 on CentOS 7 / RHEL 7 Linux Systems

    In this post, I’ll show you how to install php 7.1 on a bare CentOS7/RHEL7 Linux Systems. By default, CentOS 7 ships with PHP versionRead More

    Learn More
    undefined

Mimastech helps you to Expand your experience, Achieve progress in your career. Share us building the greatest blog ever by sending us your experience to share it with others.

How to Install MongoDB Community Edition on CentOS/RHEL 7 and Fedora Linux Systems

undefined

In this post, we will show you how to install MongoDB community edition on Linux systems (RPM Family “Redhat /CentOS /Scientific Linux 7 and latest releases of Fedora ”). This tutorial will help you to install the latest stable release “MongoDB 3.4, exists at the time of writing this post”Read More

A Simple Introduction to Docker Hub

undefined

In this article, I’ll guide you to explore the Docker world, we’ll start with Docker Hub. This is the first part you must know in the Docker world. In this article you’ll find the answers for these questions: What is the Docker Hub? – What are it’s main features? –Read More

Get Started with Docker – Part 1 : Docker Hub, Pulling Images, and Basic Containers Manipulation

undefined

In this part 1 of our series “Get Started with Docker”, I’ll guide you to explore the Docker world, Here you’ll find easy and important steps to get started with Docker containers, you’ll learn how to search for and pull images from Decker hub, create your first Docker container, attachRead More

How to Install Docker on Ubuntu 16.04 “Xenial” and Ubuntu 14.04 “Trusty” Linux systems

undefined

In this article, I’ll show you how to install Docker on Ubuntu 16.04 “Xenial” and Ubuntu 14.04 “Trusty” Linux systems. This is your first step to get started with Docker engine on Ubuntu Linux. As most of developers use Ubuntu Linux on their machines, this article is for them. IRead More

Howto change the encoding of text files in Linux systems

undefined

How many times did you want to change the encoding of a text files in Linux systems? or How many times did you try to watch a movie and it’s subtitles .srt  showed in unreadable shapes “characters” and you needed to change it to readable characters? Sure many times youRead More

How to Determine and Change File Character Encoding of Text Files in Linux Systems

undefined

How many times did you want to find and detect the encoding of a text files in Linux systems? or How many times did you try to watch a movie and it’s subtitles .srt  showed in unreadable shapes “characters” ? Sure many times you tried/needed to know/change the encoding ofRead More

How to Install Docker on Debian 8 “Jessie” Linux systems

undefined

In this article, I’ll show you how to install Docker on Debian 8 Linux system. This is your first step to get started with Docker engine on Debian 8. I’ll use a minimal installation of Debian 8 “Jessie” 64bit to install Docker on it, of course the following installation stepsRead More

How to Install Docker on CentOS 7 Linux systems

undefined

In this article, I’ll show you how to install Docker in CentOS 7 Linux system. This is your first step to get started with Docker engine on CentOS 7. I’ll use a minimal installation of CentOS 7 64bit to install Docker on it, of course the following installation steps areRead More

MKV vs MP4 – The Differences Between MKV and MP4 Multimedia Containers

undefined

Both MKV and MP4 are container formats to store multimedia data including video, audio, pictures and subtitles, also allow streaming over the internet. But, they are quite different and have pros/cons in terms of individual needs. In this article, we will give an introduction about each type then we’ll listRead More

Howto remove/fix “WARNING: terminal is not fully functional” in docker

undefined

How many times did you try to use  top command in docker container and it didn’t work? or How many times did you try to use vim or less command and it didn’t work properly? For me many times. Both me and you saw the following error/warning messages before andRead More