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
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| ''' | |
| Follow these steps to configure the webhook in Slack: | |
| 1. Navigate to https://<your-team-domain>.slack.com/services/new | |
| 2. Search for and select "Incoming WebHooks". |
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
| #!/bin/bash | |
| # You can call this script like this: | |
| # $./volume.sh up | |
| # $./volume.sh down | |
| # $./volume.sh mute | |
| function get_volume { | |
| amixer get Master | grep '%' | head -n 1 | cut -d '[' -f 2 | cut -d '%' -f 1 | |
| } |
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
| gistup |
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
| [13Dec2022 23:10:06.233] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: KidsUsername joined the game | |
| [13Dec2022 23:10:06.233] [Netty Server IO #6/WARN] [com.connectivity.Connectivity/]: io.netty.channel.StacklessClosedChannelException | |
| [13Dec2022 23:10:06.233] [Netty Server IO #6/WARN] [com.connectivity.Connectivity/]: io.netty.channel.StacklessClosedChannelException | |
| [13Dec2022 23:10:06.233] [Netty Server IO #6/WARN] [com.connectivity.Connectivity/]: io.netty.channel.StacklessClosedChannelException | |
| [13Dec2022 23:10:06.233] [Netty Server IO #6/WARN] [com.connectivity.Connectivity/]: io.netty.channel.StacklessClosedChannelException | |
| [13Dec2022 23:10:06.233] [Netty Server IO #6/WARN] [com.connectivity.Connectivity/]: io.netty.channel.StacklessClosedChannelException | |
| [13Dec2022 23:10:06.233] [Netty Server IO #6/WARN] [com.connectivity.Connectivity/]: io.netty.channel.StacklessClosedChannelException | |
| [13Dec2022 23:10:06.233] [Netty Server IO #6/WARN] [com.connectivity.Connectivity/]: io.netty.channel.St |
OlderNewer