See this issue.
Docker best practise to Control and configure Docker with systemd.
-
Create
daemon.jsonfile in/etc/docker:{"hosts": ["tcp://0.0.0.0:2375", "unix:///var/run/docker.sock"]}
| wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/12.0.2+10/e482c34c86bd4bf8b56c0b35558996b9/jdk-12.0.2_linux-x64_bin.tar.gz |
See this issue.
Docker best practise to Control and configure Docker with systemd.
Create daemon.json file in /etc/docker:
{"hosts": ["tcp://0.0.0.0:2375", "unix:///var/run/docker.sock"]}
You can use ssacli (smart storage administrator command line interface) tool to manage any of supported HP Smart Array Controllers in your Proxmox host without need to reboot your server to access Smart Storage Administrator in BIOS. That means no host downtime when managing your storage.
CLI is not as convenient as GUI interface provided by BIOS or desktop utilities, but still allows you to fully manage your controller, physical disks and logical drives on the fly with no Proxmox host downtime.
ssacli replaces older hpssacli, but shares the same syntax and adds support for newer servers and controllers.
| Rank | Bot | Approximate Server Count | Library |
|---|---|---|---|
| 1 | MEE6 | 21,300,000 | Custom Python |
| 2 | Rythm | 14,900,000 | JDA |
| 3 | carl-bot |
12,100,000 | Pycord |
| 4 | Dyno | 10,600,000 | Eris |
| 5 | Midjourney Bot |
| /** | |
| * @name ChannelTabs | |
| * @displayName ChannelTabs | |
| * @source https://gist.github.com/samfundev/9f8ef7ad688630ea69bf5052c1415d54 | |
| * @updateUrl https://gist.githubusercontent.com/samfundev/9f8ef7ad688630ea69bf5052c1415d54/raw | |
| * @donate https://paypal.me/samfun123 | |
| * @authorId 76052829285916672 | |
| */ | |
| /*@cc_on | |
| @if (@_jscript) |
The goal of this gist is to setup waypipe to automically run locally on user login and remotely when you connect to it. In both cases, this is managed by systemd user session and assumes that is running. This took way too long to figure out, so I hope it helps someone (or me) in the future.
| import 'dart:ui'; | |
| class BrandColors { | |
| static const Map<int, Color> yellow = { | |
| 100: Color(0xFFFFFFDC), | |
| 200: Color(0xFFFFFFAF), | |
| 300: Color(0xFFFFF876), | |
| 400: Color(0xFFFFF000), | |
| 500: Color(0xFFFFD800), | |
| 600: Color(0xFFFFBB00), |