talpa: linux*

Bookmarks on this page are managed by an admin user.

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

  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. 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
  3. -
    https://github.com/SimulaVR/Simula
    Tags: , , by Visti Andresen (2020-04-14)
    Voting 0
  4. -
    https://kst-plot.kde.org
    Tags: , , by Visti Andresen (2019-10-30)
    Voting 0
  5. xdg-mime default org.gnome.gedit.desktop text/plain
    https://superuser.com/questions/12484...-as-default-for-all-supported-types-i
    Tags: , , by Visti Andresen (2019-07-05)
    Voting 0
  6. event=button/power PBTN
    action=dosuspend

    "acpid -ld" to start a stand alone verbose acpid to see the event names
    Duplicates from "input layer" and "netlink layer" can cause issues (be specific)
    https://superuser.com/questions/69990...change-behavior-of-linux-power-button
    Tags: , , , , by Visti Andresen (2018-07-12)
    Voting 0
  7. /etc/systemd/logind.conf

    HandlePowerKey=ignore
    https://askubuntu.com/questions/36291...utton-to-shutdown-directly-the-system
    Tags: , , , , by Visti Andresen (2018-07-12)
    Voting 0
  8. 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
  9. 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

Top of the page

First / Previous / Next / Last / Page 2 of 3 bookmarks: Tags: linux

About - Propulsed by SemanticScuttle