- Greg's Wiki
- The Linux Documentation Project
- Linux Bash Shell Scripting Tutorial
- The Art of Command Line
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
// ==UserScript== | |
// @name redd.it short link | |
// @homepageURL https://gist.github.com/Brottweiler/e5210b59ad4a3ffba6c9b6977e5bce70 | |
// @downloadURL https://gist.github.com/Brottweiler/e5210b59ad4a3ffba6c9b6977e5bce70/raw/reddit-shortlink.user.js | |
// @namespace Violentmonkey Scripts | |
// @match https://www.reddit.com/r/*/comments/* | |
// @grant none | |
// @version 1.2 | |
// @author Brottweiler | |
// @description Adds a way to get the redd.it short link for new reddit. |
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
from mcstatus import JavaServer | |
import discord | |
import asyncio | |
import re | |
IP = '' | |
TOKEN = '' | |
server = JavaServer.lookup(IP) | |
client = discord.Client(intents=discord.Intents.default()) |
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
// ==UserScript== | |
// @name simple minecraft.wiki redirect | |
// @namespace https://gist.github.com/7f4704f8f189c4f08307a6eccc9be621 | |
// @match https://minecraft.fandom.com/wiki/* | |
// @match https://minecraft-archive.fandom.com/wiki/* | |
// @icon https://minecraft.wiki/favicon.ico | |
// @grant none | |
// @version 0.1 | |
// @description Simple redirect script to the new wiki. | |
// ==/UserScript== |
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
.theme-dark { | |
--background-primary: #000; | |
--background-secondary: #000; | |
--background-secondary-alt: #000; | |
--background-tertiary: #000; | |
--background-floating: #000; | |
--status-warning-text: #000; | |
--scrollbar-thin-thumb: #111; | |
--scrollbar-auto-thumb: #111; | |
--scrollbar-auto-scrollbar-color-thumb: #111; |
Setting | Type | Description |
---|---|---|
-novid |
Option | disable intro video |
-nojoy |
Option | disable joystick |
-softparticlesdefaultoff |
Option | render particles without feathering |
-limitvsconst |
Option | limits vertex shaders to 256 |
-nohltv |
Option | disables Source TV features |
+mat_disable_fancy_blending 1 |
Command | disables fancy blending |
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
[Unit] | |
Description=Empty trash older than 30 days | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/bin/trash-empty 30 |
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
[Desktop Entry] | |
Name=Simple Terminal | |
GenericName=Terminal | |
Comment=Suckless terminal emulator for X | |
Exec=st -t "Simple Terminal" | |
Terminal=false | |
Type=Application | |
Encoding=UTF-8 | |
Icon=utilities-terminal | |
Categories=System;TerminalEmulator; |
There are a few resourcepacks out there trying to reimplement the alpha and beta Minecraft full block chest. Usually this is done using Custom Entity Models, either using Optifine or Fabric, but it's still an entity model.
Instead, we can use a mod called Enhanced Block Entities which turns chests (and other entities) into block models. This by itself makes the chests lag less since they are rendered as a block and not an entity, but we can now easily turn those 14x14 block models into 16x16, and disable the opening animation, to get that alpha/beta feel.
Note: Also works with FastChest since v0.4. FastChest only provides functionality for chests and no other blocks. EBE is still recommended over FastChest
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
GIMP Palette | |
Name: Minecraft Chat Colors | |
Columns: 16 | |
# | |
0 0 0 Black | |
0 0 170 Dark Blue | |
0 170 0 Dark Green | |
0 170 170 Dark Aqua | |
170 0 0 Dark Red | |
170 0 170 Dark Purple |
NewerOlder