Systemd is a fairly recent part of linux operating system – RedHat started developing systemd in 2010 and it was added to version 15 of ubuntu linux back in the year 2015. It is responsible for booting the system correctly and maintaining all its services in its proper state.
Continue reading “Linux Systemd Services”Example Of Using Python ‘Multiprocessing’ Library For Multithread Processing Files
Let’s suppose we have a set of 100,000 files placed in 100,000 paths. We need to know the size of each and then make a list of the ones larger than n megabytes with full paths while not spending ages on it.
Continue reading “Example Of Using Python ‘Multiprocessing’ Library For Multithread Processing Files”Video: Rapid API Development with AWS API Gateway – Karel Jakubec from Vistaprint
In the past years APIs became an essential part of modern web applications. API incorporated most of the stuff historically done on the server side – authentication and authorization, combining data sources, calling 3rd party services etc. This puts a lot of pressure on API stability and scalability, yet we still need a sustainable pace for feature development.
Continue reading “Video: Rapid API Development with AWS API Gateway – Karel Jakubec from Vistaprint”Video: Journey through Open Networking – Andreas la Quiante from Cumulus Networks
This technical talk covers aspects of designing a data-center fabric, creating it in the virtual space for testing and verification including an open-source tool based roll-out.
Continue reading “Video: Journey through Open Networking – Andreas la Quiante from Cumulus Networks”Video: Building CDN with Ceph Object Storage – Josef Zelenka and Zdeněk Janda from cloudinfrastack
Cloudinfrastack has been challenged with designing CDN, storing 200M images and serving them to web with high performance caching. In this talk we will present complete solution, consisting of Ceph object storage gateway RadosGW, frontend image serving and on-the-fly resizing, and essential tips for designing, running and optimizing such demanding task with Ceph.
Continue reading “Video: Building CDN with Ceph Object Storage – Josef Zelenka and Zdeněk Janda from cloudinfrastack”Using Prometheus subquery for capturing spikes
If we are working with monitoring systems, we usually want to know if we have some unusual behavior in our graphs, for example if disk I/O graph is briefly increased. This behavior is called spikes. But how can we catch the spikes correctly if we use Prometheus in our infrastructure?
Continue reading “Using Prometheus subquery for capturing spikes”Set Up Nextcloud Using Docker
When it comes to cloud storage data, most users and companies use google drive platform. It is a good place to save your files into an online storage and therefore be able to reach your files from anywhere.
Continue reading “Set Up Nextcloud Using Docker”Elasticsearch
Elasticsearch is the name of a full-text search engine in computer science, distributed for free under the Apache license. It has a RESTful interface and offers high availability, speed, and scalability. It is developed in Java and can be communicated with via the web interface.
Continue reading “Elasticsearch”Openstack Heat Orchestration
On hot summer days when the heat is in the air, my mind starts to think about vacation and the time passing by, but business never stops and it’s nice to have all things nicely prepared before you leave the office. Especially when you can use OpenStack instrument called Heat. So, let’s take look at it a bit.
Continue reading “Openstack Heat Orchestration”