Files
web-archlinux_cz/public/posts/index.xml
T

36 lines
2.8 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Arch Linux CZ</title>
<link>http://localhost:1313/posts/</link>
<description>Česká komunita Arch Linuxu</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<managingEditor>archos@arch-linux.cz (archos)</managingEditor>
<webMaster>archos@arch-linux.cz (archos)</webMaster>
<lastBuildDate>Thu, 26 Mar 2026 00:00:00 +0000</lastBuildDate>
<atom:link href="http://localhost:1313/posts/" rel="self" type="application/rss+xml" />
<item>
<title>Arch Linux Základní příkazy</title>
<link>http://localhost:1313/posts/arch-linux-zakladni-prikazy/</link>
<pubDate>Thu, 26 Mar 2026 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/posts/arch-linux-zakladni-prikazy/</guid>
<description>&lt;p&gt;Praktický průvodce pro začátečníky a mírně pokročilé uživatele.&lt;/p&gt;
&lt;h2 id=&#34;správa-balíčků&#34;&gt;Správa balíčků&lt;/h2&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo pacman -Syu &lt;span style=&#34;color:#75715e&#34;&gt;# aktualizace systému&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo pacman -Syu balíček &lt;span style=&#34;color:#75715e&#34;&gt;# instalace balíčku&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo pacman -Rns balíček &lt;span style=&#34;color:#75715e&#34;&gt;# odebrání balíčku&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;pacman -Ss balíček &lt;span style=&#34;color:#75715e&#34;&gt;# hledání balíčku&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;systemd&#34;&gt;Systemd&lt;/h2&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;systemctl status služba
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;systemctl enable --now služba
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;journalctl -xe
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
</item>
</channel>
</rss>