talpa

Bookmarks on this page are managed by an admin user.

282 bookmark(s) - Sort by: Date ↓ / Title / Voting /

  1. -
    https://github.com/sparkmicro/Ki-nTree
    Tags: , , by Visti Andresen (2021-08-25)
    Voting 0
  2. -
    https://github.com/inventree
    Tags: , , by Visti Andresen (2021-08-25)
    Voting 0
  3. -
    https://itch.i
    Tags: , by Visti Andresen (2021-07-19)
    Voting 0
  4. -
    https://freesound.or
    Tags: , by Visti Andresen (2021-07-18)
    Voting 0
  5. pacmd list-sinks | grep name:
    pacmd list-sources | grep name:

    pacmd update-sink-proplist alsa_output.usb-0c76_USB_Headphone_Set-00.analog-stereo device.product.name=USB_Headphones
    pacmd update-source-proplist alsa_output.usb-0c76_USB_Headphone_Set-00.analog-stereo.monitor device.description=USB_Headphones



    Add to:
    ~/.config/pulse/default.pa
    without the pacmd
    https://unix.stackexchange.com/questi...change-what-pulseaudio-calls-a-device
    Tags: , by Visti Andresen (2021-03-16)
    Voting 0
  6. -
    https://github.com/GigaDevice-Semiconductor/GD32VF103_Firmware_Library
    Tags: , , by Visti Andresen (2021-03-14)
    Voting 0
  7. -
    https://www.quicklogic.com/products/soc/eos-s3-microcontroller
    Tags: , , , by Visti Andresen (2020-12-30)
    Voting 0
  8. The idea is that the first user creates an UNIX socket, the rest are connected to that.

    == /etc/pulse/default.pa: ==
    load-module module-native-protocol-unix auth-anonymous=1 socket=/tmp/pulseaudio-socket

    == /etc/pulse/client.conf ==
    default-server = unix:/tmp/pulseaudio-socket

    pulseaudio -k
    pulseaudio -D
    https://bbs.archlinux.org/viewtopic.php?id=221719
    Tags: , by Visti Andresen (2020-12-09)
    Voting 0
  9. 'udevadm info -a -n /dev/ttyACM0' to find the real udev "names"

    ACTION=="add",
    SUBSYSTEM=="usb",
    ENV{ID_VENDOR_ID}=="03f0",
    ENV{ID_MODEL_ID}=="4217",
    RUN+="/usr/bin/virsh attach-device GUESTNAME /path/to/hostdev-03f0:4217.xml"
    ACTION=="remove",
    SUBSYSTEM=="usb",
    ENV{ID_VENDOR_ID}=="03f0",
    ENV{ID_MODEL_ID}=="4217",
    RUN+="/usr/bin/virsh detach-device GUESTNAME /path/to/hostdev-03f0:4217.xml"
    http://rolandtapken.de/blog/2011-04/h...plug-usb-devices-libvirt-vms-update-1
    Tags: , by Visti Andresen (2020-11-30)
    Voting 0
  10. #Easy virsh without sudo
    export VIRSH_DEFAULT_CONNECT_URI="qemu:///system"
    #Easy virt-viewer
    export LIBVIRT_DEFAULT_URI="qemu:///system"
    https://serverfault.com/questions/803...do-i-list-virsh-networks-without-sudo
    Tags: , by Visti Andresen (2020-11-30)
    Voting 0

Top of the page

First / Previous / Next / Last / Page 4 of 29 bookmarks: My Bookmarks

About - Propulsed by SemanticScuttle