I already talked about nftables and it has now been implemented in the 3.13 kernel ! For those who never heard of that, it’s a kernel built in replacement of iptables. All features are not there yet but should be implemented in 3.15. If you like Packet Filter, you’ll be happy. If you’re not sure of the advantages of it, simply read that short comparison and you’ll be convinced : https://home.

Continue reading

News in bulk

I’ve recently updated some of my tutorials : Optimizing Hard Drive performances : I’ve updated SSD subject Luks : added more information on how auto mount automatically at boot a crypted partition. Xtrabackup : corrected a non working command LXC : modified containers files to avoid boot issues APT-Pinning : Added the command to install a package from a designed repository Sed : forgotten to add -i option which is so important Vagrant : Added an example to the quick tutorial

Continue reading

Varnish is a real powerful cache solution for web servers. He is unfortunately not able to do it over SSL. Anyway, there is a solution by offloading it with Nginx. Here is a schema to get a better understanding : Nginx decrypt SSL, pass it in clear to Varnish. If Varnish got it, replies to Nginx which crypt back data to send to user. I’ve made a full documentation to get it working well, follow the link.

Continue reading

In addition of object storage, Ceph is able to provide block devices. Ceph’s RADOS Block Device (RBD) provides access to block device images that are striped and replicated across the entire storage cluster. For example this is used to store Virtual Machines on OpenStack. With that solution, you’ve got a real fault tolerance system for your VM and distributed. The RBD part is an easy task when you’ve already setup a Ceph cluster.

Continue reading

CloudFlare is a Free solution to load your website faster and add security. I’ve tested it 2 days ago, that’s why you may experienced issues in accessing the blog and wiki. I had issues on WordPress, so I need to correct some problems relating images (http/https) as the Free version of CloudFlare doesn’t support SSL. That’s why I’ve roll back for the moment. I have other kind of modifications to make on WordPress before it works as it should.

Continue reading

Following the previous post, on Ceph Storage, I’ve updated my documentation with informations to play with OSD. I’ve covered : Setup OSD Remove OSD Use Ceph Ojects Storage Using the object storage system is not complicated and easily scalable. It’s a real pleasure to work with that kind of solutions. If you’re already working with other objects storage solutions, you won’t be lost.

Continue reading

Author's picture

Pierre Mavro / Deimosfr


Qovery Co-Founder and CTO

Paris - France