<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://it.gurevich.intercon.ru/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://it.gurevich.intercon.ru/feed.php">
        <title>San's Notebook</title>
        <description></description>
        <link>https://it.gurevich.intercon.ru/</link>
        <image rdf:resource="https://it.gurevich.intercon.ru/lib/exe/fetch.php/wiki:dokuwiki.svg" />
       <dc:date>2026-05-10T14:02:11+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://it.gurevich.intercon.ru/doku.php/nix:chto_ja_obychno_delaju_srazu_posle_ustanovki_operacionnoj_sistemy?rev=1759232874"/>
                <rdf:li rdf:resource="https://it.gurevich.intercon.ru/doku.php/nix:obnovlenie_po_raznyx_distributivov?rev=1775035939"/>
                <rdf:li rdf:resource="https://it.gurevich.intercon.ru/doku.php/nix:freebsd_ustanovka_i_obnovlenie_ustanovlennogo_po?rev=1707728538"/>
                <rdf:li rdf:resource="https://it.gurevich.intercon.ru/doku.php/nix:freebsd_apgrejd_versii_os?rev=1720070793"/>
                <rdf:li rdf:resource="https://it.gurevich.intercon.ru/doku.php/wiki:dokuwiki?rev=1546766327"/>
                <rdf:li rdf:resource="https://it.gurevich.intercon.ru/doku.php/wiki:syntax?rev=1601276223"/>
                <rdf:li rdf:resource="https://it.gurevich.intercon.ru/doku.php/nix:komandy_i_programmy?rev=1776418938"/>
                <rdf:li rdf:resource="https://it.gurevich.intercon.ru/doku.php/nix:vsjakij_tjuning?rev=1649411994"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://it.gurevich.intercon.ru/lib/exe/fetch.php/wiki:dokuwiki.svg">
        <title>San's Notebook</title>
        <link>https://it.gurevich.intercon.ru/</link>
        <url>https://it.gurevich.intercon.ru/lib/exe/fetch.php/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://it.gurevich.intercon.ru/doku.php/nix:chto_ja_obychno_delaju_srazu_posle_ustanovki_operacionnoj_sistemy?rev=1759232874">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-30T11:47:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Базовая настройка Линукс после установки</title>
        <link>https://it.gurevich.intercon.ru/doku.php/nix:chto_ja_obychno_delaju_srazu_posle_ustanovki_operacionnoj_sistemy?rev=1759232874</link>
        <description>Базовая настройка Линукс после установки

Настройка sudo

Во многих системах, если установлен sudo, то есть группа &quot;sudo&quot; (или wheel в зависимости от дистрибутива), которая позволяет перейти под root и запросит пароль для этого (либо пароль текущего пользователя, либо рута в зависимости от настроек). Чтоб дать добавить пользователя в эту группу выполните команду:…</description>
    </item>
    <item rdf:about="https://it.gurevich.intercon.ru/doku.php/nix:obnovlenie_po_raznyx_distributivov?rev=1775035939">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-01T09:32:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Обновление ПО дистрибутивов Линукс</title>
        <link>https://it.gurevich.intercon.ru/doku.php/nix:obnovlenie_po_raznyx_distributivov?rev=1775035939</link>
        <description>Обновление ПО дистрибутивов Линукс

Suse,OpenSuse

man zypper

Консольная программа zypper, используемая в [Open]Suse, позволяет сокращать свои команды. Удобно: refresh - ref, update - up, install - in, search - se и т.д.</description>
    </item>
    <item rdf:about="https://it.gurevich.intercon.ru/doku.php/nix:freebsd_ustanovka_i_obnovlenie_ustanovlennogo_po?rev=1707728538">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-12T09:02:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Обновление ПО FreeBSD</title>
        <link>https://it.gurevich.intercon.ru/doku.php/nix:freebsd_ustanovka_i_obnovlenie_ustanovlennogo_po?rev=1707728538</link>
        <description>Обновление ПО FreeBSD

Менеджер пакетов pkg

man pkg


pkg search
pkg install
pkg remove
pkg upgrade


Управлять программным обеспечением с помощью менеджера бинарных пакетов проще, быстрее, но это как говорится путь на &quot;темную сторону силы&quot;, поэтому я чаще пользуюсь портами FreeBSD. Там преднастройку пакетов можно сделать и скомпилировать все под свои конкретные нужды (и оборудование), правда это может быть значительно дольше(компилировать же все придется).…</description>
    </item>
    <item rdf:about="https://it.gurevich.intercon.ru/doku.php/nix:freebsd_apgrejd_versii_os?rev=1720070793">
        <dc:format>text/html</dc:format>
        <dc:date>2024-07-04T05:26:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Обновление FreeBSD</title>
        <link>https://it.gurevich.intercon.ru/doku.php/nix:freebsd_apgrejd_versii_os?rev=1720070793</link>
        <description>Обновление FreeBSD

Текущую версию можно увидеть в выводе команды 


uname -a


Следить за сроками поддержки версий можно тут: &lt;https://endoflife.date/freebsd&gt;

Обновление из исходников</description>
    </item>
    <item rdf:about="https://it.gurevich.intercon.ru/doku.php/wiki:dokuwiki?rev=1546766327">
        <dc:format>text/html</dc:format>
        <dc:date>2019-01-06T09:18:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>DokuWiki</title>
        <link>https://it.gurevich.intercon.ru/doku.php/wiki:dokuwiki?rev=1546766327</link>
        <description>DokuWiki

wiki:dokuwiki DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable Formatting Syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in</description>
    </item>
    <item rdf:about="https://it.gurevich.intercon.ru/doku.php/wiki:syntax?rev=1601276223">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-28T06:57:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Formatting Syntax</title>
        <link>https://it.gurevich.intercon.ru/doku.php/wiki:syntax?rev=1601276223</link>
        <description>Formatting Syntax

DokuWiki supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing &quot;Edit this page&quot;. The simpler markup is easily accessible via</description>
    </item>
    <item rdf:about="https://it.gurevich.intercon.ru/doku.php/nix:komandy_i_programmy?rev=1776418938">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-17T09:42:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Команды и программы и их применение</title>
        <link>https://it.gurevich.intercon.ru/doku.php/nix:komandy_i_programmy?rev=1776418938</link>
        <description>Команды и программы и их применение

Grep

Удаление из файла конфигурации незначимых строк (закомментаренных и пустых)


egrep -v &quot;^;|^$&quot; php.ini &gt;php.ini.compact</description>
    </item>
    <item rdf:about="https://it.gurevich.intercon.ru/doku.php/nix:vsjakij_tjuning?rev=1649411994">
        <dc:format>text/html</dc:format>
        <dc:date>2022-04-08T09:59:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Всякий тюнинг</title>
        <link>https://it.gurevich.intercon.ru/doku.php/nix:vsjakij_tjuning?rev=1649411994</link>
        <description>Всякий тюнинг

Настройка профиля производительности CPU


apt install cpufrequtils
GOVERNOR=&quot;performance&quot; | sudo tee /etc/default/cpufrequtils
systemctl stop ondemand
systemctl disable ondemand
systemctl restart cpufrequtils</description>
    </item>
</rdf:RDF>
