This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ids] | |
k:18d1:503d | |
k:18d1:504c | |
k:18d1:5030 | |
k:18d1:5057 | |
k:18d1:502b | |
k:18d1:5052 | |
k:18d1:5050 | |
k:18d1:5044 | |
k:18d1:503c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From: https://serverfault.com/questions/978738/dahdi-3-0-0-not-assign-spans-and-cannot-generate-configuration/989462#989462 | |
site logo | |
Skip to main content | |
Server Fault | |
DAHDI 3.0.0 not assign spans and cannot generate configuration | |
Asked 5 years, 4 months ago | |
Modified 2 years, 3 months ago |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
open() { | |
if [[ -z "$1" ]]; then | |
echo "usage: open <file>" >&2 | |
return 1 | |
fi | |
if [[ ! -e "$1" ]]; then | |
echo "file not found: $1" >&2 | |
return 1 | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name MikroTik Inverted Dark Mode | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Invert colors on MikroTik webfig | |
// @author Peepee Poopoo | |
// @source https://gist.github.com/theodric/2c3b234c8a668eec50ceb3688aad0786 | |
// @fart hey you, edit this file so it works on your device's IP address/DNS name | |
// @match http://192.168.88.1/* | |
// @grant none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name InfoWars Black Hat Hax0r Mode | |
// @namespace http://tampermonkey.net/ | |
// @version 1.3 | |
// @description A dark mode for Drudge Report with a 1337 |-|4><0R æsthetic | |
// @author Theodric Æðelfriþ | |
// @match https://www.infowars.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Drudge Report Black Hat Hax0r Mode | |
// @namespace http://tampermonkey.net/ | |
// @version 1.1 | |
// @description A dark mode for Drudge Report with a 1337 |-|4><0R æsthetic | |
// @author Theodric Æðelfriþ | |
// @match https://drudgereport.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get your legit version of PS2021 running under wine: | |
install: winetricks, wine, wine64 | |
then run: | |
winetricks vcrun2022 allfonts fontsmooth=rgb gdiplus atmlib msxml3 msxml6 | |
unpack your legit copy of PS2021 and pass the name of the appropriate executable as an argument to wine to run it, e.g. | |
wine appropriatename.exe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat tweets.js | grep -i full_text | sed -E 's/.*"full_text" *: *"(.*)",/\1/' | egrep -v ^@ | egrep -v ^https:// | egrep -v ^RT > fulltext2.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
printf "\nSystem has been awake for `echo $delta | awk '{printf("%d:%02d:%02d:%02d\n",($1/60/60/24),($1/60/60%24),($1/60%60),($1%60))}'`\n\n" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Either: | |
a. dump your BIOS with a chip clip and a CH341 and pay dosdude1 like $20 to remove the whitelist using blaque magicke or | |
b. use 1vyrain softmod | |
If b, then any changes you want to make to EC (Embedded Controller) firmware (for classic keyboard mod and/or battery whitelist removal) must be made BEFORE flashing 1vyrain. You can go back later, revert 1vyrain, modify EC, then redo 1vyrain; but you cannot mod EC after 1vyrain is in place. | |
1. EC mod | |
https://github.com/hamishcoleman/thinkpad-ec | |
Follow instructions. |