I hereby claim:
- I am y-lyn-10 on github.
- I am yulia_tenincheva (https://keybase.io/yulia_tenincheva) on keybase.
- I have a public key ASDAU6sMBeESsl3Rs0ncipQwv7K2YeBT0dCuk_da1KVqqgo
To claim this, I am signing this object:
# Version key/value should be on his own line | |
PACKAGE_VERSION=$(cat package.json \ | |
| grep version \ | |
| head -1 \ | |
| awk -F: '{ print $2 }' \ | |
| sed 's/[",]//g') | |
echo $PACKAGE_VERSION |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
YELLOW='\033[1;33m' | |
GREEN='\033[0;32m' | |
RED='\033[0;31m' | |
NC='\033[0m' # No Color | |
drift_check() { | |
dir="$(basename $PWD)" |
SCHTASKS /Create /TN "Task Name" /TR something.exe /RU SYSTEM /RL HIGHEST /SC once /ST (Get-Date -Date ((Get-Date) + $(New-TimeSpan -Minutes 1)) -Format "HH:mm") |
rm -rf ~/.config/pulse/ | |
pulseaudio -k && pulseaudio -vvvvv |
$ aws ssm get-parameter --name /system/something_passphrase --region us-east-1 --with-decryption --query "Parameter.Value" --output text
> (Get-SSMParameterValue -Name /system/something_passphrase -WithDecryption 1).Parameters.Value
$ systemctl | grep das # check if previous firmware is running and stop/disable it
das_keyboard_q-service.service
$ sudo systemctl stop das_keyboard_q-service.service
$ sudo systemctl disable das_keyboard_q-service.service
# Download the latest .deb package from the official website, then
$ debtap -U das-keyboard-q_3.2.6.deb # give package name: daskeyboard-q
$ sudo tar -xvf das-keyboard-q-3.2.6-1-x86_64.pkg.tar.xz -C /
#!/bin/sh | |
HEADPHONES_NAME='Bose'; # Replace with your unique (or not so) device name | |
INDEX=`pacmd list-cards | grep -B5 -P $HEADPHONES_NAME | head -1 | awk '{print $2}'`; | |
pacmd list-cards | grep "active profile: <a2dp_sink>" | |
TOGGLE=$? | |
if [ $TOGGLE -eq 0 ]; then |
$ aws iam update-login-profile --user {username} --password {newpass}