M&S is Now a SUSE Gold Partner – Press Release

Danie ZhengIndustry Trends, News and Updates, OfferingsLeave a Comment

M&S Consulting is proud to announce that we are now a SUSE (and Rancher) Gold Partner! SUSE has been around for more than 28 years and is the world’s largest independent open source company. SUSE provides a range of solutions, including open source products and enterprise support for a range of Linux distributions, cloud solutions, container orchestration (with Rancher), high-performance computing, SAP, storage, and edge computing.  In December of 2020, SUSE completed the acquisition of Rancher Labs, a market leader in Kubernetes management and container orchestration. This acquisition, as well as SUSE’s collaboration with a broad open source community, brings … Read More

Overview of AWS CloudShell

Jeff ZemerickCloud and Virtualization, Technical TipsLeave a Comment

At AWS re:Invent 2020, AWS CloudShell was announced as a new service. A browser-based shell that provides access to AWS services from your web browser. This feature has been available in Azure and Google Cloud in some form for some time now; AWS CloudShell now brings the same capability to AWS. AWS CloudShell has unquestionably made many AWS tasks easier. CloudShell inherits your current user’s credentials, so there is no need to authenticate; simply click the AWS CloudShell icon, and you are ready to go. AWS CloudShell itself provides a managed Amazon Linux 2 environment. The service already includes the … Read More

Recovering Data from a Crashed NAS in Windows with VirtualBox and Ubuntu

john.kingNotes, Technical TipsLeave a Comment

Home NAS: Having a Network Attached Storage (NAS) is great and convenient, in that all of your data is typically backed up with 2 or more hard drives in a RAID setup in many modern systems. Such was the case with my home Synology Diskstation DS212. The idea is: one of the 2+ drives fails, you buy a new hard drive to replace the bad one, and the data from the good drive(s) automatically copy onto the newly installed blank hard drive, and you’re back up and running again. The Problem: What happens when both drives fail in a 2-drive … Read More

How Docker Addresses Kernel Level Redundancy

Joe PerksTechnical TipsLeave a Comment

Docker Kernel Level Redundancy

Docker is making waves, especially among those in system administration, developer-operations, and cloud/virtualization roles. Here we attempt to explain Docker’s most disruptive feature without expecting prior knowledge of Docker’s underlying technologies. In a virtualized datacenter, we have one OS per VM and the hardware is virtualized for each VM. We may have any number of VMs running services (web hosting, backup services, Oracle, or others) on the same physical machine. Through the abstraction of hardware and OS data to files, we can migrate VMs across physical machines and increase the efficiency of cycles previously left idle when using a single … Read More