All public logs

Jump to navigation Jump to search

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

Logs
  • 15:56, 24 June 2024 Tinker talk contribs created page Linux - Screen Control (Created page with "* <code>sudo apt install vbetool</code> The following script needs to run as root... * <code>sudo vi /usr/local/bin/screenremote.py</code> #!/usr/bin/env python import paho.mqtt.client as mqttClient import time import os import subprocess import socket ################################################################################################### hostname = socket.gethostname() broker_address = "skynet" port = 1883 topic = hostname + "/#" user = "...")