Void Linux 簡介 - Linux
By Valerie
at 2021-01-25T20:18
at 2021-01-25T20:18
Table of Contents
Void?哪個 Void?沒錯,就是 C 裡頭的 void pointer。這就是 Void Linux
給人們的第一印象:void 指標。那麼你就可以天馬行空的想像怎麼使用 void
指標。
這是一個獨立開發的 GNU/Linux distro,是從頭開始,不是從其它的 distro
fork 來的。發起者是前 NetBSD 的開發者,沿習了 NetBSD 的低調,沒什麼
人知道,也不做宣傳。
底下簡單介紹她的特點:
一 穩定的滾動式:
Void Linux 強調的是 stable rolling release。絕不狗血的跟從新版本,
但收錄的版本也絕對夠新。我目前的版本是:
[root@qtnez ~]# uname -a
Linux qtnez 5.10.10_1 #1 SMP 1611419241 x86_64 GNU/Linux
二 runit:
init system 使用 runit。原因是:簡單、可信賴。
三 二種 C 函式庫供選擇:
第一種當然就是平常大家用的 GNU libc。第二種是 musl libc。為何用
musl libc?很簡單,它的 license 是 MIT,所以… …
四 套件管理系統 XBPS:
XBPS(X Binary Package System)。不只是可以直接安裝可執行檔,也可以從
source 自己編譯。使用上非常方便,相依性也處理得很好。目前 Void 的套
件數並不算很多,約一萬二、三千左右。各 distro 的套件數可以從 pkgs.org
得知: https://pkgs.org/about/ (裡頭會有許多是重複的,所以只是概數)。
為了方便大家測試,以下是我安裝時的心得重點(從 live iso 就可以安裝)。
live 開機後 sudo void-installer 就會開始安裝(依裡頭的指示即可)。
安裝後第一件事是整個系統 update(網路當然要通啦!):
xbps-install -Su
xcheckrestart → 重啟動 service(要安裝 xtools 套件)
xbps-remove -o → 移除孤兒軟體
xbps-install -Sy linux5.10 linux5.10-headers → 更新 kernel
xbps-reconfigure -f linux5.10 → 更新 kernel 的一些設定
重開機… …
Login 畫面:
https://tinyurl.com/y376ybzm
我的桌面(Enlightment,第一次進入,尚未調校):
https://tinyurl.com/y43oz2mr
相關網站:
Void Linux:
https://voidlinux.org/
musl libc:
http://musl.libc.org/
Have fun!
【補充】 Fri Jan 29 17:37:31 CST 2021
live 裡頭並沒有很好的中文字型,之後需要自行安裝中文字型,先查詢後再裝:
xbps-query -Rs *font*
看其中有沒有適當的字型(Google Noto 是一定會有)。別急著 copy 自己的字型
到系統裡頭。
--
給人們的第一印象:void 指標。那麼你就可以天馬行空的想像怎麼使用 void
指標。
這是一個獨立開發的 GNU/Linux distro,是從頭開始,不是從其它的 distro
fork 來的。發起者是前 NetBSD 的開發者,沿習了 NetBSD 的低調,沒什麼
人知道,也不做宣傳。
底下簡單介紹她的特點:
一 穩定的滾動式:
Void Linux 強調的是 stable rolling release。絕不狗血的跟從新版本,
但收錄的版本也絕對夠新。我目前的版本是:
[root@qtnez ~]# uname -a
Linux qtnez 5.10.10_1 #1 SMP 1611419241 x86_64 GNU/Linux
二 runit:
init system 使用 runit。原因是:簡單、可信賴。
三 二種 C 函式庫供選擇:
第一種當然就是平常大家用的 GNU libc。第二種是 musl libc。為何用
musl libc?很簡單,它的 license 是 MIT,所以… …
四 套件管理系統 XBPS:
XBPS(X Binary Package System)。不只是可以直接安裝可執行檔,也可以從
source 自己編譯。使用上非常方便,相依性也處理得很好。目前 Void 的套
件數並不算很多,約一萬二、三千左右。各 distro 的套件數可以從 pkgs.org
得知: https://pkgs.org/about/ (裡頭會有許多是重複的,所以只是概數)。
為了方便大家測試,以下是我安裝時的心得重點(從 live iso 就可以安裝)。
live 開機後 sudo void-installer 就會開始安裝(依裡頭的指示即可)。
安裝後第一件事是整個系統 update(網路當然要通啦!):
xbps-install -Su
xcheckrestart → 重啟動 service(要安裝 xtools 套件)
xbps-remove -o → 移除孤兒軟體
xbps-install -Sy linux5.10 linux5.10-headers → 更新 kernel
xbps-reconfigure -f linux5.10 → 更新 kernel 的一些設定
重開機… …
Login 畫面:
https://tinyurl.com/y376ybzm
我的桌面(Enlightment,第一次進入,尚未調校):
https://tinyurl.com/y43oz2mr
相關網站:
Void Linux:
https://voidlinux.org/
musl libc:
http://musl.libc.org/
Have fun!
【補充】 Fri Jan 29 17:37:31 CST 2021
live 裡頭並沒有很好的中文字型,之後需要自行安裝中文字型,先查詢後再裝:
xbps-query -Rs *font*
看其中有沒有適當的字型(Google Noto 是一定會有)。別急著 copy 自己的字型
到系統裡頭。
--
Tags:
Linux
All Comments
By Daniel
at 2021-01-29T01:47
at 2021-01-29T01:47
By Dora
at 2021-02-01T07:17
at 2021-02-01T07:17
By Sandy
at 2021-02-04T12:47
at 2021-02-04T12:47
By Andrew
at 2021-02-07T18:16
at 2021-02-07T18:16
By Ingrid
at 2021-02-10T23:46
at 2021-02-10T23:46
By Oscar
at 2021-02-14T05:15
at 2021-02-14T05:15
By Anthony
at 2021-02-17T10:45
at 2021-02-17T10:45
By Daniel
at 2021-02-20T16:15
at 2021-02-20T16:15
By Sarah
at 2021-02-23T21:44
at 2021-02-23T21:44
By Elma
at 2021-02-27T03:14
at 2021-02-27T03:14
By Caitlin
at 2021-03-02T08:43
at 2021-03-02T08:43
By Connor
at 2021-03-05T14:13
at 2021-03-05T14:13
By Skylar DavisLinda
at 2021-03-08T19:42
at 2021-03-08T19:42
By Anthony
at 2021-03-12T01:12
at 2021-03-12T01:12
By Tom
at 2021-03-15T06:42
at 2021-03-15T06:42
By Lily
at 2021-03-18T12:11
at 2021-03-18T12:11
By Enid
at 2021-03-21T17:41
at 2021-03-21T17:41
By Puput
at 2021-03-24T23:10
at 2021-03-24T23:10
By Gary
at 2021-03-28T04:40
at 2021-03-28T04:40
By Zora
at 2021-03-31T10:10
at 2021-03-31T10:10
By Mason
at 2021-04-03T15:39
at 2021-04-03T15:39
By Selena
at 2021-04-06T21:09
at 2021-04-06T21:09
By Charlie
at 2021-04-10T02:38
at 2021-04-10T02:38
By Hedy
at 2021-04-13T08:08
at 2021-04-13T08:08
By Dora
at 2021-04-16T13:37
at 2021-04-16T13:37
By Iris
at 2021-04-19T19:07
at 2021-04-19T19:07
By Rachel
at 2021-04-23T00:37
at 2021-04-23T00:37
By Kama
at 2021-04-26T06:06
at 2021-04-26T06:06
By Catherine
at 2021-04-29T11:36
at 2021-04-29T11:36
By Rachel
at 2021-05-02T17:05
at 2021-05-02T17:05
By Puput
at 2021-05-05T22:35
at 2021-05-05T22:35
By David
at 2021-05-09T04:05
at 2021-05-09T04:05
By Eden
at 2021-05-12T09:34
at 2021-05-12T09:34
By William
at 2021-05-15T15:04
at 2021-05-15T15:04
By Charlotte
at 2021-05-18T20:33
at 2021-05-18T20:33
By Jack
at 2021-05-22T02:03
at 2021-05-22T02:03
By Jack
at 2021-05-25T07:32
at 2021-05-25T07:32
By Rosalind
at 2021-05-28T13:02
at 2021-05-28T13:02
By Carolina Franco
at 2021-05-31T18:32
at 2021-05-31T18:32
By Madame
at 2021-06-04T00:01
at 2021-06-04T00:01
By Catherine
at 2021-06-07T05:31
at 2021-06-07T05:31
By Liam
at 2021-06-10T11:00
at 2021-06-10T11:00
By Tom
at 2021-06-13T16:30
at 2021-06-13T16:30
By Regina
at 2021-06-16T22:00
at 2021-06-16T22:00
By Mia
at 2021-06-20T03:29
at 2021-06-20T03:29
By Ivy
at 2021-06-23T08:59
at 2021-06-23T08:59
By Hazel
at 2021-06-26T14:28
at 2021-06-26T14:28
By Wallis
at 2021-06-29T19:58
at 2021-06-29T19:58
By Lauren
at 2021-07-03T01:27
at 2021-07-03T01:27
By Hazel
at 2021-07-06T06:57
at 2021-07-06T06:57
By Andrew
at 2021-07-09T12:27
at 2021-07-09T12:27
By Frederic
at 2021-07-12T17:56
at 2021-07-12T17:56
By Andy
at 2021-07-15T23:26
at 2021-07-15T23:26
By Sierra Rose
at 2021-07-19T04:55
at 2021-07-19T04:55
By Oscar
at 2021-07-22T10:25
at 2021-07-22T10:25
By Frederic
at 2021-07-25T15:55
at 2021-07-25T15:55
By Skylar Davis
at 2021-07-28T21:24
at 2021-07-28T21:24
Related Posts
makefile phony target 問題
By Valerie
at 2021-01-25T18:06
at 2021-01-25T18:06
新的一年,讓你更簡單的取得RHEL ♡
By Dora
at 2021-01-25T10:25
at 2021-01-25T10:25
求與fish同功能的POSIX相容shell
By Yuri
at 2021-01-24T08:38
at 2021-01-24T08:38
在ubuntu18.04安裝pywin32模組
By Lily
at 2021-01-21T15:43
at 2021-01-21T15:43
RHEL 8.2 pacemaker
By Rachel
at 2021-01-20T23:27
at 2021-01-20T23:27