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
72
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
89
Flathub: The State of the Union
barthalion
0
28
OpenStack Swift
barthalion
0
67
Reproducible builds
barthalion
0
290
Alpine Linux
barthalion
0
410
Wprowadzenie do tworzenia pakietów w Arch Linuksie
barthalion
0
440
Other Decks in Programming
See All in Programming
プロパティベーステストによるUIテスト: LLMによるプロパティ定義生成でエッジケースを捉える
tetta_pdnt
0
1.8k
AIコーディングAgentとの向き合い方
eycjur
0
270
ファインディ株式会社におけるMCP活用とサービス開発
starfish719
0
1.8k
為你自己學 Python - 冷知識篇
eddie
1
350
Putting The Genie in the Bottle - A Crash Course on running LLMs on Android
iurysza
0
140
モバイルアプリからWebへの横展開を加速した話_Claude_Code_実践術.pdf
kazuyasakamoto
0
330
Flutter with Dart MCP: All You Need - 박제창 2025 I/O Extended Busan
itsmedreamwalker
0
150
RDoc meets YARD
okuramasafumi
4
170
Rancher と Terraform
fufuhu
2
550
CJK and Unicode From a PHP Committer
youkidearitai
PRO
0
110
複雑なドメインに挑む.pdf
yukisakai1225
5
1.2k
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
1.6k
Featured
See All Featured
GraphQLとの向き合い方2022年版
quramy
49
14k
The Language of Interfaces
destraynor
161
25k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
The World Runs on Bad Software
bkeepers
PRO
70
11k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Automating Front-end Workflow
addyosmani
1370
200k
GitHub's CSS Performance
jonrohan
1032
460k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
A Tale of Four Properties
chriscoyier
160
23k
Large-scale JavaScript Application Architecture
addyosmani
513
110k
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