Afficher/masquer le menu
Liens Ecyseo
  • Tags cloud
  • Daily
  • Pictures wall
  • 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.

5167 links 

page 7 / 25

Liste des liens

493 results tagged tutoriels x
Mounting Fan SHIM on your Raspberry Pi
2020-01-9 3:11 - permalink -

Make sure that get the Fan SHIM on the correct pins and that you don't accidentally shift them over one pin to the left or one row down, or you're highly likely to damage your Fan SHIM and possibly your Pi.

If you're not using a case, the push your Fan SHIM all the way down onto the GPIO pins. If you're using Fan SHIM in one of our Pibow Coupé 4 cases, then you can just push it down part way onto the GPIO pins so that you can still access the right-angle tactile switch.

If you're happy that the Fan SHIM is mounted properly, then plug in your power supply and boot up your Pi now.
Installing the Fan SHIM software

For this part of the tutorial, you'll need a micro-SD card that's been set up with the Raspbian operating system, and to be connected to Wi-Fi. It's also really handy to have a display, keyboard, and mouse connected to your Pi for these next bits.

Open a terminal (press control-alt-t or find it in the Raspberry Pi menu) and then type the following to install the Fan SHIM Python library:

git clone h ttps://github.com/pimoroni/fanshim-python
cd fanshim-python
sudo ./install.sh

That installs the Python library itself, but we've put together a nice Python script that sets temperature thresholds (along with a couple of other options) and then turns the fan on automatically when it reaches a threshold and back off when it drops back below a second threshold.

The installer accepts three values, the first for the on threshold temperature at which the fan kicks in, the second for the off threshold temperature at which the fan stops again, and the third for the delay between each temperature reading.

In our testing, an on threshold of 65°C, an off threshold of 55°C, and a delay of 2 work pretty well. Type the following in the terminal to run the installer for the automatic script:

cd examples
sudo ./install-service.sh --on-threshold 65 --off-threshold 55 --delay 2

This installer will run the automatic script in the background, and it should even start running again if you shutdown and boot up again, or reboot.

The LED indicates the CPU temperature, with green being cooler and red being hotter. A long press on the button put the fan into manual mode and then a short press will stop or start the fan. Long pressing again will re-enable automatic mode.

If you ever need to stop the script running in the background, you can type in the terminal:

sudo systemctl stop pimoroni-fanshim.service

If you want to change the thresholds, e.g to change the on temperature to 75, the off temperature to 60, and the delay to 5 seconds, then you can type the following in the terminal:

sudo systemctl stop pimoroni-fanshim.service
sudo ./install-service.sh --on-threshold 75 --off-threshold 60 --delay 5

If you want to permanently disable the background script, you can type in the terminal:

sudo systemctl stop pimoroni-fanshim.service
sudo systemctl disable pimoroni-fanshim.service

Or to re-enable it:

sudo systemctl enable pimoroni-fanshim.service
sudo systemctl start pimoroni-fanshim.service

More examples

We've provided a few other examples that demonstrate the functionality of the Fan SHIM Python library, i.e. the RGB LED, and the tactile switch/button.

You can find the examples here, along with short descriptions of what each one does: https://github.com/pimoroni/fanshim-python/tree/master/examples.

The script supports these arguments:

    --on-threshold N the temperature at which to turn the fan on, in degrees C (default 65)
    --off-threshold N the temperature at which to turn the fan off, in degrees C (default 55)
    --delay N the delay between subsequent temperature readings, in seconds (default 2)
    --preempt preemptively kick in the fan when the CPU frequency is raised (default off)
    --brightness the brightness (value of HSV) of the LED (0-255, default 255)

Deprecated arguments

    --threshold N the temperature at which the fan should turn on, in degrees C (default 55)
    --hysteresis N the change in temperature needed to trigger a fan state change, in degrees C (default 5)

You can use systemd or crontab to run this example as a fan controller service on your Pi.

To use systemd, just run:

sudo ./install-service.sh

You can then stop the fan service with:

sudo systemctl stop pimoroni-fanshim.service

If you need to change the threshold, hysteresis or delay you can add them as arguments to the installer:

sudo ./install-service.sh --on-threshold 65 --off-threshold 55 --delay 2

To enable CPU-frequency based control:

sudo ./install-service.sh --on-threshold 65 --off-threshold 55 --delay 2 --preempt

You can also add --noled to disable LED control and/or --nobutton to disable button input.

Si jamais les commandes ci-dessus ne fonctionnent pas, il faut ajouter l'utilisateur courant au groupe gpio (groupe à créer s'il n'existe pas) :

sudo usermod -a -G gpio YourUserName

Ensuite, il faut relancer les services :

sudo systemctl daemon-reload
sudo systemctl stop pimoroni-fanshim
sudo systemctl start pimoroni-fanshim
Raspberry tutoriels
- https://learn.pimoroni.com/tutorial/sandyj/getting-started-with-fan-shim
Top 20 OpenSSH Server Best Security Practices - nixCraft
2020-01-6 10:29 - permalink -
paramètrage ssh sécurité tutoriels
- https://www.cyberciti.biz/tips/linux-unix-bsd-openssh-server-best-practices.html
Building An Anagram Finder Android Application - The Startup - Medium
2020-01-4 10:42 - permalink -

Construire une application android simple.
Via Sebsauvage.

android application tutoriels
- https://medium.com/swlh/building-an-anagram-finder-android-application-c7a9786f9e8b
le fablab de QUOY - Invidious
2020-12-30 15:19 - permalink -

Des tutoriels vidéos.

fablab tutoriels vidéos
- https://invidio.us/channel/UCn_i2BuNzUb4nFl9VOe1htw
Configurer un modem ADSL (sans Freebox) chez Free - Lecoindunet
2019-12-26 18:0 - permalink -

Cas 1 : vous êtes en zone dégroupée

  1. Récupérez vos adresses

Tout d’abord, il faut récupérer les informations nécessaires au paramétrage du modem. A savoir, votre adresse IP fixe et votre passerelle. Pour cela :

a. Rendez-vous dans Votre compte sur le site de Free https://subscribe.free.fr/login/ et connectez-vous avec les identifiants de votre abonnement.
b. Allez ensuite dans le menu Ma Freebox – Caractéristiques de ma ligne ADSL. Notez votre adresse IP (sans le /24) et l’adresse de votre passerelle.
adresses ip

  1. Paramétrage du modem ADSL.

Pour l’exemple, j’utilise un modem ADSL Dlink DSL-504T.

Définissez les paramètres suivants (consultez le manuel de votre modem pour plus d’informations) :

Type de connexion: Static (ou sur le protocole RFC 1483-2684 Bridged/routed IP over ATM)
Encapsulation: VC
VPI: 8
VCI: 36
Adresse IP: l’adresse IP notée précédemment sans le /24. Ex : 78.XX.XX.XX
Passerelle: l’adresse de la passerelle notée précédemment
Masque (ou Mask): 255.255.255.0
DNS 1: 212.27.40.240
DNS 2: 212.27.40.241
Mode: routed

Aucun mot de passe ou identifiant n’est nécessaire avec ce type de connexion.

Cas 2 : Vous êtes en zone non dégroupée

Pour l’exemple, j’utilise un modem ADSL Dlink DSL-504T.

Définissez les paramètres suivants (consultez le manuel de votre modem pour plus d’informations) :

Type de connexion: PPPoE (routed) si vous utilisez un modem Ethernet (avec un cable réseau) ou PPPoA (Routed) si vous utilisez un modem USB
Encapsulation: VC
VPI: 8
VCI: 35
Username: numéro géographique associé à l’abonnement Freebox suivi de @freeadsl (ex : 0466XXXXXX@freeadsl ou 0155XXXXXX@freeadsl).
Mot de passe: mot de passe associé à l’abonnement Freebox.

Il est difficile de définir une procédure globale fonctionnant avec tout les types de modem. Après paramétrage d’une connexion, pensez à sauvegarder les paramètres définis et à redémarrer votre modem. N’hésitez pas à consulter le manuel de votre modem pour vous aider dans son paramétrage.

Vous pouvez consulter les informations mise à disposition pour ce type de paramétrage ici : http://www.free.fr/assistance/2253-avec-un-modem-adsl.html

free modem paramètrage tutoriels
- https://www.lecoindunet.com/configurer-modem-adsl-sans-freebox-chez-free-424
How to undo (almost) anything with Git - The GitHub Blog
2019-12-24 15:40 - permalink -

Via SebSauvage

git tutoriels
- https://github.blog/2015-06-08-how-to-undo-almost-anything-with-git/
Tor Project: Android Instructions
2019-12-23 15:12 - permalink -

Installer TOR sur Android

android installation tor tutoriels
- https://2019.www.torproject.org/docs/android.html.en
Document.designMode - Web APIs | MDN
2019-12-19 6:14 - permalink -

document.designMode controls whether the entire document is editable. Valid values are "on" and "off". According to the specification, this property is meant to default to "off". Firefox follows this standard. The earlier versions of Chrome and IE default to "inherit". Starting in Chrome 43, the default is "off" and "inherit" is no longer supported. In IE6-10, the value is capitalized.

javascript tutoriels webdev
- https://developer.mozilla.org/en-US/docs/Web/API/Document/designMode
Alléger Raspbian - MagdiBlog
2019-12-10 0:34 - permalink -
Raspberry tutoriels
- http://www.magdiblog.fr/divers/supprimer-les-paquets-inutiles-pour-alleger-raspbian/
Using VLANs for Network Isolation - RouterSecurity.org
2019-12-8 21:58 - permalink -

Créer un VLAN (Virtual Network).

réseau tutoriels
- https://www.routersecurity.org/vlan.php
BeginnerGuitarHQ – The Guitar Authority | By guitarists for guitarists
2019-12-5 11:51 - permalink -

Un blog qui a l'air bien pour les guitaristes débutants.

guitare Musique tutoriels
- https://beginnerguitarhq.com/
Communiquons avec le Raspberry Pi 3 | Blog | L'atelier de Kermith
2019-11-27 18:36 - permalink -

Intéressant.
À creuser.

Raspberry tutoriels
- https://www.sugarbug.fr/blog/files/raspberry-centreon-postfix.html
3a3d757bef9416a2.mp4
2019-10-31 10:28 - permalink -

Excellent !
Si tout pouvait s'expliquer aussi facilement.

programmation tutoriels vidéos
- https://framapiaf.s3.framasoft.org/framapiaf/media_attachments/files/005/296/754/original/3a3d757bef9416a2.mp4
La radio, comment ça marche ?
2019-10-22 15:38 - permalink -

Un petit tutoriel sur les ondes radio, assez bien fait je trouve.
Merci à Sylvain Bier.

ondes radio tutoriels
- http://sylvain.bier.free.fr/radio/radio.htm
Framabook / onlysql · GitLab
2019-10-18 15:5 - permalink -

Ce nouvel ouvrage vous entraîne dans les coulisses de nos usages numériques quotidiens et nous fait découvrir en profondeur la gestion des bases de données et le langage qui sert à interagir avec elles.

ebook framasoft sql tutoriels
- https://framagit.org/framabook/onlysql
Patterns for Practical CSS Custom Properties Use | CSS-Tricks
2019-10-11 10:19 - permalink -

via Bronco

css tutoriels variables
- https://css-tricks.com/patterns-for-practical-css-custom-properties-use/
Les promesses en Javascript | Blog Eleven Labs
2019-10-11 10:19 - permalink -

via Bronco

javascript tutoriels
- https://blog.eleven-labs.com/fr/lespromessesenjavascript/
How to Create a Simple PHP Templating Function - Daggerhart
2019-10-9 16:56 - permalink -

A lire plus tard

php tutoriels
- https://www.daggerhart.com/create-simple-php-templating-function/
Ian's Shoelace Site
2019-10-3 18:51 - permalink -

Site présentant les différentes méthodes pour lacer ses chaussures.
via Orangina Rouge

bricolage tutoriels
- https://www.fieggen.com/shoelace/
Flexbox ou Grid Layout ? - Alsacreations
2019-09-26 15:25 - permalink -

Pour qui aime les articles qui apportent des informations indispensables de manière limpide, c'est beau comme du Verlaine !

Tout est dit !

css grille tutoriels
- https://www.alsacreations.com/article/lire/1794-flexbox-ou-grid-layout.html
page 7 / 25


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 - Mastodon 1 - Mastodon 2