<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.mh8.fr/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://wiki.mh8.fr/feed.php">
        <title>mh8 Wiki - linux</title>
        <description></description>
        <link>https://wiki.mh8.fr/</link>
        <image rdf:resource="https://wiki.mh8.fr/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-04-28T12:52:04+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.mh8.fr/doku.php?id=linux:bash&amp;rev=1768129038&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.mh8.fr/doku.php?id=linux:egpu&amp;rev=1777113026&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.mh8.fr/doku.php?id=linux:git&amp;rev=1777112383&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.mh8.fr/doku.php?id=linux:rbs&amp;rev=1777112502&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.mh8.fr/doku.php?id=linux:start&amp;rev=1777234644&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.mh8.fr/lib/exe/fetch.php?media=wiki:logo.png">
        <title>mh8 Wiki</title>
        <link>https://wiki.mh8.fr/</link>
        <url>https://wiki.mh8.fr/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://wiki.mh8.fr/doku.php?id=linux:bash&amp;rev=1768129038&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-11T10:57:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bash</title>
        <link>https://wiki.mh8.fr/doku.php?id=linux:bash&amp;rev=1768129038&amp;do=diff</link>
        <description>Bash

Generalities

Most of this comes from the greatest guide to bash : Bash Academy

Bash is a shell program written to listen for commands from users and execute them. There are other shell programs (C shell, Z shell, Korn shell, etc.) so it is important to know for what shell you are writing code for.</description>
    </item>
    <item rdf:about="https://wiki.mh8.fr/doku.php?id=linux:egpu&amp;rev=1777113026&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-25T10:30:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>egpu</title>
        <link>https://wiki.mh8.fr/doku.php?id=linux:egpu&amp;rev=1777113026&amp;do=diff</link>
        <description>Razer Core X eGPU

Updated procedure for Linux Mint 22 and eGPU running Nvidia GTX 1060 6GB

Regarding hot-plug

Thunderbolt (TB3/TB4) is explicitly designed for hot-plugging.

It uses :

	*  Hot-plug–safe PCIe tunneling
	*  Overcurrent protection</description>
    </item>
    <item rdf:about="https://wiki.mh8.fr/doku.php?id=linux:git&amp;rev=1777112383&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-25T10:19:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>git</title>
        <link>https://wiki.mh8.fr/doku.php?id=linux:git&amp;rev=1777112383&amp;do=diff</link>
        <description>Git Basics

Git How-to

Stage / Commit / Push


git add the.file
git commit -m &quot;The message&quot;
git push


Branches

Switch branch (option create)


git checkout branch_name
git checkout -b create_branch_name


Atom, Git and Rust

When you create a new Rust project using Cargo it automatically initializes a local git repository.</description>
    </item>
    <item rdf:about="https://wiki.mh8.fr/doku.php?id=linux:rbs&amp;rev=1777112502&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-25T10:21:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rbs</title>
        <link>https://wiki.mh8.fr/doku.php?id=linux:rbs&amp;rev=1777112502&amp;do=diff</link>
        <description>Razer Blade Stealth Compatibility

As a Razer Blade Stealth owner, since Stealths have a few known issues with their Linux compatibility here is a good place to start for work-arounds and temporary fixes :

Roland Guelle GitHub

In this page I listed all the fixes and workarounds I had to implement to get a working version of Linux Mint 19.1 on my RBS. It was not very difficult and not a frustrating experience at all.</description>
    </item>
    <item rdf:about="https://wiki.mh8.fr/doku.php?id=linux:start&amp;rev=1777234644&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-26T20:17:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://wiki.mh8.fr/doku.php?id=linux:start&amp;rev=1777234644&amp;do=diff</link>
        <description>Linux

	* Bash
	* Git basics
	* Razer Core eGPU
	* Razer Blade Stealth in Linux

System &amp; Diagnostics

Logs

Common system logs:


/var/log/syslog


View recent entries:


tail -f /var/log/syslog


List recently modified log files:


ls -lt /var/log


Notes:

	*  tail -f follows logs in real time
	*  On systemd systems,</description>
    </item>
</rdf:RDF>
