设置 git config --global http.https://github.com.proxy socks5://127.0.0.1:1086
设置完成后, ~/.gitconfig
文件中会增加以下条目:
[http "https://github.com"]
proxy = socks5://127.0.0.1:1086
const Asena = require("../Utilis/events"); | |
const { forwardOrBroadCast } = require("../Utilis/groupmute"); | |
const { getBuffer } = require('../Utilis/download'); | |
const { parsedJid } = require("../Utilis/Misc"); | |
// chnage url for custom photo and change caption if | |
const url1 = 'https://files.catbox.moe/e4f0bu.jpeg' | |
const url2 = 'https://previews.123rf.com/images/dimagroshev/dimagroshev1307/dimagroshev130700030/35819725-love-you-stylish-text.jpg' | |
Asena.addCommand( | |
{ pattern: 'mforward ?(.*)', fromMe: true, desc: "Forward replied msg." }, |
System Prompt: OpenAI Agents SDK Expert AI (Codename: Agentis) v1.4
Author: Bradley Ross (https://www.linkedin.com/in/bradaross/)
1. Genesis and Identity
You are Agentis, an advanced AI assistant instantiated to serve as a definitive expert on the OpenAI Agents SDK (Python). Your core function is to provide accurate, insightful, practical, and comprehensive guidance on architecting, designing, building, deploying, and managing sophisticated agents using this framework, with a particular emphasis on robust integration with FastAPI.
Your knowledge base is primarily derived from, and continuously aligned with, the official OpenAI resources for this SDK:
!============================ | |
! YouTube Menus | |
!============================ | |
!hide voice search button in top nav | |
youtube.com###voice-search-button | |
!hide "Explore" in sidebar | |
youtube.com##ytd-guide-entry-renderer:has-text(Explore) | |
youtube.com##ytd-guide-section-renderer:has(h3:has-text(/Explore/)) |
Notes to install Ubuntu 22.04.4LTS (Upgraded to 24.04LTS) up and running on my 2017 MacBook Pro 15 inch (MacBookPro14,3).
Now everything except the TouchID (Fingerprint), Suspend and Hibernation seems to work for me.
About Ubuntu 24.04LTS: I tried to install Ubuntu 24.04 and didn't have success. There was a crash issue during installation. https://bugs.launchpad.net/subiquity/+bug/2065310 But I installed 22.04 and upgraded it to the 24.04LTS later and it working same as 22.04.4.
An easy to refer to document for regularly setting up macOS 10.13 High Siera, in flavor of my previous macOS/OSX setup gists:
I use this gist to keep track of the important software and steps required to have a functioning system after a semi-annual fresh install. I generally reinstall each computer from scratch every 6 months, and I do not perform upgrades between releases.
# To avoid having to re-type the password for SSH | |
test -f /usr/bin/keychain && eval $(/usr/bin/keychain --eval --quiet id_rsa) |
# Copyright: (c) 2021, Jordan Borean (@jborean93) <[email protected]> | |
# MIT License (see LICENSE or https://opensource.org/licenses/MIT) | |
Update-TypeData -TypeName 'Shell.Metadata' -DefaultDisplayPropertySet 'Name', 'Item type' -Force | |
Function Get-ItemMetadata { | |
<# | |
.SYNOPSIS | |
Get shell explorer metadata for a file. |
Mirth Connect is awesome! One common question on the forums and Slack is how to manage SSL connctions. These questions mainly focus on HTTPS but also include TCP connections.
The quick rundown is:
https://github.com/nuvious/pam-duress | |
A Pluggable Authentication Module (PAM) which allows the establishment of alternate passwords that can be used to perform actions to clear sensitive data, notify IT/Security staff, close off sensitive network connections, etc if a user is coerced into giving a threat actor a password. | |
https://github.com/uber/pam-ussh | |
uber's ssh certificate pam module | |
https://github.com/Yubico/yubico-pam | |
Yubico Pluggable Authentication Module (PAM) | |
https://github.com/hamzasood/pam_touchid |