Perlbal Tutorial

Takatsugu Shigeta
Perlbal Tutorial Takatsugu Shigeta YAPC::Asia Tokyo 2009
重田崇嗣 Takatsugu Shigeta
http://profile.typepad.com/comewalk TypePad Profiles
Perlbal
http://www.danga.com/perlbal/
"Perlbal is a Perl-based reverse proxy load balancer and web server." Perlbal From Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Perlbal
"Perlbal is a single-threaded event-based server supporting HTTP load balancing, web serving, and a mix of the two (see below)." Perlbal http://www.danga.com/perlbal/
install
$ cpan Perlbal
WARNING: AIO mode disabled or not available.          Perlbal will run slowly under load if          you're doing any          disk operations. (e.g. web_server mode).          Install IO::AIO for better performance.
$ cpan IO::AIO
http://code.sixapart.com/trac/perlbal/browser/trunk/META.yml?rev=768 requires:      BSD::Resource:       0      Danga::Socket:       1.44      File::Find:          0      HTTP::Date:          0      HTTP::Response:      0      Sys::Syscall:        0      Test::More:          0      Time::HiRes:         0
http://code.sixapart.com/svn/perlbal/ Subversion Repository
[object Object],[object Object],[object Object],[object Object],[object Object]
start Perlbal
# ./perlbal --help Usage: perlbal [OPTS]  --help          This usage info  --version       Print perlbal release version  --config=[file] Specify Perlbal config file           (default:  /etc/perlbal/perlbal.conf )  --daemon        Daemonize
$ perlbal > --config=/path/to/foo.conf > --daemon
$ perlbal > -c /path/to/foo.conf > -d
roles
reverse_proxy web_server management selector upload_tracker
reverse proxy
[object Object]
[object Object],[object Object]
[object Object],[object Object],[object Object]
web server
[object Object]
management
[object Object]
seealso http://code.sixapart.com/trac/perlbal/browser/trunk/doc /config-guide.txt
selector
[object Object],[object Object]
[object Object],[object Object]
upload_tracker
I'm sorry. I have never used it. I omitted upload_tracker. But...
http://code.sixapart.com/trac/perlbal/browser/trunk/lib/Perlbal/Service.pm?rev=806#L1431 # create UDP upload tracker listener if ($self->{role} eq "upload_tracker") {      $listener = Perlbal::UploadListener->new($self->{listen}, $self); }
parameters
[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
architecture
Perlbal Classes ,[object Object],[object Object]
class diagram
Created by GraphViz
how to work
[object Object],[object Object],http://code.sixapart.com/trac/perlbal/browser/trunk/doc/hacking/classes.txt
plugins
Perlbal::Plugin ,[object Object],[object Object],[object Object],http://code.sixapart.com/trac/perlbal/browser/trunk/lib/Perlbal/Plugin
hooks
seealso http://code.sixapart.com/trac/perlbal/browser/trunk/doc/hacking/hooks.txt
writing plugins
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object]
This slide introduced Perlbal to you. If you are interested in Perlbal, please try again later!
BTW, JFYI ,  
AnyEvent  
Danga::Socket::AnyEvent ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Try Danga::Socket::AnyEvent, if you are interested in AnyEvent! http://search.cpan.org/dist/Danga-Socket-AnyEvent/
Resources ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object]
1 of 65

Recommended

How Danga::Socket handles asynchronous processing and how to write asynchrono... by
How Danga::Socket handles asynchronous processing and how to write asynchrono...How Danga::Socket handles asynchronous processing and how to write asynchrono...
How Danga::Socket handles asynchronous processing and how to write asynchrono...Gosuke Miyashita
2.1K views40 slides
シックス・アパート・フレームワーク by
シックス・アパート・フレームワークシックス・アパート・フレームワーク
シックス・アパート・フレームワークTakatsugu Shigeta
3.3K views91 slides
Assurer - a pluggable server testing/monitoring framework by
Assurer - a pluggable server testing/monitoring frameworkAssurer - a pluggable server testing/monitoring framework
Assurer - a pluggable server testing/monitoring frameworkGosuke Miyashita
1.8K views78 slides
Release with confidence by
Release with confidenceRelease with confidence
Release with confidenceJohn Congdon
1.8K views35 slides
SDPHP - Percona Toolkit (It's Basically Magic) by
SDPHP - Percona Toolkit (It's Basically Magic)SDPHP - Percona Toolkit (It's Basically Magic)
SDPHP - Percona Toolkit (It's Basically Magic)Robert Swisher
1.9K views38 slides
Keeping it small - Getting to know the Slim PHP micro framework by
Keeping it small - Getting to know the Slim PHP micro frameworkKeeping it small - Getting to know the Slim PHP micro framework
Keeping it small - Getting to know the Slim PHP micro frameworkJeremy Kendall
9.6K views214 slides

More Related Content

What's hot

Rack Middleware by
Rack MiddlewareRack Middleware
Rack MiddlewareLittleBIGRuby
2.4K views175 slides
IRC HTTP Stream in YAPC::Asia 2009 by
IRC HTTP Stream in YAPC::Asia 2009IRC HTTP Stream in YAPC::Asia 2009
IRC HTTP Stream in YAPC::Asia 2009Yusuke Wada
1.6K views20 slides
Beyond Breakpoints: A Tour of Dynamic Analysis by
Beyond Breakpoints: A Tour of Dynamic AnalysisBeyond Breakpoints: A Tour of Dynamic Analysis
Beyond Breakpoints: A Tour of Dynamic AnalysisFastly
347 views109 slides
Como construir uma Aplicação que consuma e produza updates no Twitter usando ... by
Como construir uma Aplicação que consuma e produza updates no Twitter usando ...Como construir uma Aplicação que consuma e produza updates no Twitter usando ...
Como construir uma Aplicação que consuma e produza updates no Twitter usando ...Cirdes Filho
537 views56 slides
appache_1 by
appache_1appache_1
appache_1Maisa Al-Khudair
444 views11 slides
톰캣 #04-환경설정 by
톰캣 #04-환경설정톰캣 #04-환경설정
톰캣 #04-환경설정GyuSeok Lee
908 views43 slides

What's hot(20)

IRC HTTP Stream in YAPC::Asia 2009 by Yusuke Wada
IRC HTTP Stream in YAPC::Asia 2009IRC HTTP Stream in YAPC::Asia 2009
IRC HTTP Stream in YAPC::Asia 2009
Yusuke Wada1.6K views
Beyond Breakpoints: A Tour of Dynamic Analysis by Fastly
Beyond Breakpoints: A Tour of Dynamic AnalysisBeyond Breakpoints: A Tour of Dynamic Analysis
Beyond Breakpoints: A Tour of Dynamic Analysis
Fastly347 views
Como construir uma Aplicação que consuma e produza updates no Twitter usando ... by Cirdes Filho
Como construir uma Aplicação que consuma e produza updates no Twitter usando ...Como construir uma Aplicação que consuma e produza updates no Twitter usando ...
Como construir uma Aplicação que consuma e produza updates no Twitter usando ...
Cirdes Filho537 views
톰캣 #04-환경설정 by GyuSeok Lee
톰캣 #04-환경설정톰캣 #04-환경설정
톰캣 #04-환경설정
GyuSeok Lee908 views
Laravel5 Introduction and essentials by Pramod Kadam
Laravel5 Introduction and essentialsLaravel5 Introduction and essentials
Laravel5 Introduction and essentials
Pramod Kadam414 views
GTLAB Overview by marpierc
GTLAB OverviewGTLAB Overview
GTLAB Overview
marpierc667 views
Laravel - Website Development in Php Framework. by SWAAM Tech
Laravel - Website Development in Php Framework.Laravel - Website Development in Php Framework.
Laravel - Website Development in Php Framework.
SWAAM Tech4.8K views
Build website in_django by swee meng ng
Build website in_django Build website in_django
Build website in_django
swee meng ng3.5K views
Laravel Beginners Tutorial 2 by Vikas Chauhan
Laravel Beginners Tutorial 2Laravel Beginners Tutorial 2
Laravel Beginners Tutorial 2
Vikas Chauhan9.8K views
Selenium Sandwich Part 1: Data driven Selenium by Workhorse Computing
Selenium Sandwich Part 1: Data driven Selenium Selenium Sandwich Part 1: Data driven Selenium
Selenium Sandwich Part 1: Data driven Selenium
Task Scheduling and Asynchronous Processing Evolved. Zend Server Job Queue by Sam Hennessy
Task Scheduling and Asynchronous Processing Evolved. Zend Server Job QueueTask Scheduling and Asynchronous Processing Evolved. Zend Server Job Queue
Task Scheduling and Asynchronous Processing Evolved. Zend Server Job Queue
Sam Hennessy4.7K views
Making Symofny shine with Varnish - SymfonyCon Madrid 2014 by Barel Barelon
Making Symofny shine with Varnish - SymfonyCon Madrid 2014Making Symofny shine with Varnish - SymfonyCon Madrid 2014
Making Symofny shine with Varnish - SymfonyCon Madrid 2014
Barel Barelon14.7K views
Autoscaling with hashi_corp_nomad by Bram Vogelaar
Autoscaling with hashi_corp_nomadAutoscaling with hashi_corp_nomad
Autoscaling with hashi_corp_nomad
Bram Vogelaar223 views

Viewers also liked

The Indian Beauty by
The Indian BeautyThe Indian Beauty
The Indian Beautydoityourway
533 views10 slides
E-portfolio values (ppt) by
E-portfolio values (ppt)E-portfolio values (ppt)
E-portfolio values (ppt)Simon Grant
1.2K views24 slides
Competency: MedBiquitous and other ideas by
Competency: MedBiquitous and other ideasCompetency: MedBiquitous and other ideas
Competency: MedBiquitous and other ideasSimon Grant
596 views19 slides
Poleznie iskopaemie Khabarovskogo kraya by
Poleznie iskopaemie Khabarovskogo krayaPoleznie iskopaemie Khabarovskogo kraya
Poleznie iskopaemie Khabarovskogo krayaviktoriya71
475 views32 slides
Dijkdoorbraak by
DijkdoorbraakDijkdoorbraak
DijkdoorbraakeRJee
757 views9 slides
Les revues d'histoire au Brésil et leurs usages publics by
Les revues d'histoire au Brésil et leurs usages publicsLes revues d'histoire au Brésil et leurs usages publics
Les revues d'histoire au Brésil et leurs usages publicsoldimar
573 views70 slides

Viewers also liked(20)

The Indian Beauty by doityourway
The Indian BeautyThe Indian Beauty
The Indian Beauty
doityourway533 views
E-portfolio values (ppt) by Simon Grant
E-portfolio values (ppt)E-portfolio values (ppt)
E-portfolio values (ppt)
Simon Grant1.2K views
Competency: MedBiquitous and other ideas by Simon Grant
Competency: MedBiquitous and other ideasCompetency: MedBiquitous and other ideas
Competency: MedBiquitous and other ideas
Simon Grant596 views
Poleznie iskopaemie Khabarovskogo kraya by viktoriya71
Poleznie iskopaemie Khabarovskogo krayaPoleznie iskopaemie Khabarovskogo kraya
Poleznie iskopaemie Khabarovskogo kraya
viktoriya71475 views
Dijkdoorbraak by eRJee
DijkdoorbraakDijkdoorbraak
Dijkdoorbraak
eRJee757 views
Les revues d'histoire au Brésil et leurs usages publics by oldimar
Les revues d'histoire au Brésil et leurs usages publicsLes revues d'histoire au Brésil et leurs usages publics
Les revues d'histoire au Brésil et leurs usages publics
oldimar573 views
Searching CPAN Offline by acme
Searching CPAN OfflineSearching CPAN Offline
Searching CPAN Offline
acme1.2K views
Fiat Stilo Connect Nav+ GPS GSM hidden diagnostic menu by fosk
Fiat Stilo Connect Nav+ GPS GSM hidden diagnostic menuFiat Stilo Connect Nav+ GPS GSM hidden diagnostic menu
Fiat Stilo Connect Nav+ GPS GSM hidden diagnostic menu
fosk2.3K views
Quyet-toan-thue-2010-Ke-khai-thue-qua-mang by Pham Ngoc Quang
Quyet-toan-thue-2010-Ke-khai-thue-qua-mangQuyet-toan-thue-2010-Ke-khai-thue-qua-mang
Quyet-toan-thue-2010-Ke-khai-thue-qua-mang
Pham Ngoc Quang1.8K views
Induction talk year 1 by Tony McNeill
Induction talk year 1Induction talk year 1
Induction talk year 1
Tony McNeill790 views
DigEdRes_school33 by viktoriya71
DigEdRes_school33DigEdRes_school33
DigEdRes_school33
viktoriya71370 views
台北捷運中和線東門段貫通說明 by but.bbs@ptt.cc by Yi-Chi Tang
台北捷運中和線東門段貫通說明 by but.bbs@ptt.cc台北捷運中和線東門段貫通說明 by but.bbs@ptt.cc
台北捷運中和線東門段貫通說明 by but.bbs@ptt.cc
Yi-Chi Tang1.5K views
When the Best is Free: Images by Katie Christo
When the Best is Free: ImagesWhen the Best is Free: Images
When the Best is Free: Images
Katie Christo775 views

Similar to Perlbal Tutorial

Volt ruby framework by
Volt ruby frameworkVolt ruby framework
Volt ruby frameworkthomasfl
740 views12 slides
Systems Automation with Puppet by
Systems Automation with PuppetSystems Automation with Puppet
Systems Automation with Puppetelliando dias
1.5K views29 slides
WWW:::Mechanize YAPC::BR 2008 by
WWW:::Mechanize YAPC::BR 2008WWW:::Mechanize YAPC::BR 2008
WWW:::Mechanize YAPC::BR 2008mvitor
339 views20 slides
Installing hadoophivederby on_centos by
Installing hadoophivederby on_centosInstalling hadoophivederby on_centos
Installing hadoophivederby on_centosJames Jara
628 views6 slides
Perl Dancer, FPW 2010 by
Perl Dancer, FPW 2010Perl Dancer, FPW 2010
Perl Dancer, FPW 2010Alexis Sukrieh
17.1K views114 slides
Caching & validating by
Caching & validatingCaching & validating
Caching & validatingSon Nguyen
276 views16 slides

Similar to Perlbal Tutorial(20)

Volt ruby framework by thomasfl
Volt ruby frameworkVolt ruby framework
Volt ruby framework
thomasfl740 views
Systems Automation with Puppet by elliando dias
Systems Automation with PuppetSystems Automation with Puppet
Systems Automation with Puppet
elliando dias1.5K views
WWW:::Mechanize YAPC::BR 2008 by mvitor
WWW:::Mechanize YAPC::BR 2008WWW:::Mechanize YAPC::BR 2008
WWW:::Mechanize YAPC::BR 2008
mvitor339 views
Installing hadoophivederby on_centos by James Jara
Installing hadoophivederby on_centosInstalling hadoophivederby on_centos
Installing hadoophivederby on_centos
James Jara628 views
Caching & validating by Son Nguyen
Caching & validatingCaching & validating
Caching & validating
Son Nguyen276 views
Command by gajshield
CommandCommand
Command
gajshield246.7K views
Troubleshooting the Puppet Enterprise Stack by Puppet
Troubleshooting the Puppet Enterprise StackTroubleshooting the Puppet Enterprise Stack
Troubleshooting the Puppet Enterprise Stack
Puppet11.7K views
Lamp configuration u buntu 10.04 by mikehie
Lamp configuration   u buntu 10.04Lamp configuration   u buntu 10.04
Lamp configuration u buntu 10.04
mikehie1.8K views
Cloud Automation with Opscode Chef by Sri Ram
Cloud Automation with Opscode ChefCloud Automation with Opscode Chef
Cloud Automation with Opscode Chef
Sri Ram611 views
What's new in Rails 2? by brynary
What's new in Rails 2?What's new in Rails 2?
What's new in Rails 2?
brynary6.8K views
So you want to build a Facebook app by kamal.fariz
So you want to build a Facebook appSo you want to build a Facebook app
So you want to build a Facebook app
kamal.fariz1.4K views
Ruby C10K: High Performance Networking - RubyKaigi '09 by Ilya Grigorik
Ruby C10K: High Performance Networking - RubyKaigi '09Ruby C10K: High Performance Networking - RubyKaigi '09
Ruby C10K: High Performance Networking - RubyKaigi '09
Ilya Grigorik12K views
What\'s new in Rails 2.1 by Keith Pitty
What\'s new in Rails 2.1What\'s new in Rails 2.1
What\'s new in Rails 2.1
Keith Pitty685 views
JUDCon London 2011 - Bin packing with drools planner by example by Geoffrey De Smet
JUDCon London 2011 - Bin packing with drools planner by exampleJUDCon London 2011 - Bin packing with drools planner by example
JUDCon London 2011 - Bin packing with drools planner by example
Geoffrey De Smet2.8K views

Recently uploaded

Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit... by
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...ShapeBlue
57 views25 slides
Scaling Knowledge Graph Architectures with AI by
Scaling Knowledge Graph Architectures with AIScaling Knowledge Graph Architectures with AI
Scaling Knowledge Graph Architectures with AIEnterprise Knowledge
53 views15 slides
NTGapps NTG LowCode Platform by
NTGapps NTG LowCode Platform NTGapps NTG LowCode Platform
NTGapps NTG LowCode Platform Mustafa Kuğu
141 views30 slides
"Surviving highload with Node.js", Andrii Shumada by
"Surviving highload with Node.js", Andrii Shumada "Surviving highload with Node.js", Andrii Shumada
"Surviving highload with Node.js", Andrii Shumada Fwdays
40 views29 slides
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院 by
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院IttrainingIttraining
80 views8 slides
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava... by
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...ShapeBlue
48 views17 slides

Recently uploaded(20)

Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit... by ShapeBlue
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
ShapeBlue57 views
NTGapps NTG LowCode Platform by Mustafa Kuğu
NTGapps NTG LowCode Platform NTGapps NTG LowCode Platform
NTGapps NTG LowCode Platform
Mustafa Kuğu141 views
"Surviving highload with Node.js", Andrii Shumada by Fwdays
"Surviving highload with Node.js", Andrii Shumada "Surviving highload with Node.js", Andrii Shumada
"Surviving highload with Node.js", Andrii Shumada
Fwdays40 views
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院 by IttrainingIttraining
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava... by ShapeBlue
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...
ShapeBlue48 views
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or... by ShapeBlue
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
ShapeBlue88 views
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N... by James Anderson
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
James Anderson133 views
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online by ShapeBlue
KVM Security Groups Under the Hood - Wido den Hollander - Your.OnlineKVM Security Groups Under the Hood - Wido den Hollander - Your.Online
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online
ShapeBlue102 views
CloudStack Object Storage - An Introduction - Vladimir Petrov - ShapeBlue by ShapeBlue
CloudStack Object Storage - An Introduction - Vladimir Petrov - ShapeBlueCloudStack Object Storage - An Introduction - Vladimir Petrov - ShapeBlue
CloudStack Object Storage - An Introduction - Vladimir Petrov - ShapeBlue
ShapeBlue46 views
Igniting Next Level Productivity with AI-Infused Data Integration Workflows by Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software344 views
Business Analyst Series 2023 - Week 3 Session 5 by DianaGray10
Business Analyst Series 2023 -  Week 3 Session 5Business Analyst Series 2023 -  Week 3 Session 5
Business Analyst Series 2023 - Week 3 Session 5
DianaGray10369 views
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ... by ShapeBlue
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
ShapeBlue65 views
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue by ShapeBlue
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlueWhat’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue
ShapeBlue131 views
DRBD Deep Dive - Philipp Reisner - LINBIT by ShapeBlue
DRBD Deep Dive - Philipp Reisner - LINBITDRBD Deep Dive - Philipp Reisner - LINBIT
DRBD Deep Dive - Philipp Reisner - LINBIT
ShapeBlue62 views
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R... by ShapeBlue
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...
ShapeBlue54 views
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue by ShapeBlue
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue
ShapeBlue50 views
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha... by ShapeBlue
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
ShapeBlue74 views

Perlbal Tutorial