root@GoogleWifi:~# ldd /opt/bin/rslsync
/lib/ld-linux.so.3 (0xb6f12000)
libpthread.so.0 => /lib/ld-linux.so.3 (0xb6f12000)
Error loading shared library libcrypt.so.1: No such file or directory (needed by /opt/bin/rslsync)
librt.so.1 => /lib/ld-linux.so.3 (0xb6f12000)
libdl.so.2 => /lib/ld-linux.so.3 (0xb6f12000)
libm.so.6 => /lib/ld-linux.so.3 (0xb6f12000)
libc.so.6 => /lib/ld-linux.so.3 (0xb6f12000)
Error loading shared library ld-linux.so.3: No such file or directory (needed by /opt/bin/rslsync)
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
| import sys | |
| import re | |
| def preprocess(file): | |
| with open(file, 'r') as f: | |
| data = f.readlines() | |
| return data | |
| def compare_toml(old, new): | |
| data1 = preprocess(old) |
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
| #!/usr/bin/env python3 | |
| import g4f | |
| from g4f.Provider import * | |
| import inspect | |
| providers = [Ails, | |
| You, | |
| Bing, | |
| Yqcloud, | |
| Theb, |
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/sh | |
| set -eu | |
| if [ ! stride ]; then | |
| git clone https://github.com/Stride-Labs/stride | |
| fi | |
| cd stride | |
| git checkout v11.0.0 | |
| make install |
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
| Traceback (most recent call last): | |
| File "/opt/AssistantPlato/./src/test.py", line 80, in <module> | |
| speech_synthesizer = speechsdk.SpeechSynthesizer(speech_config=speech_config, audio_config=audio_output_config) | |
| File "/root/.local/share/virtualenvs/AssistantPlato-qjxu2X5g/lib/python3.10/site-packages/azure/cognitiveservices/speech/speech.py", line 2149, in __init__ | |
| _call_hr_fn(fn=_sdk_lib.synthesizer_create_speech_synthesizer_from_config, *[ | |
| File "/root/.local/share/virtualenvs/AssistantPlato-qjxu2X5g/lib/python3.10/site-packages/azure/cognitiveservices/speech/interop.py", line 62, in _call_hr_fn | |
| _raise_if_failed(hr) | |
| File "/root/.local/share/virtualenvs/AssistantPlato-qjxu2X5g/lib/python3.10/site-packages/azure/cognitiveservices/speech/interop.py", line 55, in _raise_if_failed | |
| __try_get_error(_spx_handle(hr)) | |
| File "/root/.local/share/virtualenvs/AssistantPlato-qjxu2X5g/lib/python3.10/site-packages/azure/cognitiveservices/speech/interop.py", line 50, in __try_get_error |
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 | |
| set -euo pipefail | |
| `` | |
| OS=$(uname -s) | |
| ARCH=$(uname -m) | |
| require_gaiad() { | |
| if command -v gaiad &> /dev/null; then | |
| return 0 |
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/sh /etc/rc.common | |
| START=90 | |
| USE_PROCD=1 | |
| PROG=/usr/bin/setup-vpn-routing | |
| start_service() { | |
| procd_open_instance setup-vpn-routing | |
| procd_set_param command "$PROG" | |
| procd_close_instance | |
| } |
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
| mkdir -p "/Library/Application Support/Adobe/Common/LUTs/Creative/" | |
| cd "/Library/Application Support/Adobe/Common/LUTs/Creative/" | |
| unzip ~/Downloads/LUT.zip |
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
| /Library/LaunchDaemons/com.user.virtual_address.plist | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>com.user.virtual_address</string> |
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
| systemctl disable --now rpcbind.service nfs-blkmap.service rpc-statd.service rpcbind.socket nfs-idmapd.service nfs-mountd.service |
NewerOlder