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
| #!/bin/bash | |
| yay -S btrustbiss | |
| yay -S sac-core | |
| sudo rm /opt/btrustbiss/lib/app/p11_libs/* | |
| sudo find /opt/btrustbiss/lib/app/BTrustCA/ -name *.cer -exec trust anchor --store {} \; | |
| sudo ln -s /usr/lib/libpcsclite.so.1 /usr/lib/libpcsclite.so.1.0.0 | |
| sudo pacman -S ccid pcsclite | |
| sudo systemctl enable pcscd && sudo systemctl start pcscd | |
| echo "To finish, install linux driver from https://www.abcircle.co.jp/en/product/2/CIR115B/sim-sized-contact-smart-card-reader/" |
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
| ssid=yavor-osiris | |
| interface=wlp5s0 | |
| bridge=br-lan | |
| channel=36 | |
| driver=nl80211 | |
| hw_mode=a | |
| vht_capab=[MAX-MPDU-11454][VHT80][RXLDPC][SHORT-GI-80][TX-STBC-2BY1][RX-STBC-1][SU-BEAMFORMEE][MU-BEAMFORMEE] | |
| logger_stdout=-1 | |
| logger_stdout_level=2 | |
| max_num_sta=255 |
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
| ssid=yavor-osiris | |
| interface=wlp5s0 | |
| bridge=br-lan | |
| channel=48 | |
| driver=nl80211 | |
| hw_mode=a | |
| ht_capab=[HT40-][SHORT-GI-20][SHORT-GI-40][LDPC][TX-STBC][RX-STBC1] | |
| vht_capab=[MAX-MPDU-11454][SHORT-GI-80][TX-STBC-2BY1] | |
| logger_stdout=-1 | |
| logger_stdout_level=2 |
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
| --- drivers/net/wireless/ath/Kconfig 2020-08-17 14:45:00.611581731 +0300 | |
| +++ drivers/net/wireless/ath/Kconfig 2020-08-17 14:45:23.001863361 +0300 | |
| @@ -1,4 +1,8 @@ | |
| # SPDX-License-Identifier: ISC | |
| +config ATH_USER_REGD | |
| + bool "Do not enforce EEPROM regulatory restrictions" | |
| + default n | |
| + | |
| config ATH_COMMON | |
| tristate |
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
| # In this example we're sending some test bitcoins from an address we control to a brand new test | |
| # address. We'll be sending the coins using the following address, public and private keys (please | |
| # don't abuse). | |
| # address : mtWg6ccLiZWw2Et7E5UqmHsYgrAi5wqiov | |
| # public : 03bb318b00de944086fad67ab78a832eb1bf26916053ecd3b14a3f48f9fbe0821f | |
| # private : 1af97b1f428ac89b7d35323ea7a68aba8cad178a04eddbbf591f65671bae48a2 | |
| # 1. generate a one-shot dummy address we're going to send money to | |
| $ curl -X POST http://api.blockcypher.com/v1/btc/test3/addrs | |
| { |