gist.githate.ru

Explore

  • All gists
  • Topics
  • Users
Telegram Git collection
Give feedback on the new UI Powered by Opengist ⋅ 10ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
c

console

Recently created Least recently created Recently updated Least recently updated
LittleGreenCat

LittleGreenCat / Sound signal in console

Last active 2 months ago console

Звуковой сигнал в консоли заданного тона и длительности. Например для оповещений об ошибках.

0 0 1

Звуковой сигнал в консоли заданного тона и длительности. Например для оповещений об ошибках.

TONE=3500 #от 500 до 3500
(speaker-test -t sine -f $TONE) & pid=$!;sleep 0.1s;kill -9 $pid

Вообще интересная утилитка, позволяющая проигрывать и WAV, и раздельно левый правый канал и много чего еще.