Skip to content

Instantly share code, notes, and snippets.

View nasterfy's full-sized avatar

nasterfy nasterfy

View GitHub Profile
@nasterfy
nasterfy / idm_reset_trial.md
Created March 17, 2024 02:36 — forked from aljbri/idm_reset_trial.md
Internet Download Manager reset trial

IDM reset trial

Internet Download Manager (IDM) has two registry keys that are used to save the installation timestamp that considers the starting of the trial time. For resetting the timer both keys have to be deleted, besides other configurations that have to be reset to the default configuration.


To reset the time you can do it either by using the original setting that was used while installing the application for the first time. ConfigTime and MData have to be deleted, and the Thread value has to be set to 1 while the Model value will be set to 0x68. in addtion, you have to delete the IDM setting folder in this path %appdata%\IDM

  • copy the folowing code and save it in reg file
@nasterfy
nasterfy / server.json
Created March 14, 2024 20:32
codiego para aws s3
{
"Version":"2012-10-17",
"Id":"HTTP referer policy requests originating from emparejados.show",
"Statement":[
{
"Sid":"Allow only GET requests originating from emparejados.show and its subdomains.",
"Effect":"Allow",
"Principal":"*",
"Action":["s3:GetObject","s3:GetObjectVersion"],
"Resource":"arn:aws:s3:::emparejados.show/*",