Skip to content

Instantly share code, notes, and snippets.

View EXtremeExploit's full-sized avatar
:octocat:
8 cat

Pedro Montes Alcalde EXtremeExploit

:octocat:
8 cat
View GitHub Profile
@Shika-B
Shika-B / fix_discord.md
Last active March 11, 2023 16:37
Discord lagging during long calls on Linux

My discord was lagging increasingly during long calls on my Manjaro installation. I searched a bit on the Wiki but the fix shared there didn't work for. What worked for me is this answer on the Discord support forum, that I will detail a bit here. Start by moving to the right folder:

cd ~/.config/discord/<your_version>/modules/discord_desktop_core

Then, depending on whether you are a javascript developer or not, you may need to install the npm package of your distribution. On Arch/Manjaro, yay -S npm will do. Once this is done, unpack the core.asar file with

npx asar extract core.asar core
@EXtremeExploit
EXtremeExploit / osuGuide.md
Last active March 31, 2024 00:05
Installation guide to installing osu! on Arch Linux

osu! Arch Linux guide install

Installing wine

  • Install wine from the official repositories, wine 7.12 is stable enough to run osu!
$ sudo pacman -S wine

Installing wine dependecies

@vistafan12
vistafan12 / rafisskins.md
Last active March 12, 2024 20:36
Rafis Skins Official

Rafis Skins Official

This is Rafis's official and latest github with skins.

His Discord - https://discordapp.com/invite/rafis

His Twitch - https://www.twitch.tv/rafis0

Skins are usually made by [RK] or Rafis mixing stuff from various artists.

Moderator - vistafan12 (vistafan12 - dm me on Discord if any skin is missing)

anonymous
anonymous / mlp_logo.patch.diff
Created February 18, 2013 17:19
mlp_logo.patch
diff --git a/drivers/video/logo/Kconfig b/drivers/video/logo/Kconfig
index 39ac49e..3878ccf 100644
--- a/drivers/video/logo/Kconfig
+++ b/drivers/video/logo/Kconfig
@@ -27,6 +27,10 @@ config LOGO_LINUX_CLUT224
bool "Standard 224-color Linux logo"
default n
+config LOGO_MLP_CLUT224
+ bool "MLP:FiM 224-color Linux logo"