Skip to content

Instantly share code, notes, and snippets.

View DaMoggen's full-sized avatar
🌴
Collecting NEETbux

DaMoggen

🌴
Collecting NEETbux
View GitHub Profile
@DaMoggen
DaMoggen / remmina-centos.sh
Last active January 21, 2021 09:48
Script to set up Remmina on CentOS 8 with autostart on boot.
#!/bin/bash
echo -e "\v\033[0;31mREMEMBER TO RUN THIS SCRIPT TWICE! \033[1;37m \n"
echo -e "\v\033[0;31mREMEMBER TO RUN THIS SCRIPT TWICE! \033[1;37m \n"
echo -e "\v\033[0;31mREMEMBER TO RUN THIS SCRIPT TWICE! \033[1;37m \n"
sleep 3
sudo dnf install epel-release -y
sudo dnf copr enable castor/remmina -y
sudo dnf install 'remmina*' -y
cd /usr/share/applications/
mkdir -p ~/.config/autostart/
@DaMoggen
DaMoggen / README.md
Last active May 25, 2018 10:31 — forked from sbaildon/README.md
Yakuza 0 Legend Dragon of Dojima/Mad Dog of Shimano styles AutoHotKey Script

Info

Using the PS4 Remote Play and AutoHotkey for Windows you can automate leveling up the Legend styles for Kiryu (Dragon of Dojima), and Majima (Mad Dog of Shimano). The PS4 Remote Play app allows keyboard emulation for the D-Pad, and "X" button only, but that's all that's necessary for leveling up your skill tree!

It will take approximately 5 minutes per level, anything faster can cause the script to fail

Usage