Visit this page and download the clientside-mod-autoloader
You should receive a file named similarly to zz_clientmodloadingmap_425.zip
Unzip the contents of the archive, you should be getting a file named zz_clientmodloadingmap_425.pak
Visit this page and download the clientside-mod-autoloader
You should receive a file named similarly to zz_clientmodloadingmap_425.zip
Unzip the contents of the archive, you should be getting a file named zz_clientmodloadingmap_425.pak
| ### | |
| ### | |
| ### UPDATE: For Win 11, I recommend using this tool in place of this script: | |
| ### https://christitus.com/windows-tool/ | |
| ### https://github.com/ChrisTitusTech/winutil | |
| ### https://www.youtube.com/watch?v=6UQZ5oQg8XA | |
| ### iwr -useb https://christitus.com/win | iex | |
| ### | |
| ### OR take a look at | |
| ### https://github.com/HotCakeX/Harden-Windows-Security |
| If this is hard to read in your browser, just copy the text and paste it into your editor. | |
| Turn 'line wrapping' on. :) | |
| This is a 'how to' for anyone interested in a i3 setup and also for anyone currently | |
| using i3 and wants to tweak there setup a little more. I am constantly updating my | |
| i3 config with cool 'stuff.' I hope you enjoy reading and if you use some of the code, | |
| great! I don't know everything and am still learning, too. :) | |
| This is my system settings for i3. Specifically, I use [Manjaro i3](https://forum.manjaro.org/index.php?topic=28022.0). |
| #!/usr/bin/env python | |
| #------------------------------------------------- | |
| # file: twitcher.py | |
| # author: Florian Ehmke | |
| # description: dmenu for twitch streams | |
| #------------------------------------------------- | |
| import argparse | |
| import requests | |
| from subprocess import Popen, PIPE, STDOUT |
_________ _____ _______________ _____
\_ ___ \\ \\___________ \____ / ____\ ~/.bash/cliref.md
/ \ \/| | | || _/ __ \ __\ copy/paste from whatisdb
\ \___|__ |_|_ || | \ __/|_ | http://pastebin.com/yGmGiDQX
\________ /_____ \_||____|_ /____ /_| [email protected]
20160515 \/ 1527 \/ \/ \/
alias CLIRef.txt='curl -s "http://pastebin.com/raw/yGmGiDQX" | less -i'
| #!/bin/bash | |
| ##################################################### | |
| # Name: Bash CheatSheet for Mac OSX | |
| # | |
| # A little overlook of the Bash basics | |
| # | |
| # Usage: | |
| # | |
| # Author: J. Le Coupanec | |
| # Date: 2014/11/04 |
This configuration is not maintained anymore. You should think twice before using it, Breaking change and security issue will likely eventually happens as any abandonned project.
| #~/.mutt/aliases | |
| alias nick Nicholas Levandoski <[email protected]> | |
| alias tim Timothy Pitt <[email protected]> | |
| alias steven Steven Jackson <[email protected]> | |
| alias kaleb Kaleb Hornsby <[email protected]> | |
| alias alug-admin nick, tim, steven |