Simple Server Creation

CloudSigma How To Series: Simple Server Creation

This is the first in a series of brief how-to tutorials. The series will cover some of the most used features of our cloud. We hope you find them useful in getting from A to B with your cloud computing at CloudSigma. CloudSigma offers two approaches to server creation – a quick and simple creation process and a detailed, flexible …

How to Cgroups

HowTo: CGroups

Well, as you know, GNU & Linux are awesome. Why? Because we have Control Groups (CGroups)! In this post you’ll learn how to: Protect critical system processes for both memory and CPU. A walkthrough video implementing cgroups on a live running server Set up an example implementation of CGroups or SystemD slices. Keeping Everything under Control You can use CGroups …

ApacheCon

Docker, Cgroups & More from ApacheCon 2015

Earlier this month, I spoke at ApacheCon North America in Austin, Texas. Being an open source software user for many years, I have a lot of respect for the Apache Software Foundation. As such, it was an honor to be invited and to give back to the community. At ApacheCon, the days were filled with presentations on topics ranging from …

CoreOS

CoreOS is now available on CloudSigma!

What CoreOS is in their own words: CoreOS is a new Linux distribution. The creators improved it, so that it can provide features needed to run modern infrastructure stacks. The strategies and architectures that influence it allow companies like Google, Facebook and Twitter to run their services at scale with high resilience. CoreOS is arguably one of the most talked-about …

cgroupspy featured image

cgroupspy and why is it cool

In order to meet with the performance needs of our customers, while maintaining a stable infrastructure, CloudSigma needs a way to control the resource usage of each virtual machine. We cannot allow for people to use more resources than they have specified because that will affect every customer’s performance. The first step in achieving this was to implement a smart …

provisioning with CloudInit-feature img

An introduction to server provisioning with CloudInit

This month we announced a very exciting partnership with Canonical, the makers of Ubuntu. Above all, the main element in this partnership is the introduction of full CloudInit support between the CloudSigma cloud and Ubuntu. An introduction to CloudInit If you’re not familiar with CloudInit, it is the industry standard for bootstrapping cloud servers. To clarify,  if you are using …

PSA: Patch your servers against CVE-2014-6271

Today a vulnerability was discovered in Bash, the shell used on most Linux distributions. We strongly recommend that you patch your servers as soon as possible against this. Debian / Ubuntu [bash light=”true”] $ sudo apt-get update && sudo apt-get install -y bash [/bash] CentOS / RedHat Enterprise Linux / Fedora [bash light=”true”] $ yum update bash [/bash] Make sure …