Skip to content

Instantly share code, notes, and snippets.

View jesussuarz's full-sized avatar
🌀
Verified

Jesus Suarez jesussuarz

🌀
Verified
View GitHub Profile
@jesussuarz
jesussuarz / How to Retrieve Secret Credentials from Jenkins for Docker Registry.md
Last active March 19, 2024 23:49
How to Retrieve Secret Credentials from Jenkins for Docker Registry

How to Retrieve Secret Credentials from Jenkins for Docker Registry

First off, I want to state that what I'm about to describe isn't lawful. If you need access to secret credentials, you should request them from your administrator. I am not responsible for any misuse of this information.

Understanding Our Goal

The aim is to obtain secret keys for Docker registry repositories accessible from a pipeline.

The Problem

When a pipeline runs, Docker registry credentials aren't exposed in the output. This is a security measure; credentials are replaced with asterisks, like so:

@jesussuarz
jesussuarz / Fix error JAVA PATH Site24x7 On-Premise Poller.md
Last active March 23, 2024 07:12
Fix error JAVA PATH Site24x7 On-Premise Poller

Fix error JAVA PATH Site24x7 On-Premise Poller

I recently encountered a somewhat annoying issue while attempting to install the Site24x7 On-Premise Poller on an AlmaLinux 8.9 machine.

The problem manifested as follows:

./Site24x7OnPremisePoller_64bit.bin Preparing to install... 
Extracting the JRE from the installer archive... 
Unpacking the JRE... 
@jesussuarz
jesussuarz / whmcs.md
Last active April 22, 2025 23:00
Question forum for whmcs bypass with full updates

Hello, welcome to this project. The purpose of this project is to track updates from the whmcsfull.com site and ensure the latest versions are made available.

I want to emphasize that this project is for educational purposes only. I do not intend to cause any inconvenience or engage in any illegal activities. My sole intention is to provide others with an opportunity to test the software. If you have the means to purchase the software officially, I encourage you to do so.

Feel free to share your ideas or questions; I will respond as soon as possible.

Best regards.

@jesussuarz
jesussuarz / Fixing: Passbolt Recovery Emails Not Arriving or Rarely Arriving.md
Last active February 10, 2024 09:25
Fixing: Passbolt Recovery Emails Not Arriving or Rarely Arriving

Fixing: Passbolt Recovery Emails Not Arriving or Rarely Arriving

I spent an entire day working to uncover solutions for this issue. Hopefully, you can appreciate the effort with a comment 😊

There are two paths to consider. It's important to note that all steps were taken on a CentOS 7 server with a PRO installation (which allows updating from the Passbolt master branch).

Solution 1: Adjusting Mail Size Limits

Firstly, check if the Postfix mail server is queuing the emails. This can be done by tailing the mail log file:

@jesussuarz
jesussuarz / Connection Speed Tests on OVH Network Servers.md
Created February 7, 2024 05:34
Connection Speed Tests on OVH Network Servers

Connection Speed Tests on OVH Network Servers

For Windows Servers:

Simply navigate to the following link from your server's web browser: http://proof.ovh.net

For Linux Servers:

Find available files to test different connection sizes:

@jesussuarz
jesussuarz / Fixing Connection SSH Issues from ESXi 8 to a Remote Server on OVH Servers.md
Last active February 6, 2024 05:00
Fixing Connection SSH Issues from ESXi 8 to a Remote Server on OVH Servers

Fixing Connection SSH Issues from ESXi 8 to a Remote Server on OVH Servers

If you're facing difficulties when trying to connect from an ESXi 8 server hosted on OVH to another remote server, here's a step-by-step solution to resolve it.

Step 1: Verify the Status of the SSH Service

First, it's important to confirm whether the SSH service is enabled on your ESXi 8 server. To do so, execute the following command:

chkconfig --list | grep on
@jesussuarz
jesussuarz / Change User Role to Administrator in Passbolt from the Database using phpMyAdmin.md
Last active February 4, 2024 01:41
Change User Role to Administrator in Passbolt from the Database using phpMyAdmin

Change User Role to Administrator in Passbolt from the Database using phpMyAdmin

If you have a user in Passbolt and have access to the database, you can make that user an administrator by following these steps:

Step 1: Access phpMyAdmin on your server

First, log in to phpMyAdmin on your server.

Step 2: Access the Role Table

Quitar texto "Powered by WHMCompleteSolution" sin cambiar tipo de licencia.

Para quitar esto sin tener que modificar tu plantilla seria con un archivo hook.

para esto crea un archivo llamado remover.php en includes/hooks

con el siguiente contenido:

<?php
add_hook('ClientAreaFooterOutput', 1, function($vars) {

hook para actualizar moneda COP automáticamente.

Para resumir el siguiente hook actualiza la moneda COP de WHMCS automáticamente, moneda la trae desde: currencyconverterapi.com

Primero debes generar un key free para la api que lo puedes hacer desde: https://free.currencyconverterapi.com/free-api-key

Luego, Cree un archivo llamado update_cop.php en la carpeta /includes/hooks/

Cambia los valores de la variable $apiKey en el código siguiente:

hook para agregar bloque de saldo al área de cliente de WHMCS.

El problema: Resulta que uno de nuestros clientes en la empresa indicaba hace unos días que no podía salía ninguna opción para agregar saldo en la página. por lo tanto hice este plugin basado en uno viejo que había en internet.

el siguiente código debes pegarlo con el nombre: agregar_fondos.php en includes/hooks de tu whmcs.

<?php
/**
* Mostrar saldo en el area de clientes