1
Installation et boot / Re : Opensuse 15.3 - Mise en réseau
Ensuite, tu copies cette sortie, et tu la postes ici dans une balise "insérer du code" (clique sur le croisillon dans les boutons de mise en page, et insère le résultat…)
Cette espace vous permet de voir toutes les Voir les messages réalisées par ce membre. Vous ne pouvez voir que les Voir les messages réalisées dans les espaces auxquels vous avez accès.
ip a; echo -e "\n"; ip r
1424 packages to upgrade, 3 to downgrade, 6 new.
Overall download size: 1.08 GiB. Already cached: 0 B. After the operation, additional 200.9 MiB will be used.
Note: System reboot required.
Continue? [y/n/v/...? shows all options] (y):
denebe@localhost:~> cat /etc/os-release
NAME="openSUSE Leap"
VERSION="15.4"
ID="opensuse-leap"
ID_LIKE="suse opensuse"
VERSION_ID="15.4"
PRETTY_NAME="openSUSE Leap 15.4"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:leap:15.4"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"
DOCUMENTATION_URL="https://en.opensuse.org/Portal:Leap"
LOGO="distributor-logo-Leap"
xrandr --query
Section "Device"
Identifier "Device0"
Driver "intel"
Option "Monitor-DP-1" "Monitor0"
EndSection
# cat /var/log/Xorg.0.logDès fois qu'il y ait une indication savoir où ça bloque.
man xorg.conf.dIl y a pas mal d'info.
Xorg uses a configuration file called xorg.conf and files ending in the suffix .conf from the directory xorg.conf.d for its initial setup.
thierry@toto-PC:~> ls /etc/X11/xorg.conf.d/
00-keyboard.conf 10-evdev.conf 10-quirks.conf 40-libinput.conf 50-elotouch.conf 50-monitor.conf 70-synaptics.conf 70-wacom.conf
10-amdgpu.conf 10-libvnc.conf 11-evdev.conf 50-device.conf 50-extensions.conf 50-screen.conf 70-vmmouse.conf
LANG=en_US.UTF-8 systemsettings5
D'après les man pages le "+" n'existe pas.
Extended regular expressions→ C'est une expression régulière.
The following tokens are known to both the procmail internal egrep and the standard egrep(1) (beware that some egrep implementations include other non-standard extensions; in particular, the repetition operator { is not supported by
procmail's egrep):
. Any character except a newline.
a+ Any sequence of one or more a's.
\. Matches a single dot; use \ to quote any of the magic characters to get rid of their special meaning. See also $\ variable substitution.
\ To quote any of the above at the start of the line.
There are some special conditions you can use that are not straight regular expressions. To select them, the condition must start with:Pour résumer:
! Invert the condition.
…
Notably absent is the {m,n} construct found in many modern extended regular expression implementations.
:0 [flags] [ : [locallockfile] ]
[* reg_exp]
[* reg_exp]
...
action_a_effectuer
# Spam
:0
* ^From:.*mail.*
* ^From:.*news.*
* ^From:.*promotion.*
$MAILDIR/Poubelle/new
/usr/bin/konsole --hold -e /usr/bin/mutt
/home/thierry/.local/share/applications/example_start_mutt.desktopil contient:
[Desktop Entry]
Comment=
Exec=/usr/bin/konsole --hold -e /usr/bin/mutt
Name=example_start_mutt
NoDisplay=true
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-KDE-SubstituteUID=false
X-KDE-Username=
[.desktop]
_k_friendly_name=example_start_mutt
_launch=Ctrl+U,none,Lancer example_start_mutt
[example_start_mutt.desktop]
_k_friendly_name=example_start_mutt
_launch=,none,Lancer example_start_mutt
echo $(echo $MAILDIR)/Poubelle/new
* ^From:'.*(mail|news|promotion).*'
* ^From:.*(mail|news|promotion).*