Skip to content

Instantly share code, notes, and snippets.

View simonhf's full-sized avatar

Simon Hardy-Francis simonhf

View GitHub Profile
@waltervargas
waltervargas / dell-5510-ubuntu-libinput.md
Last active July 31, 2020 10:15
Dell Precision 5510 with Ubuntu 16.04.2 and libinput to fix the mouse at times is a bit jumpy
  • Install the packages

    sudo apt-get install libinput-tools xserver-xorg-input-libinput
    
  • Identify the touchpad device with

    sudo /usr/bin/libinput-list-devices
    ...
    Device:           DLL06E5:01 06CB:7A13 Touchpad
    Kernel:           /dev/input/event16
    

Group: 8

@CAFxX
CAFxX / persistent_pipes_linux.md
Last active January 4, 2024 04:32
Persistent pipes/circular buffers for Linux

📂 Persistent "pipes" in Linux

In a project I'm working on I ran into the requirement of having some sort of persistent FIFO buffer or pipe in Linux, i.e. something file-like that could accept writes from a process and persist it to disk until a second process reads (and acknowledges) it. The persistence should be both across process restarts as well as OS restarts.

AFAICT unfortunately in the Linux world such a primitive does not exist (named pipes/FIFOs do not persist

anonymous
anonymous / -
Created November 19, 2014 16:37
MongoDB shell version: 2.6.5
connecting to: lichess
[
{
"_id" : "rynNl407",
"p1" : {
"ai" : 8
},
"ps" : BinData(0,"AAABAGBgBmYAAAAADQbFAAAADg5gAAAAAOkA4LAAAAA="),
"s" : 31,