Afficher/masquer le menu
Liens Ecyseo
  • Tags cloud
  • Daily
  • Pictures wall
  • ► Play Videos
  • Search
  • Display options
    • Links per page :
    • 20 links
    • 50 links
    • 100 links
  • RSS Feed
  • Login

J'ai besoin d'intimité. Non pas parce que mes actions sont douteuses, mais parce que votre jugement et vos intentions le sont.

5008 links 

page 1 / 2

Liste des liens

28 results tagged ubuntu x
Comment automatiser les mises à jour de sécurité sur Ubuntu Server - toptips.fr
Tue 11 Jan 2022 01:13:35 AM CET - permalink -
automatisation mise-à-jour sécurité ubuntu
- - https://toptips.fr/comment-automatiser-les-mises-a-jour-de-securite-sur-ubuntu-server/
Ubuntu – Recherche de paquets Ubuntu
Sat 04 Dec 2021 04:31:19 PM CET - permalink -

Site pour rechercher dans les dépots d'ubuntu

Linux logiciel Recherche ubuntu
- - https://packages.ubuntu.com/
Installer facilement Raspberry Pi OS sur un SSD - MakerHelp
Thu 16 Sep 2021 01:27:07 AM CEST - permalink -

Sur le SSD se trouve un fichier cmdline.txt. Ouvrez ce fichier avec l’éditeur texte de votre choix (notepad suffit).

Ce fichier ne contient qu’une seule ligne. Ajoutez dev=/dev/sda1 avant rootwait.

Linux Raspberry ssd ubuntu
- - https://makerhelp.fr/installer-facilement-raspberry-pi-os-sur-un-ssd/
Instructions pour compiler piclone depuis les sources de Raspberry Os
Thu 16 Sep 2021 12:09:19 AM CEST - permalink -

Bien penser à charger les dépendances avant toute compilation.

carte-sd clonage Linux logiciel piclone Raspberry ubuntu
- - https://github.com/raspberrypi-ui/piclone
piclone can't write the devices as a normal user, but doesn't see the devices as an elevated user #14
Thu 16 Sep 2021 12:02:27 AM CEST - permalink -

Pour lancer piclone depuis ubuntu (après l'avoir préalablement compilé), il faut entrer la commande suivante :

sudo dbus-launch piclone

car piclone a besoin des droits root pour lancer les commandes semblables à celles de gparted et pour accéder au bus du gestionnaire de disques de la session sans passer par celui du système (utilisé par défaut par root).

Le mieux est de créer un lanceur avec la commande enregistrée.
Dans le dossier ~/.local/share/applications/, créer le fichier piclone.desktop dont le contenu sera :

[Desktop Entry]
Version=1.1
Type=Application
Name=SD Card Copier
GenericName=SD Card Copier
Comment=Copier le système d'exploitation de la carte SD
Icon=media-removable
Exec=env SUDO_ASKPASS=/usr/lib/piclone/pwdpic.sh sudo -AE dbus-launch piclone
Terminal=true
Actions=
Categories=Filesystem;Utility;
StartupNotify=true

Ce lanceur nécessite un script permettant de demander le mot de passe utilisateur lors du lancement de l'application.
Il faut créer ce script pwdpic.sh dans le dossier /usr/lib/piclone/ :

#!/bin/bash
export TEXTDOMAIN=piclone

. gettext.sh

zenity --password --title "$(gettext "Password Required")"

La dernière étape est de donner les droits nécessaires pour que ce fichier soit considéré comme une application :

sudo chmod +x /usr/lib/piclone/pwdpic.sh
carte-sd clonage Linux logiciel piclone Raspberry ubuntu
- - https://github.com/raspberrypi-ui/piclone/issues/14#issuecomment-431376760
UbuntuDDE - Your Beautiful Ubuntu Linux Distribution
Wed 23 Dec 2020 02:27:59 PM CET - permalink -

Un ubuntu façon macosx : le souci du détail, un design poussé.
Mais par la société chinoise Wuhan Deepin Technology Co. (à l'origine de Deepin basée sur Debian).
Je ne sais pas pourquoi, mais bien qu'elle semble très bien faite, ça ne m'inspire pas confiance...

distribution Linux ubuntu
- - https://ubuntudde.com/
Screencast vokoscreenNG for Windows and Linux
Mon 14 Dec 2020 02:50:19 AM CET - permalink -

Si vous utilisez ubuntu avec un Raspberry Pi 4, voici un soft bien pratique pour utiliser une caméra ou un microscope.

caméra microscope Raspberry ubuntu vidéos
- - https://linuxecke.volkoh.de/vokoscreen/vokoscreen.html
Ubuntu – Rediriger l’entrée audio vers la sortie avec pulseaudio – Ubuntu & Logiciels libres
Mon 16 Nov 2020 10:45:48 AM CET - permalink -
Linux son ubuntu
- - https://blog.cheztoi.net/2010/03/21/ubuntu-rediriger-lentree-audio-vers-la-sortie-avec-pulseaudio/
Pop!_OS 20.10 Released Based on Ubuntu 20.10 - OMG! Ubuntu!
Wed 28 Oct 2020 02:47:01 PM CET - permalink -
Linux Pop!_OS ubuntu
- - https://www.omgubuntu.co.uk/2020/10/pop-os-20-10-released
Make a Wayland-native Kiosk snap | Ubuntu
Thu 03 Sep 2020 11:05:26 PM CEST - permalink -
Raspberry tutoriels ubuntu
- - https://ubuntu.com/tutorials/wayland-kiosk#1-overview
How to use the Raspberry Pi High Quality camera on Ubuntu Core | Ubuntu
Thu 03 Sep 2020 11:03:10 PM CEST - permalink -

Pour utiliser la cam officielle du Raspberry Pi sur Ubuntu

caméra Raspberry tutoriels ubuntu
- - https://ubuntu.com/blog/how-to-stream-video-with-raspberry-pi-hq-camera-on-ubuntu-core
GitHub - meuter/argon-one-case-ubuntu-20.04: port of the argon one case power button and fan script for Ubuntu 20.04 on rpi 4
Fri 10 Jul 2020 01:23:12 AM CEST - permalink -

Script permettant de configurer le ventilateur du boitier argon1 pour le Pi4 sous ubuntu 20.04.
Le script fourni par Argon40 ne fonctionne pas car il dépend de python 2, qui est abandonné depuis janvier de cette année.

Raspberry script ubuntu ventillateur
- - https://github.com/meuter/argon-one-case-ubuntu-20.04
Note pour moi même :
Thu 09 Jul 2020 01:52:49 AM CEST - permalink -

sudo dpkg-reconfigure keyboard-configuration pour configurer le clavier en ligne de commande.
Si jamais, vous êtes toujours en qwerty, taper sudo loadkeys fr.

Voir aussi : https://doc.ubuntu-fr.org/tutoriel/configurer_le_clavier

clavier Raspberry serveurs ubuntu
- - https://bookmarks.ecyseo.net/?KaVp7Q
securite [Wiki ubuntu-fr]
Wed 08 Jul 2020 01:15:15 AM CEST - permalink -

Une page de très bons conseils pour sécuriser son PC.

Linux sécurité tutoriels ubuntu
- - https://doc.ubuntu-fr.org/securite
Adding a Portable USB Monitor to Ubuntu: How to Set Up the DisplayLink Driver
Wed 17 Jun 2020 11:49:02 AM CEST - permalink -

Ça peut servir

Linux ubuntu usb écran
- - https://engineerworkshop.com/blog/adding-a-portable-usb-monitor-to-ubuntu-how-to-set-up-a-displaylink-driver/
Issue starting on Ubuntu 18.04 for RPI3B+ · Issue #86 · azlux/log2ram · GitHub
Mon 25 May 2020 02:51:43 AM CEST - permalink -
cat /etc/log2ram.conf | grep SIZE
SIZE=1024M
➜  ~ sudo service log2ram restart     
➜  ~ sudo service log2ram status 
optimisation Pi4 Raspberry ubuntu
- - https://github.com/azlux/log2ram/issues/86
Bluetooth not working in Raspberry Pi
Sun 24 May 2020 09:42:33 PM CEST - permalink -
sudo hciattach /dev/ttyAMA0 bcm43xx 921600

Retourne

bcm43xx_init
Cannot open directory '/etc/firmware': No such file or directory
Patch not found, continue anyway
Set Controller UART speed to 921600 bit/s
Device setup complete

Puis on relance bluetooth

sudo systemctl restart bluetooth
bluetooth Raspberry ubuntu
- - https://www.raspberrypi.org/forums/viewtopic.php?t=223894
veille_et_hibernation [Wiki ubuntu-fr]
Sun 10 May 2020 08:21:00 PM CEST - permalink -
Linux ubuntu
- - https://doc.ubuntu-fr.org/veille_et_hibernation
ubuntu2004 [Wiki de sebsauvage.net]
Wed 06 May 2020 12:44:22 PM CEST - permalink -

J'ai migré mon Raspberry Pi4 4Gb sous Xubuntu 20.04 (en passant par une version serveur). Ça fonctionne beaucoup mieux qu'avec la version Raspian pourtant officielle et les logiciels sont à jour. Je suis vraiment content de la bascule. Seuls quelques logiciels ne peuvent être installés car pas développés pour les processeurs ARM (SublimeText, Redshift). J'ai pu, jusqu'à présent, installer tous les autres logiciels que j'utilise habituellement sans souci.

Linux Raspberry ubuntu
- - https://sebsauvage.net/wiki/doku.php?id=ubuntu2004
Ubuntu Bionic: Netplan | Ubuntu
Sat 02 May 2020 10:59:32 PM CEST - permalink -

Configuration

Initial Setup in Bionic

When you install Bionic or use a cloud image of Bionic a file will appear in /etc/netplan depending on the renderer in use. Here is a breakdown of the various types:

Install Type Renderer File
Server ISO systemd-networkd /etc/netplan/01-netcfg.yaml
Cloud Image systemd-networkd /etc/netplan/50-cloud-init.yaml
Desktop ISO NetworkManager /etc/netplan/01-network-manager-all.yaml

Do note that configuration files can exist in three different locations with the precidence from most important to least as follows:

  • /run/netplan/*.yaml
  • /etc/netplan/*.yaml
  • /lib/netplan/*.yaml

Alphabetically later files, no matter what directory they are in, will amend keys if the key does not already exist and override previous keys if they do.

Examples

The best method for demonstrating what netplan can do is by showing some examples. Keep in mind that these are very simple examples that do not demonstrate complex situations that netplan can handle.

Static and DHCP Addressing

The following configures four devices:

  • enp3s0 setup with IPv4 DHCP
  • enp4s0 setup with IPv4 static with custom MTU
  • IPv6 static tied to a specific MAC address
  • IPv4 and IPv6 DHCP with jumbo frames tied to a specific MAC address
ethernets:
    enp3s0:
        dhcp4: true
    enp4s0:
        addresses:
            - 192.168.0.10/24
        gateway4: 192.168.0.1
        mtu: 1480
        nameservers:
            addresses:
                - 8.8.8.8
                - 9.9.9.9
    net1:
        addresses:
            - fe80::a00:10a/120
        gateway6: fe80::a00:101
        match:
            macaddress: 52:54:00:12:34:06
    net2:
        dhcp4: true
        dhcp6: true
        match:
            macaddress: 52:54:00:12:34:07
        mtu: 9000

Voir aussi le wiki d'ubuntu.

configuration Linux netplan réseau ubuntu
- - https://ubuntu.com/blog/ubuntu-bionic-netplan
page 1 / 2


Tags


  • shaarli
  • wikipedia

Tags cloud

Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation
Affiches "loi aviva" créées par Geoffrey Dorne le 13 Mai, 2020