Skip to content

Instantly share code, notes, and snippets.

View superpowers04's full-sized avatar

Super superpowers04

View GitHub Profile
@superpowers04
superpowers04 / changelog.md
Last active February 3, 2022 07:23
Figura Unofficial Changelog Compilation
@superpowers04
superpowers04 / Hijackthisaltforunix.sh
Last active October 15, 2020 01:17
A alternative to hijackthis for linux
#!/bin/bash
#echo "We need you to run this as root for diagnostics, If you do not understand what this means then just enter your system password below, It will not show the password for security reasons"
function check {
printf "Hijackthis alternative for Unix using bash\nRun by:\n$USER \nUname:\n"
uname -a
printf "Java -version output:\n"
java -version &2>1
if [[ -e /lib/jvm ]];then
printf "\nJava installations in /lib/jvm:\n"