Skip to content

Instantly share code, notes, and snippets.

View taichikuji's full-sized avatar
:shipit:
Keeping the bots charged

Iván Pérez taichikuji

:shipit:
Keeping the bots charged
View GitHub Profile
@taichikuji
taichikuji / README.md
Last active April 10, 2024 06:23
Get a DDNS up and running with DuckDNS - Step by Step

Get a DDNS up and running with DuckDNS - Step by Step

DDNS? What is that?

A dynamic DNS. DNS stands for Domain Name Server, which, in other words, is basically the server that answer your queries when you search for a hostname on the internet.

Example: If you search for "google.com" there will always (probably) a server that points out to that hostname and tells you the information the computer needs; the IP address.

If you want to give it a test, you only have to open your terminal and type "ping google.com" and you will see the real IP address appear! In my case it's 216.58.201.174 .

Anyways.. A DDNS is useful if you want to link or put a hostname to an IP that is not STATIC.

@taichikuji
taichikuji / README.md
Last active July 11, 2023 16:42
Guide on how to set up Simplemenu on the Powkiddy v90 devices using MiyooCFW on version 1.3.3

Setting up Simplemenu on the Powkiddy v90 with MiyooCFW; the proper way

Setting up Simplemenu

In order to get everything to work, first we need to set up Simplemenu as intended, let me give you a summary:

  1. First of all, I would like to mention and thank these two guides that made this whole thing possible: [1] and [2] below.

I have compiled a simplemenu zip that I will be attaching to this gist.

@taichikuji
taichikuji / README.md
Created August 17, 2020 21:41
steamcommunity output js file

Explanation

I will explain what is this about, and then I'll add the output file I got. On the day 17 of August of 2020, at around 23:20 CEST, steampowered.com, steamcommunity.com and support.steamcommunity.com went down, but not completely.

While playing around with the sites while all of this is happening, something interesting happened, and I saved the code just in case.

First file I got was the steamcommunity.js file while trying to access my own steam profile (It quickly got "fixed" and now it does not display anything).

Second file is just a generic html to explain that the site could not load properly because the site was down.