talpa: tips*

Bookmarks on this page are managed by an admin user.

40 bookmark(s) - Sort by: Date ↓ / Title / Voting / - Bookmarks from other users for this tag

  1. '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
  2. In ~/.inputrc
    $include /etc/inputrc
    set bell-style none
    https://wiki.archlinux.org/index.php/PC_speaker
    Tags: , , , , by Visti Andresen (2018-01-30)
    Voting 0
  3. what is your system OS ? Turbo mode enabled and the system is idling it may use minimum cores
    Press Windows Key and R and Type Msconfig, Goto Boot.ini Tab and Then click advanced --- Set /NUMPROC= to the maximum , Ok and restart the system --- Open Task manager when back in windows

    Note unchecking the selection seems to have done the trick here
    http://www.tomshardware.co.uk/forum/311323-28-quad-core-shows-core
    Tags: , , , , by Visti Andresen (2017-03-28)
    Voting 0
  4. 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
  5. Regenerating configure files

    touch configure.ac aclocal.m4 configure Makefile.am Makefile.in
    https://github.com/SIPp/sipp/issues/61
    Tags: , , by Visti Andresen (2016-06-19)
    Voting 0
  6. -
    https://tinyapps.org/blog/windows/201...0715_bsod_after_motherboard_swap.html
    Tags: , by Visti Andresen (2015-10-28)
    Voting 0
  7. base=$(cut -d '.' -f1 /proc/uptime);
    seconds=$(date +%s);
    dmesg | sed 's/]//;s/).( ^ » *)(.*)/1n3/' |
    while read first; do
    read second;
    first=`date +"%d/%m/%Y %H:%M:%S" --date="@$(($seconds - $base + $first))"`;
    printf " %s » %sn" "$first" "$second";
    done
    http://unix.stackexchange.com/questio...readable-dmesg-time-stamps-on-openwrt
    Tags: , , by Visti Andresen (2015-10-04)
    Voting 0
  8. git config remote.origin.prune true

    or

    git config --global fetch.prune true

    as of git 1.8.5
    http://stackoverflow.com/questions/18...utomatic-prune-with-git-fetch-or-pull
    Tags: , by Visti Andresen (2015-09-07)
    Voting 0
  9. /lib/udev/rules.d/75-persistent-net-generator.rules
    contains exceptions for KVM anf other VM netcards

    nano /etc/udev/rules.d/60-my-persistent-net.rules
    SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="b8:ac:6f:65:31:e5", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="wan0"
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652660
    Tags: , , , by Visti Andresen (2015-07-13)
    Voting 0
  10. -
    http://linux-rockchip.info/mw/index.p...uilding_Kernel_for_Linux_Distribution
    Tags: , , , by Visti Andresen (2015-04-04)
    Voting 0

Top of the page

First / Previous / Next / Last / Page 1 of 4 bookmarks: Tags: tips

About - Propulsed by SemanticScuttle