File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ sudo rm /var/lib/pacman/db.lck
7575Краткая информация о Вашей системе.
7676
7777``` bash
78- neofetch
78+ fastfetch
7979```
8080
8181Подробней о железе.
@@ -92,8 +92,6 @@ inxi -F
9292speed
9393```
9494
95- После перезагрузки в grub должны быть доступны другие дистрибутивы и ос.
96-
9795## Смена оболочки
9896
9997Если вас не устраивает ` zsh ` , всегда можно переключить.
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ sudo nano /etc/default/grub
2020sudo grub-mkconfig -o /boot/grub/grub.cfg
2121```
2222
23+ После перезагрузки в grub должны быть доступны другие дистрибутивы и ос.
24+
2325[ Grub efi] ( /wiki/other/grub-uefi/ ) .
2426
2527## Сброс root пароля
Original file line number Diff line number Diff line change 11{{ printf "<?xml version =\" 1.0\" encoding =\" utf-8\" standalone =\" yes\" ?>" | safeHTML -}}
22<urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9"
33 xmlns : xhtml =" http://www.w3.org/1999/xhtml" >
4- {{ range $i, $e := .Data .Pages -}}
4+ {{ range $i, $e := .Site .Pages -}}
55 {{ if ne .Params.sitemap_exclude true }}
66 <url >
77 <loc >{{ .Permalink }}</loc >{{ if not .Lastmod.IsZero }}
2222 {{ end -}}
2323 {{ end -}}
2424 {{ range .Sections -}}
25- {{ range $i, $e := .Data .Pages -}}
25+ {{ range $i, $e := .Site .Pages -}}
2626 {{ if ne .Params.sitemap_exclude true -}}
2727 <url >
2828 <loc >{{ .Permalink }}</loc >{{ if not .Lastmod.IsZero }}
4343 {{ end -}}
4444 {{ end -}}
4545 {{ end -}}
46- </urlset >
46+ </urlset >
Original file line number Diff line number Diff line change 11{{ printf "<?xml version =\" 1.0\" encoding =\" utf-8\" standalone =\" yes\" ?>" | safeHTML }}
22<urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9"
33 xmlns : xhtml =" http://www.w3.org/1999/xhtml" >
4- {{ range .Data .Pages }}{{ if ne .Params.sitemap_exclude true }}
4+ {{ range .Site .Pages }}{{ if ne .Params.sitemap_exclude true }}
55 <url >
66 <loc >{{ .Permalink }}</loc >{{ if not .Lastmod.IsZero }}
77 <lastmod >{{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod >{{ end }}{{ with .Sitemap.ChangeFreq }}
You can’t perform that action at this time.
0 commit comments