2024-10-05 18:18:38 +08:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< title > Dich' blog< / title >
< meta http-equiv = "content-type" content = "text/html; charset=utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, maximum-scale=1" >
< meta name = "robots" content = "noodp" / >
< link rel = "stylesheet" href = "https://blog.dich.bid/style.css" >
< link rel = "stylesheet" href = "https://blog.dich.bid/color/blue.css" >
< link rel = "stylesheet" href = "https://blog.dich.bid/color/background_dark.css" >
< link rel = "stylesheet" href = "https://blog.dich.bid/font-hack-subset.css" >
< meta name = "description" content = "用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉" >
< meta property = "og:description" content = "用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉" >
< meta property = "og:title" content = "Dich'blog" >
< meta property = "og:type" content = "website" >
< meta property = "og:url" content = "https://blog.dich.bid/" >
< meta name = "twitter:card" content = "summary_large_image" >
< meta name = "twitter:description" content = "用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉" >
< meta name = "twitter:title" content = "Dich'blog" >
< meta property = "twitter:domain" content = "blog.dich.bid" >
< meta property = "twitter:url" content = "https://blog.dich.bid/" >
< link rel = "alternate" type = "application/atom+xml" title = "Dich'blog Atom Feed" href = "https://blog.dich.bid/atom.xml" / >
< / head >
< body class = "" >
< div class = "container" >
< header class = "header" >
< div class = "header__inner" >
< div class = "header__logo" >
< a href = "https://blog.dich.bid" style = "text-decoration: none;" >
< div class = "logo" >
Dich' blog
< / div >
< / a >
< / div >
< / div >
< nav class = "menu" >
< ul class = "menu__inner" >
< li class = "active" > < a href = "https://blog.dich.bid" > blog< / a > < / li >
< li > < a href = "https://blog.dich.bid/tags" > tags< / a > < / li >
< li > < a href = "https://blog.dich.bid/archive" > archive< / a > < / li >
< li > < a href = "https://blog.dich.bid/about" > about me< / a > < / li >
< li > < a href = "https://blog.dich.bid/links" > links< / a > < / li >
< li > < a href = "https://blog.dich.bid/search" > search< / a > < / li >
< li > < a href = "https://github.com/Dichgrem" target = "_blank" rel = "noopener noreferrer" > github< / a > < / li >
< / ul >
< / nav >
< / header >
< div class = "content" >
< div class = "posts" >
< div class = "post on-list" >
2024-10-13 15:48:21 +08:00
< h1 class = "post-title" > < a href = "https://blog.dich.bid/linux-for-pc-2/" > Linux-For-PC(二):FHS与目录结构< / a > < / h1 >
< div class = "post-meta-inline" >
< span class = "post-date" >
2023-07-21
< / span >
< / div >
< span class = "post-tags-inline" >
:: tags:
< a class = "post-tag" href = "https://blog.dich.bid/tags/linux/" > #Linux< / a > < / span >
< div class = "post-content" >
< p > 前言 在Linux世界中, Filesystem Hierarchy Standard( FHS) 是一座引导我们进入系统核心的桥梁, 它定义了Linux系统中目录结构的规范与作用, 为我们提供了一张清晰的地图, 指引我们轻松管理和理解系统。本文将深入探讨FHS规范与Linux系统目录结构, 解释各个目录的用途与功能, 帮助我们更好地理解和利用Linux系统。< / p >
< / div >
< div >
<!-- ︎ - - force text style - some devices render this as emoji -->
< a class = "read-more button" href = "https://blog.dich.bid/linux-for-pc-2/" >
< span class = "button__text" > Read more< / span >
< span class = "button__icon" > ↩ ︎ < / span >
< / a >
< / div >
< / div >
< div class = "post on-list" >
2024-10-05 18:18:38 +08:00
< h1 class = "post-title" > < a href = "https://blog.dich.bid/linux-for-pc-1/" > Linux-For-PC(一):构成与发行版< / a > < / h1 >
< div class = "post-meta-inline" >
< span class = "post-date" >
2023-07-20
< / span >
< / div >
< span class = "post-tags-inline" >
:: tags:
< a class = "post-tag" href = "https://blog.dich.bid/tags/linux/" > #Linux< / a > < / span >
< div class = "post-content" >
< p > 前言 Linux 作为一款强大、灵活且免费的操作系统, 吸引了越来越多的用户。然而, 对于初学者来说, Linux 可能显得有些陌生,甚至有些令人望而生畏。本文旨在为那些刚踏入 Linux 世界的新手提供一份指南, 帮助他们更好地了解、使用这个令人着迷的操作系统。我们将探讨Linux的基本概念, 解释为何选择Linux, 深入剖析其主要构成要素以及不同的发行版之间的差异。< / p >
< / div >
< div >
<!-- ︎ - - force text style - some devices render this as emoji -->
< a class = "read-more button" href = "https://blog.dich.bid/linux-for-pc-1/" >
< span class = "button__text" > Read more< / span >
< span class = "button__icon" > ↩ ︎ < / span >
< / a >
< / div >
< / div >
< div class = "pagination" >
< div class = "pagination__buttons" >
< span class = "button previous" >
< a href = "https://blog.dich.bid/page/14/" >
< span class = "button__icon" > ←< / span >
< span class = "button__text" > Newer posts< / span >
< / a >
< / span >
< / div >
< / div >
< / div >
< / div >
< footer class = "footer" >
< div class = "footer__inner" >
< div class = "copyright" >
< span > ©
2024
Dichgrem< / span >
< span class = "copyright-theme" >
< span class = "copyright-theme-sep" > :: < / span >
Theme: < a href = "https://github.com/pawroman/zola-theme-terminimal/" > Terminimal< / a > by pawroman
< / span >
< / div >
< / div >
< / footer >
< / div >
< / body >
< / html >