Skip to content

Instantly share code, notes, and snippets.

View Lillecarl's full-sized avatar
🦕
Dinosaurs are a lie!

Ujp8LfXBJ6wCPR Lillecarl

🦕
Dinosaurs are a lie!
View GitHub Profile
@Lillecarl
Lillecarl / Wayward_Ancestor.xml
Last active December 16, 2015 02:19
Leveling from 85 to 90 if you want. But i use it because of the green & blue droprates.
<?xml version="1.0" encoding="utf-8"?>
<HBProfile>
<Name>Wayward Ancestor</Name>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>1</MinFreeBagSlots>
<MinLevel>85</MinLevel>
<MaxLevel>91</MaxLevel>
<MailGrey>False</MailGrey>
// LilleCarl made this based on code from Pwntzyou. So fuck you.
#include "Chat.h"
#include "Language.h"
#include "Player.h"
#include "ScriptMgr.h"
#include "Opcodes.h"
#include "Common.h"
#define MSG_COLOR_MAGENTA "|cffff00ff"
@Lillecarl
Lillecarl / readme.txt
Last active October 10, 2023 21:30
Linux mangos/trinitycore restarter, made for *nix handicapped people. Creds to Dufernst for coming up with some ideas :). Thanks google for bash syntax... xD
To run wowadmin you must specify your servers locations inside the script and set the proper names.
The reason i use "oldname" and "newname" for worlserver binary is because you might want to run more then 1 realm, then you set up 2 wowadmin.sh clones, same authserver config, but different worldserver path and "newnames". This will make multirealming on linux very simple.
reports/suggestions? comment here or email: lillecarl RETARDEDA gmail.com
This gist will be updated when the restarter is. Regards
NEEDED PACKAGES:
@shihanng
shihanng / .chunkwmrc
Last active January 6, 2024 04:17
chunkwm + skhd
#!/bin/bash
#
# NOTE: specify the absolutepath to the directory to use when
# loading a plugin. '~' expansion is supported.
#
chunkc core::plugin_dir /usr/local/opt/chunkwm/share/chunkwm/plugins
#
@CRTified
CRTified / README.md
Last active May 5, 2024 15:57
VFIO Passthrough on NixOS

VFIO Setup on NixOS

Disclaimer: Nobody else tested my setup so far, so this is a "works on my machine" scenario. I am not responsible for anything you break on your machine (although I'd not expect much harm).

Hardware

My system has the following hardware:

  • Board: ASRock X570 Pro4
@Lillecarl
Lillecarl / settings.txt
Last active May 19, 2021 14:12
Firefox settings
# "services.sync.prefs.sync." <- prefix this for FireFox to sync it across all logged in browsers.
browser.link.open_newwindow = 3 # Open everything in new tabs
browser.link.open_newwindow.restriction = 0 # Force new tab for script windows as well
browser.tabs.unloadOnLowMemory = true # unload tabs when we're low on memory
toolkit.legacyUserProfileCustomizations.stylesheets = true # load userChrome.css
# network.http.sendRefererHeader = 0 # never send referer, this one breaks a lot of signins, don't use it.