SlideShare uma empresa Scribd logo
1 de 189
[object Object],[object Object],[object Object],[object Object],Powered by
 
Jeroen van Disseldorp IT Architect
Jeroen van Disseldorp IT Architect werk veel met Linux
 
 
 
 
 
 
 
 
 
Linux B.V.
Linux B.V.
Linux is cool...
 
Tux
Tux Linux
Linux
 
Wat is Linux?
Hardware
Hardware
Hardware Operating System
Hardware Operating System
Applicaties Hardware Operating System
Applicaties Hardware Operating System
Waar kom je Linux tegen?
 
 
 
Verenigde Staten
Canada
Brazili ë
Peru
Japan
China
India
Malediven
Duitsland
Engeland
Frankrijk
Spanje
Belgi ë
Nederland
 
 
 
Overal
Wie?
 
 
 
 
 
 
Wie?
 
Browser PC Website Server
ondergedoken
 
 
 
 
 
 
Linux versies
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Wat vind je van Linux?
 
 
 
3 dingen
1 Open Source
 
/* * __task_rq_lock - lock the runqueue a given task resides on. * Must be called interrupts disabled. */ static inline struct rq *__task_rq_lock(struct task_struct *p) __acquires(rq->lock) { struct rq *rq; repeat_lock_task: rq = task_rq(p); spin_lock(&rq->lock); if (unlikely(rq != task_rq(p))) { spin_unlock(&rq->lock); goto repeat_lock_task; } return rq; } /* * task_rq_lock - lock the runqueue a given task resides on and disable * interrupts.  Note the ordering: we can safely lookup the task_rq without * explicitly disabling preemption. */ static struct rq *task_rq_lock(struct task_struct *p, unsigned long *flags) __acquires(rq->lock) { struct rq *rq; repeat_lock_task: local_irq_save(*flags); rq = task_rq(p); spin_lock(&rq->lock); if (unlikely(rq != task_rq(p))) { spin_unlock_irqrestore(&rq->lock, *flags); goto repeat_lock_task; } return rq; }
8.566.615 regels
8.566.615 regels 10 seconden per regel
8.566.615 regels 10 seconden per regel 991 dagen
8.566.615 regels 10 seconden per regel 991 dagen 2,7 jaar
Computer
Computer
Computer
 
 
 
2 Open Standaarden
Communicatie
Afspraken
 
 
 
 
 
3 Ik ben de baas
 
 
 
 
 
 
 
 
 
 
Wat kan ik met Linux?
Alles !
Linux op de server Linux op de desktop
Linux op de server Linux op de desktop
Web server
 
 
E-mail server Web server
bron: http://cr.yp.to/surveys/smtpsoftware6.txt
Netwerk server E-mail server Web server
> 85 % marktaandeel
Database server Netwerk server E-mail server Web server
Source: JoinVision E-Services GmbH, July 2006
Linux op de server Linux op de desktop
Foto's?
 
Games?
 
Internet?
 
 
 
 
Windows nodig?
 
Multimedia?
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ODF
Linux voorop
 
 
Ubuntu PC
 
 
Zoek op “Linux”
Linux en Microsoft
 
 
 
 
 
 
 
Samenvattend...
1. Open Source 2. Open Standaarden 3. Jij bent de baas
 
1. Open Source 2. Open Standaarden 3. Jij bent de baas
 
ODF
1. Open Source 2. Open Standaarden 3. Jij bent de baas
 
 
 
[object Object],[object Object],[object Object]

Mais conteúdo relacionado

Mais procurados

Nachos3 - Theoretical Part
Nachos3 - Theoretical PartNachos3 - Theoretical Part
Nachos3 - Theoretical Part
Eduardo Triana
 
Centralized Logging with syslog
Centralized Logging with syslogCentralized Logging with syslog
Centralized Logging with syslog
amiable_indian
 

Mais procurados (20)

PLAM 2015 - Evolving Backups Strategy, Devploying pyxbackup
PLAM 2015 - Evolving Backups Strategy, Devploying pyxbackupPLAM 2015 - Evolving Backups Strategy, Devploying pyxbackup
PLAM 2015 - Evolving Backups Strategy, Devploying pyxbackup
 
Metasploit: Pwnage and Ponies
Metasploit: Pwnage and PoniesMetasploit: Pwnage and Ponies
Metasploit: Pwnage and Ponies
 
Bsdtw17: mariusz zaborski: case studies of sandboxing base system with capsicum
Bsdtw17: mariusz zaborski: case studies of sandboxing base system with capsicumBsdtw17: mariusz zaborski: case studies of sandboxing base system with capsicum
Bsdtw17: mariusz zaborski: case studies of sandboxing base system with capsicum
 
Profiling and optimizing go programs
Profiling and optimizing go programsProfiling and optimizing go programs
Profiling and optimizing go programs
 
Recon
ReconRecon
Recon
 
Scapy talk
Scapy talkScapy talk
Scapy talk
 
Secure code 3rd_party_libs
Secure code 3rd_party_libsSecure code 3rd_party_libs
Secure code 3rd_party_libs
 
Glusterd_thread_synchronization_using_urcu_lca2016
Glusterd_thread_synchronization_using_urcu_lca2016Glusterd_thread_synchronization_using_urcu_lca2016
Glusterd_thread_synchronization_using_urcu_lca2016
 
Zeromq anatomy & jeromq
Zeromq anatomy & jeromqZeromq anatomy & jeromq
Zeromq anatomy & jeromq
 
Writing External Rsyslog Plugins
Writing External Rsyslog PluginsWriting External Rsyslog Plugins
Writing External Rsyslog Plugins
 
Hack The Box Nest 10.10.10.178
Hack The Box Nest 10.10.10.178Hack The Box Nest 10.10.10.178
Hack The Box Nest 10.10.10.178
 
Nachos3 - Theoretical Part
Nachos3 - Theoretical PartNachos3 - Theoretical Part
Nachos3 - Theoretical Part
 
Windows Security Crash Course
Windows Security Crash CourseWindows Security Crash Course
Windows Security Crash Course
 
BSides London - Scapy Workshop
BSides London - Scapy WorkshopBSides London - Scapy Workshop
BSides London - Scapy Workshop
 
"Развитие ветки PHP-7"
"Развитие ветки PHP-7""Развитие ветки PHP-7"
"Развитие ветки PHP-7"
 
Ns-2.35 Installation
Ns-2.35 InstallationNs-2.35 Installation
Ns-2.35 Installation
 
Rsyslog log normalization
Rsyslog log normalizationRsyslog log normalization
Rsyslog log normalization
 
Asynchronous IO in Rust - Enrico Risa - Codemotion Rome 2017
Asynchronous IO in Rust - Enrico Risa - Codemotion Rome 2017Asynchronous IO in Rust - Enrico Risa - Codemotion Rome 2017
Asynchronous IO in Rust - Enrico Risa - Codemotion Rome 2017
 
Scapy the packet 途中01
Scapy the packet 途中01Scapy the packet 途中01
Scapy the packet 途中01
 
Centralized Logging with syslog
Centralized Logging with syslogCentralized Logging with syslog
Centralized Logging with syslog
 

Semelhante a Kick-off Project 2: Presentatie Linux

Auditing the Opensource Kernels
Auditing the Opensource KernelsAuditing the Opensource Kernels
Auditing the Opensource Kernels
Silvio Cesare
 

Semelhante a Kick-off Project 2: Presentatie Linux (20)

Staging driver sins
Staging driver sinsStaging driver sins
Staging driver sins
 
Application Logging in the 21st century - 2014.key
Application Logging in the 21st century - 2014.keyApplication Logging in the 21st century - 2014.key
Application Logging in the 21st century - 2014.key
 
FastR+Apache Flink
FastR+Apache FlinkFastR+Apache Flink
FastR+Apache Flink
 
Auditing the Opensource Kernels
Auditing the Opensource KernelsAuditing the Opensource Kernels
Auditing the Opensource Kernels
 
How to Shrink from 5 Tiers to 2 in a Multitier Microservices Architecture
 How to Shrink from 5 Tiers to 2 in a Multitier Microservices Architecture How to Shrink from 5 Tiers to 2 in a Multitier Microservices Architecture
How to Shrink from 5 Tiers to 2 in a Multitier Microservices Architecture
 
Hotsos Advanced Linux Tools
Hotsos Advanced Linux ToolsHotsos Advanced Linux Tools
Hotsos Advanced Linux Tools
 
Learn python
Learn pythonLearn python
Learn python
 
Linux Capabilities - eng - v2.1.5, compact
Linux Capabilities - eng - v2.1.5, compactLinux Capabilities - eng - v2.1.5, compact
Linux Capabilities - eng - v2.1.5, compact
 
IRQs: the Hard, the Soft, the Threaded and the Preemptible
IRQs: the Hard, the Soft, the Threaded and the PreemptibleIRQs: the Hard, the Soft, the Threaded and the Preemptible
IRQs: the Hard, the Soft, the Threaded and the Preemptible
 
Reverse engineering Swisscom's Centro Grande Modem
Reverse engineering Swisscom's Centro Grande ModemReverse engineering Swisscom's Centro Grande Modem
Reverse engineering Swisscom's Centro Grande Modem
 
CONFidence 2017: Escaping the (sand)box: The promises and pitfalls of modern ...
CONFidence 2017: Escaping the (sand)box: The promises and pitfalls of modern ...CONFidence 2017: Escaping the (sand)box: The promises and pitfalls of modern ...
CONFidence 2017: Escaping the (sand)box: The promises and pitfalls of modern ...
 
Linux Server Deep Dives (DrupalCon Amsterdam)
Linux Server Deep Dives (DrupalCon Amsterdam)Linux Server Deep Dives (DrupalCon Amsterdam)
Linux Server Deep Dives (DrupalCon Amsterdam)
 
Replacing Simple Puppet Modules with Providers
Replacing Simple Puppet Modules with ProvidersReplacing Simple Puppet Modules with Providers
Replacing Simple Puppet Modules with Providers
 
Using Netconf/Yang with OpenDalight
Using Netconf/Yang with OpenDalightUsing Netconf/Yang with OpenDalight
Using Netconf/Yang with OpenDalight
 
1032 cs208 g operation system ip camera case share.v0.2
1032 cs208 g operation system ip camera case share.v0.21032 cs208 g operation system ip camera case share.v0.2
1032 cs208 g operation system ip camera case share.v0.2
 
Programar para GPUs
Programar para GPUsProgramar para GPUs
Programar para GPUs
 
Practical Operation Automation with StackStorm
Practical Operation Automation with StackStormPractical Operation Automation with StackStorm
Practical Operation Automation with StackStorm
 
Ccna labs-udemy
Ccna labs-udemyCcna labs-udemy
Ccna labs-udemy
 
Network Test Automation - Net Ops Coding 2015
Network Test Automation - Net Ops Coding 2015Network Test Automation - Net Ops Coding 2015
Network Test Automation - Net Ops Coding 2015
 
MyShell - English
MyShell - EnglishMyShell - English
MyShell - English
 

Mais de Patrick Koning

Workshop aan de slag met ‘#mediawijsheid in de klas’ (ROC Leeuwenborgh)
Workshop aan de slag met ‘#mediawijsheid in de klas’ (ROC Leeuwenborgh)Workshop aan de slag met ‘#mediawijsheid in de klas’ (ROC Leeuwenborgh)
Workshop aan de slag met ‘#mediawijsheid in de klas’ (ROC Leeuwenborgh)
Patrick Koning
 
Workshop aan de slag met ‘#mediawijsheid in de klas’ (voor MBO Utrecht)
Workshop aan de slag met ‘#mediawijsheid in de klas’ (voor MBO Utrecht)Workshop aan de slag met ‘#mediawijsheid in de klas’ (voor MBO Utrecht)
Workshop aan de slag met ‘#mediawijsheid in de klas’ (voor MBO Utrecht)
Patrick Koning
 
Workshop aan de slag met ‘#mediawijsheid in de klas’ (vecon)
Workshop aan de slag met ‘#mediawijsheid in de klas’ (vecon)Workshop aan de slag met ‘#mediawijsheid in de klas’ (vecon)
Workshop aan de slag met ‘#mediawijsheid in de klas’ (vecon)
Patrick Koning
 

Mais de Patrick Koning (20)

Mediawijsheid (mbo taaldocenten)
Mediawijsheid (mbo taaldocenten)Mediawijsheid (mbo taaldocenten)
Mediawijsheid (mbo taaldocenten)
 
Mediawijsheid@KW1C.nl
Mediawijsheid@KW1C.nlMediawijsheid@KW1C.nl
Mediawijsheid@KW1C.nl
 
Mediawijsheid@kw1c (Kennisnet)
Mediawijsheid@kw1c (Kennisnet)Mediawijsheid@kw1c (Kennisnet)
Mediawijsheid@kw1c (Kennisnet)
 
Aan de slag met '#mediawijsheid in de klas'
Aan de slag met '#mediawijsheid in de klas'Aan de slag met '#mediawijsheid in de klas'
Aan de slag met '#mediawijsheid in de klas'
 
Mediawijsheid@KW1C
Mediawijsheid@KW1CMediawijsheid@KW1C
Mediawijsheid@KW1C
 
Mediawijsheid 2.0
Mediawijsheid 2.0 Mediawijsheid 2.0
Mediawijsheid 2.0
 
#Mediawijsheid
#Mediawijsheid#Mediawijsheid
#Mediawijsheid
 
Workshop aan de slag met '#mediawijsheid in de klas'
Workshop aan de slag met '#mediawijsheid in de klas'Workshop aan de slag met '#mediawijsheid in de klas'
Workshop aan de slag met '#mediawijsheid in de klas'
 
Pilot Opleidingsschool: Bloom-tpack-samr
Pilot Opleidingsschool: Bloom-tpack-samrPilot Opleidingsschool: Bloom-tpack-samr
Pilot Opleidingsschool: Bloom-tpack-samr
 
Pilot Opleidingsschool: Stap 1 - Bingo
Pilot Opleidingsschool: Stap 1 - BingoPilot Opleidingsschool: Stap 1 - Bingo
Pilot Opleidingsschool: Stap 1 - Bingo
 
Workshop Humanitas
Workshop HumanitasWorkshop Humanitas
Workshop Humanitas
 
Maakt Internet nonchalante denkers van onze studenten?
Maakt Internet nonchalante denkers van onze studenten?Maakt Internet nonchalante denkers van onze studenten?
Maakt Internet nonchalante denkers van onze studenten?
 
Mediawijsheid in de klas - sociale media bingo (voor Academie voor mbo-taaldo...
Mediawijsheid in de klas - sociale media bingo (voor Academie voor mbo-taaldo...Mediawijsheid in de klas - sociale media bingo (voor Academie voor mbo-taaldo...
Mediawijsheid in de klas - sociale media bingo (voor Academie voor mbo-taaldo...
 
Workshop aan de slag met ‘#mediawijsheid in de klas’ (ROC Leeuwenborgh)
Workshop aan de slag met ‘#mediawijsheid in de klas’ (ROC Leeuwenborgh)Workshop aan de slag met ‘#mediawijsheid in de klas’ (ROC Leeuwenborgh)
Workshop aan de slag met ‘#mediawijsheid in de klas’ (ROC Leeuwenborgh)
 
Workshop aan de slag met ‘#mediawijsheid in de klas’ (voor MBO Utrecht)
Workshop aan de slag met ‘#mediawijsheid in de klas’ (voor MBO Utrecht)Workshop aan de slag met ‘#mediawijsheid in de klas’ (voor MBO Utrecht)
Workshop aan de slag met ‘#mediawijsheid in de klas’ (voor MBO Utrecht)
 
Mediawijsheid in de klas / Sociale Media Bingo
Mediawijsheid in de klas / Sociale Media BingoMediawijsheid in de klas / Sociale Media Bingo
Mediawijsheid in de klas / Sociale Media Bingo
 
Workshop aan de slag met ‘#mediawijsheid in de klas’ (vecon)
Workshop aan de slag met ‘#mediawijsheid in de klas’ (vecon)Workshop aan de slag met ‘#mediawijsheid in de klas’ (vecon)
Workshop aan de slag met ‘#mediawijsheid in de klas’ (vecon)
 
Workshop aan de slag met ‘#mediawijsheid in de klas’
Workshop aan de slag met ‘#mediawijsheid in de klas’Workshop aan de slag met ‘#mediawijsheid in de klas’
Workshop aan de slag met ‘#mediawijsheid in de klas’
 
De mediawijze professional
De mediawijze professionalDe mediawijze professional
De mediawijze professional
 
Keynote mediawijs.be
Keynote mediawijs.beKeynote mediawijs.be
Keynote mediawijs.be
 

Último

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Último (20)

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 

Kick-off Project 2: Presentatie Linux