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
Let's shame these bitches' and their providers! | |
IPs and URL paths they were trying to access. | |
Suspect IP: 3.101.133.201 | Path: /.git/config | |
Suspect IP: 3.147.44.161 | Path: /.git/config | |
Suspect IP: 3.235.53.4 | Path: /.git/ | |
Suspect IP: 4.201.105.33 | Path: /.git/config | |
Suspect IP: 4.201.105.33 | Path: /.git/config | |
Suspect IP: 13.37.106.179 | Path: /wordpress | |
Suspect IP: 13.37.106.179 | Path: /wordpress |
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
// SPDX-License-Identifier: MIT | |
use std::fmt; | |
use clap::Parser; //just for argument parsing | |
use colored::Colorize; //colored output | |
#[derive(Debug)] | |
pub struct QuietErr(Option<String>); | |
impl fmt::Display for QuietErr { | |
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | |
if let Some(ref msg) = self.0 { |
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
/* | |
SourcePawn is Copyright (C) 2006-2015 AlliedModders LLC. All rights reserved. | |
SourceMod is Copyright (C) 2006-2015 AlliedModders LLC. All rights reserved. | |
Pawn and SMALL are Copyright (C) 1997-2015 ITB CompuPhase. | |
Source is Copyright (C) Valve Corporation. | |
All trademarks are property of their respective owners. | |
This program is free software: you can redistribute it and/or modify it | |
under the terms of the GNU General Public License as published by the | |
Free Software Foundation, either version 3 of the License, or (at your |
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
[globals] | |
additional_kernel_parameters = "swapaccount=1" | |
addons_default = "no" | |
base_product_license_directory = "/usr/share/licenses/product/base/" | |
boot_timeout = "8" | |
default_ntp_setup = "yes" | |
default_target = "" | |
dhclient_set_hostname = "yes" | |
disable_os_prober = "yes" | |
disable_register_w3m = "no" |
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
{ | |
"manifest_version": 2, | |
"version": "5.0", | |
"name": "Sweet-Dark Fixed", | |
"theme": { | |
"images": {}, | |
"properties": {}, | |
"colors": { | |
"toolbar": "rgb(22, 25, 37)", | |
"toolbar_field": "rgb(12, 14, 20)", |
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 | |
export h=~/compatibilitytools.d/ ; | |
mkdir $h ; cd $h ; | |
wget https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton8-13/GE-Proton8-13.tar.gz ; | |
tar -zxf GE-Proton8-13.tar.gz ; | |
rm GE-Proton8-13.tar.gz ; | |
if ln -s $(echo ~)/compatibilitytools.d/GE-Proton8-13/files/bin/wine64 ~/wine64; then echo 'Symlink: ~/wine64'; else printf '#!/bin/bash\nexec ~/compatibilitytools.d/GE-Proton8-13/files/bin/wine64' > ~/wine64; printf 'Failed to create symlink.\nScript: ~/wine64'; chmod +x ~/wine64; fi; | |
if ln -s $(echo ~)/compatibilitytools.d/GE-Proton8-13/files/bin/wine ~/wine; then echo 'Symlink: ~/wine'; else printf '#!/bin/bash\nexec ~/compatibilitytools.d/GE-Proton8-13/files/bin/wine' > ~/wine; printf 'Failed to create symlink.\nScript: ~/wine'; chmod +x ~/wine; fi |
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
[starterx4@doadgrz ~]$ easyeffects -q | |
[starterx4@doadgrz ~]$ G_MESSAGES_DEBUG=easyeffects easyeffects | |
(process:5689): easyeffects-DEBUG: 16:05:25.395: easyeffects.cpp:35 easyeffects version: 7.0.0 | |
(process:5689): easyeffects-DEBUG: 16:05:25.396: easyeffects.cpp:45 locale directory: /usr/share/locale | |
(easyeffects:5689): easyeffects-DEBUG: 16:05:25.397: presets_manager.cpp:49 system input presets directory: "/etc/easyeffects/input"; | |
(easyeffects:5689): easyeffects-DEBUG: 16:05:25.397: presets_manager.cpp:49 system input presets directory: "/etc/xdg/easyeffects/input"; | |
(easyeffects:5689): easyeffects-DEBUG: 16:05:25.397: presets_manager.cpp:49 system input presets directory: "/home/starterx4/.config/kdedefaults/easyeffects/input"; | |
(easyeffects:5689): easyeffects-DEBUG: 16:05:25.397: presets_manager.cpp:52 system output presets directory: "/etc/easyeffects/output"; | |
(easyeffects:5689): easyeffects-DEBUG: 16:05:25.397: presets_manager.cpp:52 system output presets dire |
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
#pragma semicolon 1 | |
#include <colors> | |
#include <sourcemod> | |
#include <builtinvotes> | |
int targetSwitchClientID = -1; | |
public Plugin myinfo = | |
{ | |
name = "Vote To Spec", |
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
/* | |
* | |
* This program is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by | |
* the Free Software Foundation, either version 3 of the License, or | |
* (at your option) any later version. | |
* | |
* This program is distributed in the hope that it will be useful, | |
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
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/sh | |
# replace "steam" with the user you created, leave it alone if you've actually called your user "steam" | |
S_USER="steam" | |
# Do not change this path | |
PATH=/bin:/usr/bin:/sbin:/usr/sbin | |
# The path to the home folder, only change this if you have a different installation path than in the guide. | |
DIR=/home/steam |
NewerOlder