floss:config_ubuntu_server_rpi3

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
floss:config_ubuntu_server_rpi3 [2024/01/22 12:12] villersdfloss:config_ubuntu_server_rpi3 [2024/04/16 09:34] (Version actuelle) villersd
Ligne 7: Ligne 7:
   * [[https://www.raspberrypi.org/documentation/installation/installing-images/README.md|Installing operating system images]] (cf. balenaEtcher, a graphical SD card writing tool)   * [[https://www.raspberrypi.org/documentation/installation/installing-images/README.md|Installing operating system images]] (cf. balenaEtcher, a graphical SD card writing tool)
   * [[https://ubuntu.com/download/raspberry-pi|Ubuntu Server on a Raspberry Pi 2, 3 or 4]]   * [[https://ubuntu.com/download/raspberry-pi|Ubuntu Server on a Raspberry Pi 2, 3 or 4]]
 +    * janvier 2024 : The simplest way is to use the [[https://www.raspberrypi.com/software/|Raspberry Pi Imager]] which enables you to select an Ubuntu image when flashing your SD card.  If you are on Ubuntu, run: <code>sudo snap install rpi-imager</code>
 +      * [[https://ubuntu.com/tutorials/how-to-install-ubuntu-on-your-raspberry-pi|How to install Ubuntu Server on your Raspberry Pi]]
     * [[https://ubuntu.com/server/docs/installation|Documentation Ubuntu]]     * [[https://ubuntu.com/server/docs/installation|Documentation Ubuntu]]
     * [[https://pimylifeup.com/ubuntu-server-raspberry-pi/|Installing Ubuntu Server to the Raspberry Pi]], en particulier, "Setting up SSH for Ubuntu Server", si ce n'est pas fonctionnel par défaut     * [[https://pimylifeup.com/ubuntu-server-raspberry-pi/|Installing Ubuntu Server to the Raspberry Pi]], en particulier, "Setting up SSH for Ubuntu Server", si ce n'est pas fonctionnel par défaut
     * [[https://linoxide.com/linux-how-to/configure-keyboard-ubuntu/]] config clavier     * [[https://linoxide.com/linux-how-to/configure-keyboard-ubuntu/]] config clavier
     * [[:intra:ubuntu-Rpi-server]] (credentials)     * [[:intra:ubuntu-Rpi-server]] (credentials)
 +    * liens adaptés pour Ubuntu 22.04.3 : 
 +      * [[https://cdimage.ubuntu.com/releases/22.04.3/release/ubuntu-22.04.3-preinstalled-server-arm64+raspi.img.xz]]
  
 ===== Installation ===== ===== Installation =====
Ligne 139: Ligne 143:
     * sudo apt-get dist-upgrade     * sudo apt-get dist-upgrade
   * [[https://www.howtoraspberry.com/2020/04/disable-ipv6-on-raspberry-pi/|How to Really Disable IPv6 on Raspberry PI – How to Raspberry]]] → désactiver IPv6 en cas de trafic visible   * [[https://www.howtoraspberry.com/2020/04/disable-ipv6-on-raspberry-pi/|How to Really Disable IPv6 on Raspberry PI – How to Raspberry]]] → désactiver IPv6 en cas de trafic visible
 +  * erreurs disques : enlever la carte mémoire, la placer dans un lecteur de carte microSD sur un autre ordinateur, et tenter la correction via ces deux commandes : 
 +    * <code>sudo fsck -y /dev/mmcblk0p1</code> 
 +    * <code>sudo fsck -y /dev/mmcblk0p2</code>
  
  
  • floss/config_ubuntu_server_rpi3.1705921973.txt.gz
  • Dernière modification : 2024/01/22 12:12
  • de villersd