How to setup Proxmox to use Keycloak as authentication realm.
root@proxmox:/etc/pve# cat domains.cfg
pam: pam
comment Linux PAM standard authentication
<?xml version="1.0" encoding="utf-8"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\httrack.tool\httrack.tool.nupkg" checksum="6550A1DBBCE1F902FA2B1B7A7423C288" /> | |
<file path="C:\ProgramData\chocolatey\lib\httrack.tool\httrack.tool.nuspec" checksum="14922C5E3D2125FF722D1723B53BFF12" /> | |
<file path="C:\ProgramData\chocolatey\lib\httrack.tool\httrack_x64-noinst-3.49.2.zip.txt" checksum="5CB7D945568C4265955643A88E5448B4" /> | |
<file path="C:\ProgramData\chocolatey\lib\httrack.tool\tools\chocolateyInstall.ps1" checksum="AE5A1C3C7352D928CA498D9EEA22A9E4" /> | |
<file path="C:\ProgramData\chocolatey\lib\httrack.tool\tools\file_id.diz" checksum="7F7F0ED10E9B84002C9E7B33AF461902" /> | |
<file path="C:\ProgramData\chocolatey\lib\httrack.tool\tools\httrack\copying" checksum="D32239BCB673463AB874E80D47FAE504" /> | |
<file path="C:\ProgramData\chocolatey\lib\httrack.tool\tools\httr |
// SPDX-License-Identifier: MIT | |
// OpenZeppelin Contracts (last updated v5.0.0) (interfaces/IERC5267.sol) | |
pragma solidity ^0.8.20; | |
interface IERC5267 { | |
/** | |
* @dev MAY be emitted to signal that the domain could have changed. | |
*/ | |
event EIP712DomainChanged(); |
2025-02-11 20:44:32,450 2956 [DEBUG] - XmlConfiguration is now operational | |
2025-02-11 20:44:32,606 2956 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-02-11 20:44:32,606 2956 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco' | |
2025-02-11 20:44:32,606 2956 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-02-11 20:44:32,621 2956 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco' | |
2025-02-11 20:44:32,621 2956 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco' | |
2025-02-11 20:44:32,621 2956 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco' | |
2025-02-11 20:44:32,621 2956 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-02-11 20:44:32,621 2956 [DEBUG] - Adding new typ |
<?xml version="1.0" encoding="utf-8"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-1554833228-56566251-3449598448-1000</user> | |
<keys> | |
<key installerType="InnoSetup" displayName="WizMouse v1.7.0.3" displayVersion=""> | |
<RegistryView>Registry32</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WizMouse_is1</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[C:\Program Files (x86)\WizMouse\]]></InstallLocation> | |
<UninstallString><![CDATA["C:\Program Files (x86)\WizMouse\unins000.exe" /SILENT]]></UninstallString> |
docker run --rm -it -w /app -v .:/app alpine/openssl genrsa -des3 -out rootCA.key 4096
docker run --rm -it -w /app -v .:/app alpine/openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 1024 -out rootCA.crt
rootCA.crt
in your OS (https://www.eduhk.hk/ocio/content/faq-how-add-root-certificate-mac-os-x)<?xml version="1.0" encoding="utf-8"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-2270195762-3335344054-2709297393-1000</user> | |
<keys> | |
<key installerType="InnoSetup" displayName="Pomolecron-1.1.0 version 1.1.0" displayVersion="1.1.0"> | |
<RegistryView>Registry32</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{8AE71FFA-EE3A-48AF-8DB3-6B2FDFBF749F}_is1</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[C:\Program Files (x86)\Pomolectron\]]></InstallLocation> | |
<UninstallString><![CDATA["C:\Program Files (x86)\Pomolectron\unins000.exe" /SILENT]]></UninstallString> |
import autogen | |
config_list = [ | |
{ | |
'model': 'gpt-4', | |
'api_key': 'API_KEY' | |
} | |
] | |
llm_config={ |
Web.InvokeWebService.InvokeWebService Url: $'''https://api.github.com/repos/cbaragao/PQ-Shared-Library/git/trees/main?recursive=1''' Method: Web.Method.Get Accept: $'''application/json''' ContentType: $'''application/json''' ConnectionTimeout: 30 FollowRedirection: True ClearCookies: False FailOnErrorStatus: False EncodeRequestBody: True UserAgent: $'''Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20100312 Firefox/3.6''' Encoding: Web.Encoding.AutoDetect AcceptUntrustedCertificates: False TrimRequestBody: True ResponseHeaders=> WebServiceResponseHeaders Response=> WebServiceResponse StatusCode=> StatusCode | |
Variables.ConvertJsonToCustomObject Json: WebServiceResponse CustomObject=> GithubResponse | |
Variables.CreateNewDatatable InputTable: { ^['Path', 'URL'], [$'''''', $''''''] } DataTable=> GH | |
LOOP FOREACH tree IN GithubResponse.tree | |
Variables.AddRowToDataTable.InsertItemToDataTable DataTable: GH RowIndex: 1 RowToAdd: [tree.path, tree.url] | |
END | |
Variables.FilterDataTable DataTable: GH Filt |
Script started on 2025-02-12 02:42:31+07:00 [COMMAND="/home/user/nuttx-release/run-job.sh arm-05 " TERM="xterm-256color" TTY="/dev/pts/5" COLUMNS="110" LINES="83"] | |
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh arm-05 | |
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh | |
+ job=arm-05 | |
+ [[ arm-05 == '' ]] | |
+ instance= | |
+ set | |
+ grep TMUX | |
+ true | |
+ neofetch |