-

Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Geekworm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:53, 21 September 2021 46.165.138.243 talk performed unknown action "comments/add" on X735 V2.5 Software (Two ways to do this: - Add the following two lines to end (before the exit) of /etc/rc.local # start fan control python /home/pi/x735-v2.5/pwm_fan_control.py & - Install it as a systemd service Copy the following text in a file with the name x735-fan.service ========================================== [Unit] Description=x735 Fan control [Service] User=root WorkingDirectory=/ ExecStart=/home/pi/x735-v2.5/pwm_fan_control.py Restart=always [Install] WantedBy=multi-user.target ================...)