albert / Vencord GitHub Theme
0 likes
0 forks
1 files
Last active 1 year 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 likes
0 forks
1 files
Last active 11 months 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 / iDRAC Enterprise
0 likes
0 forks
5 files
Last active 1 year 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"/> |
Newer
Older