blog.elastocloud.org blog.elastocloud.org

blog.elastocloud.org

Elasticity

A blog about Samba, SMB, iSCSI and cloud storage software development.

http://blog.elastocloud.org/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.ELASTOCLOUD.ORG

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.8 out of 5 with 12 reviews
5 star
5
4 star
2
3 star
4
2 star
0
1 star
1

Hey there! Start your review of blog.elastocloud.org

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.8 seconds

CONTACTS AT BLOG.ELASTOCLOUD.ORG

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Elasticity | blog.elastocloud.org Reviews
<META>
DESCRIPTION
A blog about Samba, SMB, iSCSI and cloud storage software development.
<META>
KEYWORDS
1 elasticity
2 note
3 the u
4 check the device
5 and netdev
6 ensure that ip=dhcp
7 happy hacking
8 posted by
9 ddiss
10 no comments
CONTENT
Page content here
KEYWORDS ON
PAGE
elasticity,note,the u,check the device,and netdev,ensure that ip=dhcp,happy hacking,posted by,ddiss,no comments,email this,blogthis,share to twitter,share to facebook,share to pinterest,labels bridge,dracut,linux,network,qemu,improved resource utilisation
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Elasticity | blog.elastocloud.org Reviews

https://blog.elastocloud.org

A blog about Samba, SMB, iSCSI and cloud storage software development.

INTERNAL PAGES

blog.elastocloud.org blog.elastocloud.org
1

Elasticity: June 2015

http://blog.elastocloud.org/2015_06_01_archive.html

Wednesday, June 10, 2015. Rapid Linux Kernel Dev/Test with QEMU, KVM and Dracut. Inspired by Stefan Hajnoczi's excellent blog post. I recently set about constructing an environment for rapid testing of Linux kernel changes, particularly focused on the LIO iSCSI target. Such an environment would help me in number of ways:. Faster dev / test turnaround. A modified kernel can be compiled and. Booted in a matter of seconds. No need to boot external test hosts or heavyweight VMs. Hack, hack, hack. Evaluates t...

2

Elasticity: Samba and Snapper: Previous Versions with Windows Explorer

http://blog.elastocloud.org/2014/10/samba-and-snapper-previous-versions.html

Monday, October 6, 2014. Samba and Snapper: Previous Versions with Windows Explorer. Is a neat application for managing snapshots atop a Btrfs. The upcoming release of Samba 4.2 will offer integration with Snapper, providing the ability to expose snapshots to remote Windows clients using the previous versions feature built into Windows Explorer, as demonstrated in the following video:. The feature can be enabled on a per-share basis in smb.conf. Share] vfs objects = snapper path = /mnt/btrfs fs. Simple t...

3

Elasticity: May 2014

http://blog.elastocloud.org/2014_05_01_archive.html

Saturday, May 17, 2014. Elasto Cloud Storage Gateway. At this years SambaXP. Conference, I was lucky enough to be able to present the Elasto cloud storage gateway. Elasto. Is an open-source cloud storage library and client that I created as part of SUSE Hack Week. In addition to Elasto, the project makes use of istgt. And existing operating system components to expose a cloud storage object as a local filesystem, on which all data is transparently encrypted before going anywhere near the internet. Applyi...

4

Elasticity: Elasto Cloud Storage Gateway

http://blog.elastocloud.org/2014/05/elasto-cloud-storage-gateway.html

Saturday, May 17, 2014. Elasto Cloud Storage Gateway. At this years SambaXP. Conference, I was lucky enough to be able to present the Elasto cloud storage gateway. Elasto. Is an open-source cloud storage library and client that I created as part of SUSE Hack Week. In addition to Elasto, the project makes use of istgt. And existing operating system components to expose a cloud storage object as a local filesystem, on which all data is transparently encrypted before going anywhere near the internet. Elasto...

5

Elasticity: December 2014

http://blog.elastocloud.org/2014_12_01_archive.html

Wednesday, December 10, 2014. Accénts and Ümlauts - A Custom Keyboard Layout on Linux. As a native English speaker living in Germany, I need to be able to reach the full Germanic alphabet without using long key combinations or (gasp). Resorting to a German keyboard layout. Accents and umlauts on US keyboards aren't only useful for expats. They're also enjoyed (or abused) by a number of English speaking subcultures:. Hipsters: "This is such a naïve café.". Teenage gamers: "über pwnage! Samba and Snapper: ...

UPGRADE TO PREMIUM TO VIEW 12 MORE

TOTAL PAGES IN THIS WEBSITE

17

LINKS TO THIS WEBSITE

blog.cryptomilk.org blog.cryptomilk.org

Impressum • Andreas Schneider

https://blog.cryptomilk.org/impressum

Inhaltlich Verantwortlicher gemäß 10 Absatz 3 MDStV: Andreas Schneider (Anschrift wie oben). Proudly powered by WordPress. Displace theme by Anton Kulakov.

blog.cryptomilk.org blog.cryptomilk.org

Android 5 on the Samsung Galaxy Nexus • Andreas Schneider

http://blog.cryptomilk.org/2015/03/23/android-5-on-the-samsung-galaxy-nexus

Android 5 on the Samsung Galaxy Nexus. Another milestone, I got CyanogenMod. 120 (Android 5.0.1) nearly fully working on the Samsung Galaxy Alpha (SLTE) Exynos version. Video playback is not working but I’m sure it will just be a matter of time …. The source code is available are here. Monday, March 23, 2015. Hunting down a fd closing bug in Samba →. Android 5 on the Samsung Galaxy Nexus. Saturday, July 25, 2015. It’s really graet…! Leave a Reply Cancel reply. Authenticate this comment using OpenID.

blog.cryptomilk.org blog.cryptomilk.org

KDE • Andreas Schneider

http://blog.cryptomilk.org/category/kde

Testing PAM modules and PAM-aware applications in the Matrix. Jakub Hrozek and I are proud to announce the first release of pam wrapper. This tool allows you to either simplify testing PAM modules or your application using PAM to authenticate users. PAM. Pluggable Authentication Modules) is a layer of abstraction on top of Unix authentication. Or you can use the provided Python bindings to write tests for your module in Python. Now start testing your PAM module or application! Thursday, January 21, 2016.

blog.cryptomilk.org blog.cryptomilk.org

algorithms • Andreas Schneider

http://blog.cryptomilk.org/tag/algorithms

The pain of poll(2)? If you’re working on a multi-platform project which does network communication you will end up thinking about replacing select(2) with poll(2) sooner or later. The problem with select are well known. poll(2) removes the limitations of select(2) and improves speed and features. The problem is that poll(2) isn’t available on all platforms. This means you need a poll(2)-emulation or create wrappers around other similar poll() functions. We use a poll(2)-emulation. Red-Black Trees were o...

blog.cryptomilk.org blog.cryptomilk.org

Samba AD DC in Fedora and RHEL • Andreas Schneider

http://blog.cryptomilk.org/2014/07/09/samba-ad-dc-in-fedora-and-rhel

Samba AD DC in Fedora and RHEL. Several people asked me about the status about the Active Directory Domain Controller support of Samba in Fedora. As Fedora and RHEL are using MIT Kerberos implementation as its Kerberos infrastructure of choice, the Samba Active Directory Domain Controller implementation is not available with MIT Kereberos at the moment. But we are working on it! And I gave a talk at the SambaXP conference about our development efforts in this direction:. The road to MIT KRB5 support.

blog.cryptomilk.org blog.cryptomilk.org

Taking your bike on a plane • Andreas Schneider

http://blog.cryptomilk.org/2015/01/08/taking-your-bike-on-a-plane

Taking your bike on a plane. Here is a totally computer unrelated post! Several people asked me how do I protect my bike to transport it safely on a plane. One possibility is to use a bike box, but the issue with a box is that airline personal likes big boxes, because they can use it to pile a lot of suitcases on it. I prefer to just wrap it with cardboard! Make sure you can still push the bike, the wheels should spin. In the end I have a small package like this:. I use a rope to connect them and make su...

blog.cryptomilk.org blog.cryptomilk.org

Development • Andreas Schneider

http://blog.cryptomilk.org/category/development

Testing PAM modules and PAM-aware applications in the Matrix. Jakub Hrozek and I are proud to announce the first release of pam wrapper. This tool allows you to either simplify testing PAM modules or your application using PAM to authenticate users. PAM. Pluggable Authentication Modules) is a layer of abstraction on top of Unix authentication. Or you can use the provided Python bindings to write tests for your module in Python. Now start testing your PAM module or application! Thursday, January 21, 2016.

blog.cryptomilk.org blog.cryptomilk.org

How to get real DNS resolving in ‘make test’? • Andreas Schneider

http://blog.cryptomilk.org/2014/09/04/how-to-get-real-dns-resolving-in-make-test

How to get real DNS resolving in ‘make test’? And I are currently working on MIT Kerberos support the libkrb5 library always complained that it is not able to talk query the DNS server to find the KDC. So it was time to really fix this! I cleaned up the code yesterday and we created a parser for a resolv.conf file. Here is a tcpdump. Of the kinit tool talking to the DNS server with socket wrapper over IPv6. Resolv wrapper will be available on cwrap.org. Thursday, September 4, 2014.

blog.cryptomilk.org blog.cryptomilk.org

cwrap • Andreas Schneider

http://blog.cryptomilk.org/tag/cwrap

Testing PAM modules and PAM-aware applications in the Matrix. Jakub Hrozek and I are proud to announce the first release of pam wrapper. This tool allows you to either simplify testing PAM modules or your application using PAM to authenticate users. PAM. Pluggable Authentication Modules) is a layer of abstraction on top of Unix authentication. Or you can use the provided Python bindings to write tests for your module in Python. Now start testing your PAM module or application! Thursday, January 21, 2016.

UPGRADE TO PREMIUM TO VIEW 17 MORE

TOTAL LINKS TO THIS WEBSITE

26

OTHER SITES

blog.elasticminds.org blog.elasticminds.org

blog.elasticminds.org

Your user agent does not support iframes. However you may visit the page that was supposed to be here.

blog.elasticoapp.com blog.elasticoapp.com

Blog Elastico App | Ipad App

Soap&Wash Episodio 61. Se pensate che ogni convivenza abbia le sue difficoltà, provate a mettere insieme un portasapone logorroico e un rubinetto burbero. Ogni lunedì le avventure di Soap&Wash. download casino for an ipad Us online slots real money is playing blackjack online …. Leggi il resto dell’articolo. Soap&Wash Episodio 60. Leggi il resto dell’articolo. Soap&Wash Episodio 59. Leggi il resto dell’articolo. Soap&Wash Episodio 58. Se pensate che ogni convivenza abbia le sue difficoltà, provate a mett...

blog.elasticode.com blog.elasticode.com

Elasticode's Blog

As in, In "Our" Humble Opinion.) All our thoughts, experiences, research and knowledge - in one blog! Errors can be cool! Or at least not the end of the world). You are a “Techstar”. Tags ‘n Topics. Errors can be cool! Or at least not the end of the world). What can we do? Well, there is always that good old error message we can share with our end users, indicating that something went wrong. And we can try to be funny. Fail Whale anyone? What does an error have to do with context, you ask? Downtime happe...

blog.elastique.de blog.elastique.de

Elastique.

Wonderful Type Appears In The City Of Chicago. Source: The Huffington Post. X3ciframe src= x22https:/ player.vimeo.com/video/35541740? Title=0 x26byline=0 x26portrait=0 x22 width= x22500 x22 height= x22281 x22 frameborder= x220 x22 title= x22New Navy - Zimbabwe (Flume Remix) x22 webkitallowfullscreen mozallowfullscreen allowfullscreen x3e x3c/iframe x3e'. Fog Puma In Karl's Kutter At Fusion 2013. IOS7 – The hidden revolution – Part 2. X3ciframe src= x22https:/ player.vimeo.com/video/36867236?

blog.elastix.org blog.elastix.org

Blog de Elastix | Blog Oficial de Elastix

Implementando SIP Firewall en Elastix. Mayo 6, 2015. Hoy incluimos este libro a la biblioteca del Blog y a la lista de material de referencia de Elastix. En este libro, Juan hace una revisión minuciosa del SIP Firewall de Elastix. E incluye algunos tips y configuraciones para sacar el mejor provecho del equipo. Leer más →. Instalación de Elastix 2.X en un VPS LINODE. Abril 27, 2015. En En la nube. Hace unas semanas tuve la necesitad de instalar un servidor Elastix en un VPS en Linode. Abril 12, 2015.

blog.elastocloud.org blog.elastocloud.org

Elasticity

Sunday, July 12, 2015. QEMU/KVM Bridged Network with TAP interfaces. In my previous post, Rapid Linux Kernel Dev/Test with QEMU, KVM and Dracut. I described how build and boot a Linux kernel quickly, making use of port forwarding between hypervisor and guest VM for virtual network traffic. This post describes how to plumb the Linux VM directly into a hypervisor network, through the use of a bridge. Start by creating a bridge on the hypervisor system:. Sudo /sbin/brctl addbr br0. The MAC address is explic...

blog.elastos.com.br blog.elastos.com.br

Elastos | elastos.com.br

Elastos – elastos.com.br. Abordagem Funcional para o Fortalecimento do Complexo Posterolateral do Quadril. Associar o gestual motor utilizado em tarefas da vida diária, laborais e desportivas na prescrição de programas de reabilitação e prevenção de lesões musculoesqueléticas está no cerne do guia de exercícios Elastos. No vídeo, observamos a tarefa sentar-levantar com elevação de peso, simulando Continue reading. 5 exercícios para aumentar a força e prevenir lesões na corrida. Vamos postar vídeos de exe...

blog.elatable.com blog.elatable.com

Elatable : Bradley Horowitz

Elatable : Bradley Horowitz. Bradley Horowitz is VP of Product for Google. Monday, February 25, 2013. Jeff Weiner on Leadership. My friend, and former boss Jeff Weiner spoke at the Wisdom 2.0 conference on Friday. This is an incredible discussion of what leadership really means. Jeff himself is an amazing leader, and taught me a lot. Posted by Bradley Horowitz. Monday, October 31, 2011. This is a test. ignore. Posted by Bradley Horowitz. Thursday, September 17, 2009. Posted by Bradley Horowitz.

blog.elation.com blog.elation.com

The Elation Effect

Watch us on Vimeo. How it Works What we do. Why Us Who we are. About Elation More about us. Your Brain on the Savannah: Why We React To Threats. Posted by Anna Paige. On 6/29/15 4:49 PM. Ever feel like your brain is in a constant sprint across the Savannah? From an evolutionary standpoint, it makes sense. What harms us should be avoided, so often the human brain focuses on competition, aggressors, threats, stresses, and complaints. We’re hardwired to hold onto the bad. Why Zebras Don’t Get Ulcers. Often ...

blog.elation.it blog.elation.it

Elation Blog

Servizi per le aziende. Think different e scegli la campagna! 28 agosto 2013 da Myriam. Cosa vi viene in mente? Sicuramente molti penseranno subito al mare. O magari alla piscina. Insomma, tutti luoghi dove poter trascorrere le calde giornate. Nella speranza di trovare un po’ di riparo dall’ afa. Che avvolge le nostre città in questo periodo. In altre parole minimo sforzo, massimo risultato. Continua a leggere ». Postato in Emozione dopo emozione. Think different e scegli la campagna! E, dato il periodo,...

blog.elauqsap.com blog.elauqsap.com

thought|pipe

From me to you. Page 1 of 2. SANS Holiday Hack 2016. Part 1: A Most Curious Business Card 1: What is the secret message in Santa's tweets? Answer: bugbounty Solution: Load all tweets, open developer tools, and. Part III] How To Build a RESTful JSON API in Go - API. Concluding our build of a RESTful JSON API with a Postgres database, we will explore the code that binds the backend queries to the HTTP methods. Part II] How To Build a RESTful JSON API in Go - Database. Building a Go Work Pool. Page 1 of 2.