TheFeloDevTeam / FeloFamilySite

https://thefelodevteam.github.io/FeloFamilySite/
0 stars 1 forks source link

Comment démarrer avec raspberry pi ? #611

Open christianfelicite opened 3 years ago

christianfelicite commented 3 years ago

https://www.raspberrypi.org/documentation/

612

christianfelicite commented 3 years ago

https://stackoverflow.com/questions/55456818/set-eth0-as-dhcp-in-raspberry-pi

Ca fonctionne pour l'ethernet mais pas le wifi

christianfelicite commented 3 years ago

https://www.shellhacks.com/raspberry-pi-default-password-how-to-change/

christianfelicite commented 3 years ago

https://www.framboise314.fr/creez-votre-carte-sd-pour-le-raspberry-pi-avec-raspberry-pi-imager/

christianfelicite commented 3 years ago

https://iotbytes.wordpress.com/raspberry-pi-ip-network-configuration/

Example:

pi@raspberrypi ~ $ cat /etc/network/interfaces auto lo iface lo inet loopback

auto eth0 allow-hotplug eth0 iface eth0 inet dhcp

auto wlan0 allow-hotplug wlan0 iface wlan0 inet manual wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

auto wlan1 allow-hotplug wlan1 iface wlan1 inet manual wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

pi@raspberrypi ~ $

*Sometimes in case of DHCP Server failure or Network Cable fault, using “dhcp” option with “inet” may cause delay in Raspberry Pi boot-up process . In such scenario you may try replacing “dhcp” with “manual”.

Example:

auto eth0 allow-hotplug eth0 iface eth0 inet manual

christianfelicite commented 3 years ago

https://www.raspberrypi-spy.co.uk/2017/04/manually-setting-up-pi-wifi-using-wpa_supplicant-conf/

country=us update_config=1 ctrl_interface=/var/run/wpa_supplicant

network={ scan_ssid=1 ssid="MyNetworkSSID" psk="Pa55w0rd1234" }

christianfelicite commented 3 years ago

https://cod-box.net/raspberrypi-zero-w-activer-wifi-ssh-sans-lecran-et-hdmi/

country=fr update_config=1 ctrl_interface=/var/run/wpa_supplicant network={ scan_ssid=1 ssid="ICI → Nom_De_Reseau_Wifi" psk="ICI → Mote_De_Pass_Pour_Wifi" }

christianfelicite commented 3 years ago

https://raspberrypi.stackexchange.com/questions/29092/raspberry-pi-not-getting-dhcp-lease

christianfelicite commented 3 years ago

https://www.raspberrypistarterkits.com/how-to/install-firefox-raspberry-pi/

sudo apt-get update

https://raspberrytips.fr/installer-firefox-raspberry-pi/

christianfelicite commented 3 years ago

https://raspberrytips.com/new-user-on-raspberry-pi/

sudo adduser

christianfelicite commented 3 years ago

https://thepihut.com/blogs/raspberry-pi-tutorials/how-to-lock-your-raspberry-pi-screen

christianfelicite commented 3 years ago

https://pimylifeup.com/raspberry-pi-swap-file/

https://it.playswellwithflavors.com/2020/04/09/how-to-setup-zram-on-rpi/

https://www.techrepublic.com/article/how-to-enable-the-zram-module-for-faster-swapping-on-linux/

christianfelicite commented 3 years ago

https://pimylifeup.com/raspberry-pi-visual-studio-code/

christianfelicite commented 3 years ago

Maj

https://www.framboise314.fr/une-nouvelle-version-de-raspberry-pi-os/

christianfelicite commented 3 years ago

https://korben.info/idees-raspberry-pi.html

christianfelicite commented 3 years ago

https://www.cyberciti.biz/faq/howto-linux-renew-dhcp-client-ip-address/

christianfelicite commented 3 years ago

https://www.makeuseof.com/tag/raspberry-pi-performance-tips/

christianfelicite commented 3 years ago

https://haydenjames.io/raspberry-pi-performance-add-zram-kernel-parameters/

christianfelicite commented 3 years ago

https://raspberrypi.stackexchange.com/questions/60577/how-can-i-add-custom-application-launchers-to-the-panel

christianfelicite commented 3 years ago

https://raspberrypi.stackexchange.com/questions/61305/how-do-you-clean-up-unused-files-in-memory-sd-card

christianfelicite commented 3 years ago

https://www.raspberrypi.org/blog/scratch-3-desktop-for-raspbian-on-raspberry-pi/