Skip to content

Instantly share code, notes, and snippets.

View Yandols's full-sized avatar

Yandols Z'eon X Yandols

View GitHub Profile
@Yandols
Yandols / icarus-imeji.sxcu
Last active July 30, 2019 11:45
Updated ShareX integration for Icarus Imeji Uploader at https://imeji.yandols.xyz
{
"Version": "12.4.1",
"Name": "Icarus Imeji Uploader Service",
"DestinationType": "ImageUploader",
"RequestMethod": "POST",
"RequestURL": "https://imeji.yandols.xyz/upload.php",
"Headers": {
"Authorization": "c2VraWhvdV8xOTA3RTA4QGltZWppX3ZhcmllZF9zdHJlYW1fdXBsb2Fk"
},
"Body": "MultipartFormData",
@Yandols
Yandols / fedora-autorestart-guide.txt
Last active July 23, 2016 07:50
Autorestarting on Fedora / systemd
How to make Red auto restart in case of crash, using systemd. This guide assumes you used the Fedora guide to install Red.
Run this command in terminal:
sudo nano /etc/systemd/system/multi-user.target.wants/red.service
Next, paste the following script (not including the lines), replace all instances of "username" with your fedora account name and "usergroup" with your user’s group (usually the same as the username, but you can check with 'groups username' in the terminal.)
-----------------------------------------------------------
[Unit]
Description=Red-DiscordBot Background Service