How to Install and Configure OpenSSH Server for SFTP. In this post, we introduce OpenSSH, SFTP, then shows you how to set up an SFTP server using OpenSSH server.
SFTP is...
Nginx Caching: How to Use Nginx for Caching Static Content. In this guide, we introduce Nginx and how to use it to cache static content.
The primary purpose of designing Nginx...
Docker Compose Tutorial: Manage Multi-Container Applications. In this post, we introduce Docker Compose, its major advantages then show you how to manage multi container applications using Docker Compose.
Basically, Docker Compose...
Building Node.js Microservices: MySQL, MongoDB & RabbitMQ. In this blog post, we explore how to get started with microservices architecture in Node.js, including some example.
Microservices architecture is a method of...
Cassandra Data Modeling Patterns: Time-Series /Best Practices. Apache Cassandra is an open-source, NoSQL database management system with high availability and reliability. Uses a distributed architecture that handles loads of data...
WSUS Deployment Best Practices: Planning, Security, Automation.Windows Server Update Services (WSUS) is a Microsoft application that helps manage updates in a Windows network environment. Control the deployment of updates and...
Real Time Communication with Node.js: Building WebSocket Apps. In this post, we show you how to build a real time chat application with Node.js -the renowned socket.io package. Real time...
Magento Server Migration: Migrate Magento Store to a New Server. In this guide, we introduce Magento, talk about server migration then explain how to migrate the Magento store to a...
Docker Swarm Tutorial: Orchestrate Containers for Scalable Apps. In this post, we introduce Docker Swarm and show you how to deploy scalable and highly available application using that tool.
Basically, a...
How to Implement FTP in Your Organization: A Step-by-Step Guide. In this guide, we introduce FTP server, its benefits to your organization then show you how to implement FTP in...
How to Set Up a Public Key Authentication for SFTP. In this post, we introduce the SSH server, and its working principle then walk you through the process of setting...
Build MySQL HA/Replication Fault-Tolerant Architecture. High availability is crucial for applications to ensure uninterrupted service and a seamless user experience. Since most applications run on data from a database.
MySQL, like...