Skip to content

Instantly share code, notes, and snippets.

View Nibreos's full-sized avatar

Nibreos Nibreos

  • localhost
View GitHub Profile
@troyhunt
troyhunt / Eye4Fraud-SiteName-Values.csv
Last active May 10, 2024 04:51
Eye4Fraud SiteName values
Lovelyskin 3338541
Jomashop Magento 2342771
iTechDeals 1411036
tilebar.com 910699
AppliancesConnection 663130
CANADIANAPPLIANCE.CA 645213
MoodFabrics 585985
Botach.com 488274
BeachCamera 483356
ezcontactsusa 464685
@derrod
derrod / legendary_origin.md
Last active April 18, 2024 06:31
Star Wars Battlefront II on Linux via Legendary

Installing Star Wars: Battlefront II with Legendary

The game is not installed or downloaded via Epic, instead the Epic Games Launcher launches Origin to link your account to install the game. This can be done manually to still be able to install and download the game without the Epic Games Launcher.

Installing Origin

Origin needs to be installed and working for this, please consult https://github.com/lutris/docs/blob/master/Origin.md for how to get it running on Linux via Lutris.

On Windows Origin just needs to be installed and ideally updated to the current version.

@ovelny
ovelny / timeshift-archlinux-fix.md
Last active July 15, 2024 13:26
Fix for scheduled backups with Timeshift and Arch Linux

Issue

If you installed Timeshift from the AUR package (https://aur.archlinux.org/packages/timeshift/), you'll find that scheduled backups may not work. This is due to cronie being disabled by default.

Fix

Check if cronie is present first:

systemctl list-unit-files | grep cronie
@bfrigon
bfrigon / gedit_syntax_dialplan.lang
Created February 23, 2017 02:32
Dialplan syntax highlight definition file for gedit
<!--
**************************************************************************
*
* Title : Asterisk Dialplan language definition
* Author : Benoit Frigon (bfrigon@gmail.com)
*
**************************************************************************
-->
<language id="ast_dialplan" _name="Asterisk Dialplan" version="2.0" _section="Sources">
<metadata>
@plentz
plentz / nginx.conf
Last active July 15, 2024 17:46
Best nginx configuration for improved security(and performance)
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048