background preloader

CoreOS provides Container Linux, Tectonic for Kubernetes and the Quay image registry; key components to secure, simplify and automatically update your container infrastructure.

CoreOS provides Container Linux, Tectonic for Kubernetes and the Quay image registry; key components to secure, simplify and automatically update your container infrastructure.

Quelle différence entre conteneurisation et virtualisation ? Une machine virtuelle (VM - Virtual Machine) « imite » intégralement un serveur. Dans un serveur virtualisé type, chaque VM « invitée » contient un système d'exploitation complet, avec ses pilotes, fichiers binaires ou bibliothèques, ainsi que l'application elle-même. Chaque VM s'exécute alors sur un hyperviseur, qui s'exécute à son tour sur un système d'exploitation hôte, qui lui-même fait fonctionner le matériel du serveur physique. Bien que la méthode ait fait ses preuves, on s'aperçoit aisément que chaque itération du système d'exploitation hôte et des fichiers binaires associés risque d'entraîner des doublons entre les VM ; cela gaspille la mémoire du serveur et limite forcément le nombre de VM prises en charge par chaque serveur. A la base, le concept de conteneurisation permet aux instances virtuelles de partager un système d'exploitation hôte unique, avec ses fichiers binaires, bibliothèques ou pilotes. Enfin, il exige moins de mémoire.

Chromium Homepage 20 Linux System Monitoring Tools Every SysAdmin Should Know Need to monitor Linux server performance? Try these built-in commands and a few add-on tools. Most Linux distributions are equipped with tons of monitoring. Finding out bottlenecks.Disk (storage) bottlenecks.CPU and memory bottlenecks.Network bottlenecks. #1: top - Process Activity Command The top program provides a dynamic real-time view of a running system i.e. actual process activity. Fig.01: Linux top command Commonly Used Hot Keys The top command provides several useful hot keys: => Related: How do I Find Out Linux CPU Utilization? #2: vmstat - System Activity, Hardware and System Information The command vmstat reports information about processes, memory, paging, block IO, traps, and cpu activity. # vmstat 3 Sample Outputs: Display Memory Utilization Slabinfo # vmstat -m Get Information About Active / Inactive Memory Pages # vmstat -a => Related: How do I find out Linux Resource utilization to detect system bottlenecks? #3: w - Find Out Who Is Logged on And What They Are Doing # ps -AlFH

Debian -- The Universal Operating System Veille Technologique – dylangouzenne.fr Quelle différence entre conteneurisation et virtualisation ? Conteneurs et machines virtuelles permettent de séparer un workload du matériel sous-jacent, mais les deux approches présentent des différences importantes qu’il convient de connaître. Une machine virtuelle (VM – Virtual Machine) « imite » intégralement un serveur. Dans un serveur virtualisé type, chaque VM « invitée » contient un système d’exploitation complet, avec ses pilotes, fichiers binaires ou bibliothèques, ainsi que l’application elle-même. Chaque VM s’exécute alors sur un hyperviseur, qui s’exécute à son tour sur un système d’exploitation hôte, qui lui-même fait fonctionner le matériel du serveur physique. Bien que la méthode ait fait ses preuves, on s’aperçoit aisément que chaque itération du système d’exploitation hôte et des fichiers binaires associés risque d’entraîner des doublons entre les VM ; cela gaspille la mémoire du serveur et limite forcément le nombre de VM prises en charge par chaque serveur.

An open-source distributed database built with love - RethinkDB How To Set Caching DNS Server Q. How do I set caching dns server to speed up dns lookup for my LAN (500 PC)? The DNS lookups creating a lot of network activity. dnsmasq is a lightweight DNS, TFTP and DHCP server. Step # 1: Install dnsmasq Simply, type the following command under Debian / Ubuntu Linux: # apt-get install dnsmasq Red Hat, Fedora / CentOS Linux user can grab dnsmasq rpm here or just enter: # rpm -ivh Step # 2: Configure dnsmasq Open /etc/resolv.conf # vi /etc/resolv.conf Set up upstream DNS servername i.e add ISP name server: nameserver 202.1.10.10 nameserver 203.2.10.10 nameserver 203.3.10.10 Save and close the file. Starting DNS forwarder and DHCP server: dnsmasq Now test your caching server: $ dig openbsd.nixcraft.in Sample output: ;; QUESTION SECTION: ;openbsd.nixcraft.in. ;; ANSWER SECTION: openbsd.nixcraft.in. 86272 IN A 74.86.49.141 Step # 3: Optional dnsmasq configuration

The diaspora* Project Docker pour les nuls – la révolution du conteneur | Veille Technologique Dans le monde de l’informatique, la virtualisation est devenue un standard au niveau professionnel, mais aussi au niveau des services pour les particuliers… Vous ne vous en rendez pas compte, mais tous les services web que vous utilisez que ce soit pour vos emails (gmail, outlook, yahoo,…), les gestionnaires de stockage (dropbox, google drive,…) et j’en passe, sont des systèmes qui reposent sur des architectures virtualisées. Aujourd’hui, une nouvelle révolution est en marche… Docker. Docker est concept voulant aller plus loin que la virtualisation et nous allons vous expliquer ici même pourquoi. La virtualisation, qu’est ce que c’est ? Le principe de la virtualisation est simple. Quel intérêt allez-vous me dire? Et bien en fait les intérêts sont très nombreux : Malheureusement, elle a aussi quelques inconvénients: Je ne rentrerai pas plus dans des explications sur la virtualisation, Wikipedia dispose d’une très bonne page bien documentée là-dessus. Et arriva Docker…

Free Open Source Distributed Micro-blogging There is plenty to say about Thimbl. Find out why we're doing this and how. So Thimbl, huh? Thimbl is free, open source and distributed micro-blogging. Will Thimbl be an alternative to Twitter? Well, proprietary, centralized platforms like Twitter are exactly what we're trying to illustrate as unneeded. If there can be an alternative to Twitter, a very well funded and positioned corporation, it must be a platform, not simply an alternative service or some clone-ware. That being said, pushing Thimbl as a far as we can is part of the performance. Isn't this just like identi.ca/ostatus.net? The similarity is only superficial, in that we draw upon similarities with web2.0 platforms in how we communicate our use-case. Diaspora, Crabgrass, NoseRub, StatusNet, identi.ca and the rest are just web-apps with some sort of federation bolted-on. Like the classic internet applications, each of Thimbl tiers are themselves distributed, scalable and transparently interoperable with other instances.

Fail2Ban (with iptables) And Asterisk Fail2Ban is a limited intrusion detection/prevention system. It works by scanning log files and then taking action based on the entries in those logs.We are implementing Fail2Ban with a configuration to be able to prevent SIP brute force attacks against our Asterisk PBXs.You can get Fail2Ban, as well as more documentation, at www.fail2ban.org. At the time this is being written, the current release is 0.8.4.The following describes how to setup Fail2Ban to protect an Asterisk PBX from SIP brute force attempts and scans utilizing the iptables firewall. SECURITY NOTE: fail2ban is rather limited in its ability to detect attacks against asterisk. More info Easy Install Script for Fail2ban version 0.8.4 / Red Hat This script was written by Cédric Brohée in order to simplify and accelerate the integration of the solution in a basic Asterisk configuration on Red Hat.Do not hesitate to read the bash script and make changes to match your own configuration.

Related: