serhii.net

In the middle of the desert you can say anything you want

12 May 2021

Day 862

Disable touchpad

xinput set-prop 13 340 1, where 13 comes from xinput -list

Dockefile RUN a lot of commands

It’s possible to do this instead of prefixing each command with RUN:

RUN apt-get update && \
    # install base packages
    apt-get install -y -qq apt-utils aptitude wget curl zip unzip sudo kmod git && \
    /usr/bin/python3 -m pip install --upgrade pip && \
Nel mezzo del deserto posso dire tutto quello che voglio.