Skip to content

Instantly share code, notes, and snippets.

View MasterGeekMX's full-sized avatar
🟢
/dev/random

L. Manuel MasterGeekMX

🟢
/dev/random
  • UAM-I
  • Mexico City, Earth, Sol system, Milky Way.
  • 07:49 (UTC -06:00)
  • X @MasterGeekMX
View GitHub Profile
@MasterGeekMX
MasterGeekMX / gifnopor.sh
Created March 23, 2024 05:25
Script para hacer gifs nopor #GraciasTaringa
#!/bin/bash
# Para que esta cosa funque, necesitan tener instalados FFMPEG y GifSicle
# Además, los videos deben estar en MP4 y tener una carpeta llamada "Gifs para taringa" al lado del script
# Primero checamos que tengamos todos los parámetros
if [[ -z $1 ]]
then
echo "no me diste el video, troesma"
exit 1
fi
@MasterGeekMX
MasterGeekMX / guia_instalacion_arch_linux.md
Last active November 13, 2023 05:33 — forked from mjkstra/arch_linux_installation_guide.md
Una guía de instalación moderna y actualizada de Arch Linux con BTRFS en un sistema UEFI
@MasterGeekMX
MasterGeekMX / ipod-albums.md
Created December 10, 2022 20:04
iPod nano albums
  1. Mike Oldfield - Tubular Bells III (1998)

    I'm a huge fan of Mike Oldfield, my favorite musician (he is the guy behind the exorcist theme BTW) and I wanted to have him on the image for sure. TB3 is the third part of his tubular saga?. A bit of a controversial album because he moved to the Spanish island of Ibiza, famous for all the night clubs it has, so this album has a clear night club influence. Coming from a guy that used to make a sort of progressive rock, it is baffling. But I love it.

  2. Lindsey Stirling - Shatter Me (2014)

    I mean, I think you probably know her already. If not, well, she is a fabulous violinist, composer and dancer! This is her second album, where she performs her signature style of modern violin.

  3. Arjen Anthony Lucassen - Lost in the New Real (2013)

@MasterGeekMX
MasterGeekMX / Hola.java
Created October 23, 2022 04:57
Como crear un archivo ejecutable .jar a mano desde una terminal.
public class Hola{
public static void main(String[] args){
System.out.println("Qiubole");
}
}
@MasterGeekMX
MasterGeekMX / var-cache-akmods-VirtualBox-6.1.32-1-for-5.16.17-200.fc35.x86_64.failed.log
Created March 29, 2022 19:09
Error log of sudo akmods --kernels 5.16.17-200.fc35.x86_64
2022/03/29 13:04:41 akmods: Building RPM using the command '/sbin/akmodsbuild --kernels 5.16.17-200.fc35.x86_64 /usr/src/akmods/VirtualBox-kmod.latest'
| ^~~~~~
./include/linux/string.h:162:15: note: 'memchr' is declared in header '<string.h>'
make[1]: *** [scripts/Makefile.build:287: /tmp/akmodsbuild.EMK8kOfz/BUILD/VirtualBox-kmod-6.1.32/_kmod_build_5.16.17-200.fc35.x86_64/vboxdrv/SUPDrvSem.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from ./arch/x86/include/asm/percpu.h:27,
from ./arch/x86/include/asm/preempt.h:6,
from ./include/linux/preempt.h:78,
from ./include/linux/spinlock.h:55,
from /tmp/akmodsbuild.EMK8kOfz/BUILD/VirtualBox-kmod-6.1.32/_kmod_build_5.16.17-200.fc35.x86_64/vboxdrv/linux/../SUPDrvInternal.h:79,
@MasterGeekMX
MasterGeekMX / scrollbars.css
Last active September 4, 2021 06:23
CSS for scrollbars
/*
the colors you see (@main-normal, @main-dark, @gray2, etc)
are defined in an external file. here I will provide those valuse for the sake of completeness
*/
@define-color gray1 #101010;
@define-color gray2 #202020;
@define-color gray3 #404040;
@define-color main-normal #00FFFF;
@MasterGeekMX
MasterGeekMX / grub.cfg
Created August 8, 2021 21:25
/boot/efi/EFI/BOOT/grub.cfg
search.fs_uuid 22c96d94-6cec-4b96-a00f-1742ab80c17b root hd0,gpt3
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
@MasterGeekMX
MasterGeekMX / grub.cfg
Created August 8, 2021 21:25
/boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
@MasterGeekMX
MasterGeekMX / grub.cfg
Created August 8, 2021 21:24
/usr/share/doc/grub-common/examples/grub.cfg
#
# Sample GRUB configuration file
#
# Boot automatically after 30 secs.
set timeout=30
# By default, boot the GNU/Linux
set default=gnulinux
@MasterGeekMX
MasterGeekMX / SCP-5031.html
Created March 29, 2021 15:32
The code that I used for the SCP-5031 meme.
<div class="note">
<p>29/02/2020</p>
<p style="text-align: center;"><strong><span style="font-size:150%;"><tt>ROUND 9 TESTS (COOKING) - RESULTS</tt></span></strong></p>
<p><b>Foreword:</b> SCP-5031 prepared some meals out of their personal assortment of recipes that it invented, and they were pressented to proffesional chef Gordon Ramsay, with the cover-up story that they were preparred by a gastronomy student.</p>
<p><b>Afterword:</b></p><br>
<img src="https://i0.kym-cdn.com/photos/images/newsfeed/001/329/766/3a9.gif" alt="da meme">
</div>