How-to
-1
archive,category,category-how-to,category-48,select-core-1.2.1,brick-child-child-theme-ver-1.0.0,brick-theme-ver-3.4,ajax_fade,page_not_loaded,smooth_scroll,side_menu_slide_from_right,vertical_menu_enabled,vertical_menu_left,vertical_menu_width_290,wpb-js-composer js-comp-ver-6.4.1,vc_responsive
 

How-to

Install Docker

Install Docker on various Linux Distributions

Docker is one of the easiest ways to build, ship and run your applications across various environments. Using container virtualization, it enables you to run applications in Amazon’s AWS, Google Cloud Platform, Azure, VMWare vCloud or whatever other cloud platform your company might use. As a developer, you can also run it on your standard Windows or Apple desktop/laptop. Perfect for DEVOPS, perfect for Hybrid and multi supplier cloud environments because Docker containers can be run as easily on any cloud platform you might use.

Read More
hard disk partitioning

Howto use 2TB+ hardisks in linux servers

Storage is becoming cheaper as technology advances. Therefore I started using 3TB and 4TB data disks in the hybrid cloud solutions we provide to our SMB (Small and Medium Business) customers. Being accustomed using fdisk to partition the disks, I ran into the problem only being able to create partitions totalling up to 2TB. This totally defies the use of implementing large harddisks.
Lets dive into the root cause of the issue.
Read More