<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.sheltem.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Le Wiki de Sheltem - archlinux</title>
        <description></description>
        <link>https://wiki.sheltem.com/</link>
        <lastBuildDate>Thu, 21 May 2026 20:07:22 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.sheltem.com/_media/wiki/logo.png</url>
            <title>Le Wiki de Sheltem</title>
            <link>https://wiki.sheltem.com/</link>
        </image>
        <item>
            <title>canon_ir3170</title>
            <link>https://wiki.sheltem.com/archlinux/canon_ir3170?rev=1353693541</link>
            <description>Installation d&#039;un Canon IR 3170 sous Archlinux

On installe cups :
yaourt -Sy cups
Ensuite on installe les drivers dédiés au copieurs Canon en général :
yaourt -S aur/canon-cque

On lance cups
/etc/rc.d/cups start

On se rend sur le site de Canon à l&#039;adresse suivante :</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 23 Nov 2012 17:59:01 +0000</pubDate>
        </item>
        <item>
            <title>cle_usb_bootable</title>
            <link>https://wiki.sheltem.com/archlinux/cle_usb_bootable?rev=1347626559</link>
            <description>Créer une clé USB bootable avec &quot;System Rescue CD&quot; et Archbang

Prérequis

	*  dosfstools
	*  mtools
	*  syslinux

Si ils ne sont pas installés :

yaourt -S dosfstools mtools syslinux

Préparation de la clé USB

Partitionnement

On le lance :
fdisk /dev/sd[abcd]</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 14 Sep 2012 12:42:39 +0000</pubDate>
        </item>
        <item>
            <title>commandes_utiles</title>
            <link>https://wiki.sheltem.com/archlinux/commandes_utiles?rev=1328643809</link>
            <description>Commandes Utiles Archlinux

Fonts

Répertoire des fonts communes à tous les utilisateurs :
/usr/share/fonts/

Répertoire des fonts personnel :
~/.fonts

Mettre à jour le cache des fonts :
fc-cache -vf</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 07 Feb 2012 19:43:29 +0000</pubDate>
        </item>
        <item>
            <title>cyborg_rat5</title>
            <link>https://wiki.sheltem.com/archlinux/cyborg_rat5?rev=1338311268</link>
            <description>Souris Cyborg R.A.T.5

On crée simplement un fichier /etc/X11/xorg.conf.d/50-cyborg_rat5.conf dans lequel on met ceci :
Section &quot;InputClass&quot;
Identifier &quot;Mouse Remap&quot;
MatchProduct &quot;Saitek Cyborg R.A.T.5 Mouse&quot;
MatchDevicePath &quot;/dev/input/event*&quot;
Option &quot;ButtonMapping&quot; &quot;1 2 3 4 5 0 0 8 9 10 11 12 0 0 0 0 0&quot;
EndSection</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 29 May 2012 17:07:48 +0000</pubDate>
        </item>
        <item>
            <title>fbsplash</title>
            <link>https://wiki.sheltem.com/archlinux/fbsplash?rev=1317047669</link>
            <description>fbsplash

Mise à jour des dépots :
yaourt -Sy
On installe fbsplash et les extras :
yaourt -S fbsplash fbsplash-extras fbsplash-themes-arch-banner
On edite grub :
vi /boot/grub/menu.lst
On ajoute les options suivantes à la ligne correspondant au options du kernel :</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 26 Sep 2011 14:34:29 +0000</pubDate>
        </item>
        <item>
            <title>montage_nfs_automatique_avec_systemd</title>
            <link>https://wiki.sheltem.com/archlinux/montage_nfs_automatique_avec_systemd?rev=1359381592</link>
            <description>Montage automatique d&#039;un partage NFS avec systemd

Systemd permet de se passer des services tel que autofs. il suffit d&#039;ajouter ensembles, les options suivantes dans fstab :
noauto
et

x-systemd.automount

Exemples avec un montage tel qu&#039;on devrait le définir dans /etc/fstab :</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 28 Jan 2013 13:59:52 +0000</pubDate>
        </item>
        <item>
            <title>netcfg</title>
            <link>https://wiki.sheltem.com/archlinux/netcfg?rev=1355328061</link>
            <description>netcfg

Exemples de profils

Filaire avec VLAN :


CONNECTION=&#039;ethernet&#039;
DESCRIPTION=&#039;wired connexion&#039;
INTERFACE=&#039;eth0&#039;
IP=&#039;dhcp&#039;
POST_UP=&#039;ip link add link eth0 name eth0.vlan24 type vlan id 24 ; ip link set eth0.vlan24 up&#039;
PRE_DOWN=&#039;ip link set dev eth0.vlan24 down; ip link delete eth0.vlan24&#039;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 12 Dec 2012 16:01:01 +0000</pubDate>
        </item>
        <item>
            <title>pacman</title>
            <link>https://wiki.sheltem.com/archlinux/pacman?rev=1323183465</link>
            <description>pacman

Utilisation

Mise à jour des repository :
pacman -Sy
Installation d&#039;un paquet :
pacman -S nom_du_paquet

Mise à jour des repository + mise à jour du système :
pacman -Syu

Obtenir des informations

Chercher dans les paquets installés :
pacman -Qs mot_clé1 mot_clé2 ...</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 06 Dec 2011 14:57:45 +0000</pubDate>
        </item>
        <item>
            <title>start</title>
            <link>https://wiki.sheltem.com/archlinux/start?rev=1322766659</link>
            <description>* Commandes Utiles Archlinux
	* Créer une clé USB bootable avec &quot;System Rescue CD&quot; et Archbang
	* fbsplash
	* Installation d&#039;un Canon IR 3170 sous Archlinux
	* Montage automatique d&#039;un partage NFS avec systemd
	* netcfg
	* pacman
	* Souris Cyborg R.A.T.5
	* teamspeak
	* World Of Warcraft
	* yaourt</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 01 Dec 2011 19:10:59 +0000</pubDate>
        </item>
        <item>
            <title>teamspeak</title>
            <link>https://wiki.sheltem.com/archlinux/teamspeak?rev=1338311224</link>
            <description>teamspeak

Installation

Rien de plus simple :
yaourt -S aur/teamspeak3

Overlay

On crée ensuite un script nommé “osd.lua” dans le répertoire dédié de teamspeak :
vi /opt/teamspeak3/plugins/lua_plugin/osd.lua

Et on met ceci dedans :


--The vertical position of the text. POS can be top, middle, or bottom. The default is top.
local osd_pos=&quot;bottom&quot;
--The number of pixels the text is offset from the top or bottom of the display. The default is 0.
local osd_offset=100
--The horizontal alignment o…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 29 May 2012 17:07:04 +0000</pubDate>
        </item>
        <item>
            <title>world_of_warcraft_sous_archlinux</title>
            <link>https://wiki.sheltem.com/archlinux/world_of_warcraft_sous_archlinux?rev=1332748002</link>
            <description>World Of Warcraft

Installation de wine

Si ce n&#039;est déja fait, on ajoute le dépot [multilib] dans /etc/pacman.conf :
[multilib]
Include = /etc/pacman.d/mirrorlist

Et également AUR (toujours dans /etc/pacman.conf):
[archlinuxfr]
Server = http://repo.archlinux.fr/x86_64</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 26 Mar 2012 07:46:42 +0000</pubDate>
        </item>
        <item>
            <title>yaourt</title>
            <link>https://wiki.sheltem.com/archlinux/yaourt?rev=1323182587</link>
            <description>yaourt

Installation

Il faut ajouter le repository AUR, on ajoute donc les lignes suivantes à /etc/pacman.conf :
[archlinuxfr] 
Server = http://repo.archlinux.fr/&lt;$arch&gt;
&lt;$arch&gt; doit être remplacé par l&#039;architecture (i386 ou x86_64)

Ensuite on peut synchroniser le nouveau repository et installer yaourt, en une seule commande ça donne ça :</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 06 Dec 2011 14:43:07 +0000</pubDate>
        </item>
    </channel>
</rss>
