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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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) |
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 |
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.
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"]}