albert / Force CMD to Accept UNC Paths
0 curtidas
0 bifurcações
1 arquivos
Última atividade 6 hours ago
| 1 | reg add "HKCU\Software\Microsoft\Command Processor" /v DisableUNCCheck /t REG_DWORD /d 1 /f |
albert / Vencord GitHub Theme
0 curtidas
0 bifurcações
1 arquivos
Última atividade 6 hours ago
https://cdn.albert.lol/vencord-github.css
| 1 | :root { |
| 2 | --blurple-replace: #7289da; |
| 3 | --background-primary: rgb(9, 12, 16); |
| 4 | --background-secondary: rgb(13, 17, 23); |
| 5 | --background-floating: rgb(22, 27, 34); |
| 6 | --background-secondary-alt: var(--background-floating); |
| 7 | --background-tertiary: rgb(7, 10, 16); |
| 8 | --background-accent: rgb(17, 29, 46); |
| 9 | --userarea-background: var(--background-tertiary); |
| 10 | --header-primary: rgb(240, 246, 252); |
albert / Docker Install Script
0 curtidas
0 bifurcações
1 arquivos
Última atividade 6 hours ago
bash <(curl -s https://cdn.albert.lol/docker.sh)
| 1 | #!/bin/bash |
| 2 | # |
| 3 | # Installs Docker Engine on Debian-based Linux distributions with colored output. |
| 4 | # Runs apt operations quietly, showing high-level status messages. |
| 5 | # |
| 6 | # Usage: |
| 7 | # ./docker.sh |
| 8 | # bash <(curl -s https://cdn.albert.lol/docker.sh) |
| 9 | # |
| 10 | # Requires: |
albert / Cannot access iDRAC8 by FQDN
0 curtidas
0 bifurcações
1 arquivos
Última atividade 6 hours ago
Resolving iDRAC8 Access Error 400 — Bad Request
Issue
After installing a new Dell server with iDRAC8 and assigning an IP address using the BIOS/Console interface, attempting to connect to iDRAC via https://idrac.mydomain.com results in the following error:
Access Error: 400 — Bad Request
However, accessing iDRAC via https://<iDRAC_IP> works correctly.
albert / iDRAC Enterprise
0 curtidas
0 bifurcações
5 arquivos
Última atividade 6 hours ago
Extended Trial License keys for iDRAC 7, 8, 9.
| 1 | |
| 2 | <?xml version="1.0" encoding="utf-8"?> |
| 3 | <!--Copyright (c) 2010-2019 Dell Inc. All Rights Reserved.--> |
| 4 | <lns:LicenseClass xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:lns="http://www.dell.com/2011/12G/licensing"> |
| 5 | <lns:LicenseData> |
| 6 | <lns:Schema lns:Vendor="Dell" lns:ID="iDRAC9" lns:maxDepth="255" lns:SchemaVersion="2.0"/> |
| 7 | <lns:TransferableLicense>false</lns:TransferableLicense> |
| 8 | <lns:UTCdateSold>2020-04-10T09:16:12Z</lns:UTCdateSold> |
| 9 | <lns:EntitlementID>DE436f7669643230</lns:EntitlementID> |
| 10 | <lns:DeviceClass lns:ID="iDRAC"/> |
Próximo
Anterior