<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>System Administration on oorkan</title>
    <link>https://www.oorkan.dev/blog/categories/system-administration/</link>
    <description>Recent content in System Administration on oorkan</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 04 Feb 2021 21:20:00 +0400</lastBuildDate>
    <atom:link href="https://www.oorkan.dev/blog/categories/system-administration/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Rename a Linux User</title>
      <link>https://www.oorkan.dev/blog/how-to-rename-a-linux-user/</link>
      <pubDate>Thu, 04 Feb 2021 21:20:00 +0400</pubDate>
      <guid>https://www.oorkan.dev/blog/how-to-rename-a-linux-user/</guid>
      <description>&lt;p&gt;What if after installing a Linux OS you found that you made a typo in the username. Reinstalling the whole OS just to fix a typo doesn&amp;rsquo;t sound rational.&lt;/p&gt;&#xA;&lt;p&gt;One solution can be removing the wrong user and creating a new one, with a correct name. But in that case, all programs that had configs in the user&amp;rsquo;s home directory will be messed up, which is very bad.&lt;/p&gt;&#xA;&lt;p&gt;The correct way of renaming a Linux user and his home directory is to use the &lt;code&gt;usermod&lt;/code&gt; command:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Controlling the Time Settings in Linux via timedatectl</title>
      <link>https://www.oorkan.dev/blog/controlling-the-time-settings-in-linux-via-timedatectl/</link>
      <pubDate>Sun, 20 Sep 2020 07:35:00 +0400</pubDate>
      <guid>https://www.oorkan.dev/blog/controlling-the-time-settings-in-linux-via-timedatectl/</guid>
      <description>&lt;p&gt;If our Linux OS has been booted using &lt;code&gt;systemd&lt;/code&gt;, we can use a program called &lt;code&gt;timedatectl&lt;/code&gt; to control its time settings. &lt;code&gt;timedatectl&lt;/code&gt; is a utility of the &lt;code&gt;systemd&lt;/code&gt; service manager and won&amp;rsquo;t be available in systems that aren&amp;rsquo;t using it &lt;a href=&#34;https://distrowatch.com/search.php?defaultinit=Not&amp;#43;systemd&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;🔗&lt;/a&gt;. When typing &lt;code&gt;timedatectl status&lt;/code&gt; in the terminal, it will show us the current time settings, like local time, time zone, network time synchronization, etc. Most of the systems, if not all, will pick this command as the default, and we can simply run &lt;code&gt;timedatectl&lt;/code&gt; instead.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
