Skip to content

Instantly share code, notes, and snippets.

View alexsaezm's full-sized avatar
Drinking coffee, probably

Álex Sáez alexsaezm

Drinking coffee, probably
View GitHub Profile
@mildsunrise
mildsunrise / fnmt_handle.py
Last active November 24, 2024 01:40
🔐 Open source implementation of FNMT's certificate configurator (https://twitter.com/mild_sunrise/status/1585611873860440067)
#!/usr/bin/env python3
'''
Open source implementation of FNMT's certificate configurator v4.0.6
<https://www.sede.fnmt.gob.es/descargas/descarga-software/instalacion-software-generacion-de-claves>
No warranty provided; use this ONLY if you know what you're doing.
Usage: ./fnmt_handle.py <fnmtcr URL>
Fulfills the request indicated by the URL, sending request to answer operation as completed if there are no errors.
For the fnmtcr://request phase, the generated private key is written, unencrypted, to "privkey.pem" in current directory.
@qguv
qguv / vscode-wayland.md
Last active December 23, 2025 11:43
Visual Studio Code: Enable native Wayland support

Native wayland support is now working consistently for me in VSCode, giving much better text rendering. Unfortunately, it's still hidden behind some command-line flags.

By adding some files to /usr/local/*, you can ensure that VSCode always launches with these flags.

Adding launch flags to VSCode

Assuming that the VSCode launcher is /usr/bin/code-oss (as is the case in Arch):

  1. Create /usr/local/bin/code-oss with the following content:

Hola!! Sabemos que las ofertas largas son un coñazo para mucha gente y yo me enrollo un montón, así que vamos a empezar por lo importante para que podáis descartar o seguir leyendo si os interesa.

TL;DR Estamos buscando una persona que se incorpore al equipo de TransparentCDN

Developer con alma de sysadmin, o sysadmin con alma de developer. Unos tres años mínimo de experiencia, sobre 30K según conocimientos y experiencia, y posibilidad de remoto. Escríbenos a joinus@transparentcdn.com con tu CV.

Versión extendida, (con escenas inéditas!)

En TransparentCDN nos va bastante bien y estamos buscando refuerzo para el equipo, de manera que con más manos podamos seguir haciendo cosas cada vez más chulas. La oferta es esta:

  • Qué: Necesitamos lo que los modernetes vienen llamando "un devops", pero a nosotros que no nos gusta el término preferimos decir "un perfil híbrido". No es un trabajo típico de sysadmin puesto que meterás mano al desarrollo (python y bash mayormente, aunque nos gusta probar cosas n
@leonardofed
leonardofed / README.md
Last active February 17, 2026 14:40
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


@alexsaezm
alexsaezm / profiles_to_D_allusers.reg
Created December 16, 2014 13:41
Windows Registry
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList]
"ProfilesDirectory"=hex(2):44,00,3a,00,5c,00,55,00,73,00,65,00,72,00,73,00,00,\
00
@rcmachado
rcmachado / Makefile
Last active September 28, 2024 13:29
Add a help target to a Makefile that will allow all targets to be self documenting
.SILENT:
.PHONY: help
# Based on https://gist.github.com/prwhite/8168133#comment-1313022
## This help screen
help:
printf "Available targets\n\n"
awk '/^[a-zA-Z\-\_0-9]+:/ { \
helpMessage = match(lastLine, /^## (.*)/); \
@rhythmus
rhythmus / markdownForFileNames.md
Last active November 19, 2024 02:40
Proposal for a lightweight, database-less, general purpose, name-based file management app

Proposal for a lightweight, database-less, general purpose, name-based file management app

First draft, Easter Sunday 2014

In line with current trends toward lean and simple software solutions reviving and repurposing long-established standards (open plain text vs proprietary rich text formats; file-based static site generators vs bloated database-driven CMSs), the present proposal inquires into a method (and its application) to device a lightweight, general-purpose solution for small-scale digital asset management.

No database is to be used, there shall be no external dependencies, all information carriers should be self-containing, and everything would be file-based. The software would build on a (yet to be established) convention of file naming, which would store metadata for arbitrary files inside the file name, advancing its portability across platforms.

Put as a — somewhat far-fetched — YC-style one-liner pitch: this proposal is about *

@dypsilon
dypsilon / frontendDevlopmentBookmarks.md
Last active March 5, 2026 10:16
A badass list of frontend development resources I collected over time.
@sleepsonthefloor
sleepsonthefloor / xen_install_basics.sh
Created October 20, 2011 23:43
Install Basics for Xenserver Devstack
#!/bin/sh
set -o xtrace
# Install basics for vi and git
yum -y --enablerepo=base install gcc make vim-enhanced zlib-devel openssl-devel
# Simple but usable vimrc
cat > /root/.vimrc <<EOF
syntax on
se ts=4