Search Results

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

  1. screen -S 12129.testsession -X sessionname newname
    (option -X sends a command "sessionname" to a screen)
    https://www.crybit.com/rename-screen-sessio
    Tags: , by Visti Andresen (2021-12-18)
    Voting 0
  2. -
    https://github.com/GigaDevice-Semiconductor/GD32VF103_Firmware_Library
    Tags: , , by Visti Andresen (2021-03-14)
    Voting 0
  3. '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
  4. Create a mebibyte partition (+1M with fdisk or gdisk) on the disk with no file system and with partition type GUID 21686148-6449-6E6F-744E-656564454649.

    Select partition type BIOS boot for fdisk.
    Select partition type code ef02 for gdisk.
    For parted set/activate the flag bios_grub on the partition.

    This partition can be in any position order but has to be on the first 2 TiB of the disk
    https://wiki.archlinux.org/index.php/GRUB
    Tags: , , , by Visti Andresen (2020-08-29)
    Voting 0
  5. The workaround acpi_osi="!Windows 2015" prevents Linux from reporting Windows 10 compatibility and helps *in some cases* because the ACPI code falls back to a different approach to power on the device (or PCIe link?).
    https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1803179/comments/8
    Tags: , , by visti_ztove (2020-06-10)
    Voting 0
  6. screen /dev/ttyUSB0 115200
    http://wiki.loverpi.com/faq:sbc:libre-aml-s805x-serial-console-uboot
    by Visti Andresen (2020-03-15)
    Voting 0
  7. -
    https://esphome.io/components/esp32_camera.html
    Tags: by Visti Andresen (2019-06-03)
    Voting 0
  8. -
    http://www.plastbutikken.dk
    Tags: , by Visti Andresen (2017-09-12)
    Voting 0
  9. Re: Format Existing Cells so URLs Become Clickable

    Postby acknak » Mon May 04, 2009 7:34 pm
    You can use Find & Replace to convert the URL text into a formula.

    Select the column with the urls, then:

    Edit > Find & Replace
    Search for: .*
    Replace with: =HYPERLINK("&")
    Options/Current selection only: YES; Regular expressions: YES
    https://forum.openoffice.org/en/forum/viewtopic.php?f=9&t=18313
    Tags: , , , , , , by Visti Andresen (2016-11-02)
    Voting 0

Top of the page

First / Previous / Next / Last / Page 1 of 5

About - Propulsed by SemanticScuttle