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.
  • 08:02 (UTC -06:00)
  • X @MasterGeekMX
View GitHub Profile
@MasterGeekMX
MasterGeekMX / journal.txt
Created September 20, 2019 01:57
Output from journalctl -b with amdgpu listed as first module in HOOKS=() list at mkinitcpio.conf
-- Logs begin at Fri 2019-08-02 13:01:29 CDT, end at Thu 2019-09-19 20:51:18 CDT. --
sep 19 20:42:31 Battlestar-Linux kernel: Linux version 5.2.14-arch2-1-ARCH (builduser@heftig-683567) (gcc version 9.1.0 (GCC)) #1 SMP PREEMPT Thu Sep 12 10:42:38 UTC 2019
sep 19 20:42:31 Battlestar-Linux kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0bc987cc-7ec0-4992-817b-96b3f74b5833 rw splash loglevel=3 quiet splash resume=UUID=1f508431-48ac-41b4-9cbb-b5d06446fa0a amdgpu.ppfeaturemask=0xffffffff
sep 19 20:42:31 Battlestar-Linux kernel: KERNEL supported cpus:
sep 19 20:42:31 Battlestar-Linux kernel: Intel GenuineIntel
sep 19 20:42:31 Battlestar-Linux kernel: AMD AuthenticAMD
sep 19 20:42:31 Battlestar-Linux kernel: Hygon HygonGenuine
sep 19 20:42:31 Battlestar-Linux kernel: Centaur CentaurHauls
sep 19 20:42:31 Battlestar-Linux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
sep 19 20:42:31 Battlestar-Linux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE register
@MasterGeekMX
MasterGeekMX / report
Created February 3, 2021 15:51
AIDA64 tablet specs report
<<< System >>>
Device Model: ECS TR10CS1
Device Type: Tablet
Manufacturer: ECS
Model: TR10CS1
Brand: IUSA
Board: clovertrail
Device: TR10CS1_8
Hardware: TR10CS1_8
@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>
@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 / 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: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 / 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 / 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 / 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 / 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)