Skip to content

Instantly share code, notes, and snippets.

View mon0theist's full-sized avatar

Abdul-Hakeem mon0theist

View GitHub Profile
@mon0theist
mon0theist / mon0cipher.conf
Created March 31, 2023 17:03
mon0cipher.conf - modified version of the NeonCipher conky config
########################################################################################
# #
# Conky, a system monitor, based on torsmo #
# https://github.com/brndnmtthws/conky #
# #
# This original config was written/modified by Neon Cipher (http://neoncipher.net) #
# #
########################################################################################
# #
# The Neon Cipher config was then edited by mon0theist (https://github.com/mon0theist) #
@mon0theist
mon0theist / neoncipher.conf
Created March 31, 2023 14:01
Conky Neoncipher.conf
# Conky, a system monitor, based on torsmo
#
# Any original torsmo code is licensed under the BSD license
#
# All code written since the fork of torsmo is licensed under the GPL
#
# Please see COPYING for details
#
# Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
# Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
@mon0theist
mon0theist / ProcessUM.ini
Last active January 2, 2021 21:45
Rainmeter Enigma - Process.ini - Updated to use UsageMonitor instead of AdvancedCPU
;---------------------------------------------------------------------
; ENIGMA PROCESS
; Skins/Enigma/Sidebar/Process/Process.ini
; Updated by mon0theist and xenniumReddit on 2020-12-29
[Rainmeter]
[Variables]
@include=[#@]User\Options.inc
@mon0theist
mon0theist / ufw-samba.md
Created July 25, 2020 08:42
Samba App Profile for UFW

/etc/ufw/applications.d/Samba

[Samba]
title=LanManager-like file and printer server for Unix
description=The Samba software suite is a collection of programs that implements the SMB/CIFS protocol for unix systems, allowing you to serve files and printers to Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred to as the LanManager or NetBIOS protocol.
ports=137,138/udp|139,445/tcp

Once you have defined your application file tell ufw to reload the application definitions with:

@mon0theist
mon0theist / fo4mods.txt
Created November 18, 2019 03:48
Fallout 4 Modlist
#Mod_Priority,#Mod_Status,#Mod_Name,#Nexus_ID,#Mod_Version
"0000","+","DLC: Ultra High Resolution Texture Pack",-1,""
"0001","+","DLC: Wasteland Workshop",-1,""
"0002","+","DLC: Vault-Tec Workshop",-1,""
"0003","+","DLC: Nuka-World",-1,""
"0004","+","DLC: Far Harbor",-1,""
"0005","+","DLC: Contraptions Workshop",-1,""
"0006","+","DLC: Automatron",-1,""
"0007","+","Armor and Weapon Keywords Community Resource (AWKCR)",6091,"8.51.0.0"
"0008","+","Power Armor Materials AND Paints (PAMAP)",4619,"2.21.0.0"
@mon0theist
mon0theist / xkcd_download.py
Created July 18, 2019 21:34
ATBS Chapter 11 xkcd Downloader
#!/usr/bin/python
# ATBS Chapter 11
# XKCD Downloader
# import modules
import requests, os, bs4
url = 'http://xkcd.com' # starting URL
os.makedirs('xkcd', exist_ok=True) # store comics in ./xkcd