Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Arch Linux
Search
Bartłomiej Piotrowski
October 20, 2011
Programming
0
74
Arch Linux
An introduction (in Polish) to Arch Linux given at Open Source Szczecin 2011.
Bartłomiej Piotrowski
October 20, 2011
Tweet
Share
More Decks by Bartłomiej Piotrowski
See All by Bartłomiej Piotrowski
Creating Flatpak packages without flatpak-builder
barthalion
0
94
Flathub: The State of the Union
barthalion
0
31
OpenStack Swift
barthalion
0
71
Reproducible builds
barthalion
0
300
Alpine Linux
barthalion
0
420
Wprowadzenie do tworzenia pakietów w Arch Linuksie
barthalion
0
450
Other Decks in Programming
See All in Programming
ふつうの Rubyist、ちいさなデバイス、大きな一年
bash0c7
0
940
How to stabilize UI tests using XCTest
akkeylab
0
130
grapheme_strrev関数が採択されました(あと雑感)
youkidearitai
PRO
1
220
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
13
8k
Claude Code Skill入門
mayahoney
0
370
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
390
Understanding Apache Lucene - More than just full-text search
spinscale
0
110
Unity6.3 AudioUpdate
cova8bitdots
0
130
米国のサイバーセキュリティタイムラインと見る Goの暗号パッケージの進化
tomtwinkle
2
580
SourceGeneratorのマーカー属性問題について
htkym
0
200
Codex の「自走力」を高める
yorifuji
0
1.2k
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
180
Featured
See All Featured
Docker and Python
trallard
47
3.8k
Technical Leadership for Architectural Decision Making
baasie
3
290
We Are The Robots
honzajavorek
0
200
Prompt Engineering for Job Search
mfonobong
0
180
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
83
Game over? The fight for quality and originality in the time of robots
wayneb77
1
140
Why You Should Never Use an ORM
jnunemaker
PRO
61
9.8k
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.4k
Winning Ecommerce Organic Search in an AI Era - #searchnstuff2025
aleyda
1
1.9k
The browser strikes back
jonoalderson
0
790
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
150
Transcript
Open Source Szczecin 2011 Bartłomiej Piotrowski http://blog.bpiotrowski.pl/
Czym jest Arch? • Dystrybucja Linuksa • Rozwijana od 2002
roku • Rolling release • Bleeding edge • Optymalizacja dla procesorów i686
The Arch Way • Prostota • Poprawny kod ważniejszy od
wygody • System jest dla użytkownika • Otwartość • Wolność • Keep It Simple, Stupid
Repozytoria • [core] • [extra] • [testing] • [community] •
[community-testing] • [multilib]
pacman • Napisany w C • Obsługuje zależności • Szybszy
od innych menedżerów • makepkg • Podpisywanie pakietów
pkgname=gentoo pkgver=0.19.12 pkgrel=1 pkgdesc="A lightweight file manager for GTK" arch=('i686'
'x86_64') url="http://www.obsession.se/gentoo/" license=('GPL2') depends=('gtk2' 'gamin') source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz) md5sums=('b01b63e58267454320963a4eb56b1ebe') build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr --sysconfdir=/etc make ln -s ${pkgname}-${pkgver}/mkinstalldirs .. } package() { cd ${srcdir}/${pkgname}-${pkgver} make prefix=${pkgdir}/usr sysconfdir=${pkgdir}/etc install }
Społeczność • IRC (Freenode): • #archlinux • #archlinux-pl oraz #archlinux.pl
• Wiki • Forum • http://bbs.archlinux.org/ • http://archlinux.pl/forum • Listy dyskusyjne
Statystyki 70 tysięcy przesłanych ankiet • Kraj – USA 18,32%
– Niemcy 17,86% – Rosja 6,93% – Francja 6,50% – Polska 4,10% – Wlk. Brytania 3,32%
Statystyki • Architektura: – x86_64 63% – i686 37% •
Środowisko graficzne: – KDE 39.56% – GNOME 36.94% – Xfce 25.17% • Karta graficzna: – NVIDIA 60.46% – Intel 27.78% – ATI 22.86%
Krytyka • Stosunek do użytkownika • Sposób aktualizowania repozytoriów •
Stabilność • Instalator
Dystrybucje Oparte: – Chakra Project – ArchBang – Manjaro Linux
– Parabola GNU/Linux Zainspirowane: – Alpine Linux – Frugalware Na innych platformach: – ARM – PPC – Hurd
None