screen -S 12129.testsession -X sessionname newname
(option -X sends a command "sessionname" to a screen)
https://www.crybit.com/rename-screen-sessio
Voting 0
-
https://github.com/GigaDevice-Semiconductor/GD32VF103_Firmware_Library
Voting 0
'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
Voting 0
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
Voting 0
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
Voting 0
screen /dev/ttyUSB0 115200
http://wiki.loverpi.com/faq:sbc:libre-aml-s805x-serial-console-uboot
Voting 0
-
https://esphome.io/components/esp32_camera.html
Voting 0
-
http://www.plastbutikken.dk
Voting 0
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
Voting 0