Add yourself to the docker
group to be able to run containers as non-root (see Post-install steps for Linux).
This gist contains service descriptors which may be used to automatically start and re-start Minecraft servers using systemd. This allows proper control of your server startup on modern Linux distributions and will automatically manage all required tasks on startup for you.
This file contains 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
[Adblock Plus 2.0] | |
! Title: IMBALIST | |
! Homepage: https://gist.github.com/imba-tjd/2c9817233ac6798d4f2bfe057f781ca5 | |
! Expires: 10 days | |
! 使用方法:将 https://gist.githubusercontent.com/imba-tjd/2c9817233ac6798d4f2bfe057f781ca5/raw/IMBALIST.TXT 添加到uBO的规则列表中 | |
! humblebundle领取key页面 | |
www.humblebundle.com##.download-mosaic | |
www.humblebundle.com##.coupon.whitebox-redux | |
www.humblebundle.com##.js-subproduct-whitebox-holder > .whitebox-redux |
This file contains 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
#!/usr/bin/env python2 | |
# -*- coding: utf-8 -*- | |
''' | |
PPA=$1 | |
if [ -z $PPA ] then; | |
echo "PPA is required. E.g: | |
fi | |
DIRECTORY=${2:-ubuntu} |
This file contains 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
using Microsoft.AspNetCore.Mvc; | |
using Microsoft.AspNetCore.Mvc.Filters; | |
using System; | |
using System.Collections.Generic; | |
using System.Net; | |
using System.Text; | |
namespace Aiursoft.Pylon.Attributes | |
{ | |
public class LimitPerMin : ActionFilterAttribute |