Skip to content

Instantly share code, notes, and snippets.

View hgomez's full-sized avatar

Henri Gomez hgomez

View GitHub Profile
@hgomez
hgomez / NotSoOldChapNeverDie.MD
Created March 17, 2024 19:11
MacBookPro 10.1 / OSX Sonoma (thanks to OpenCore Legacy Patcher)

MacBookPro 10.1 - CPU i7 3740QM

$ sysctl -n machdep.cpu.brand_string
Intel(R) Core(TM) i7-3740QM CPU @ 2.70GHz

OSX Sonoma

@hgomez
hgomez / OldChapNeverDie.MD
Last active March 10, 2024 17:40
MacBookPro 5.3 / OSX Monterey (thanks to OpenCore Legacy Patcher)

MacBookPro 5.3 - CPU Core2Duo 2.66Ghz

henri@OldMBP-Henri Downloads % sysctl -n machdep.cpu.brand_string
Intel(R) Core(TM)2 Duo CPU     T9600  @ 2.80GHz

OSX Montery

henri@OldMBP-Henri ~ % sw_vers
@hgomez
hgomez / howto-openstack-zed-rocky-linux-9.1.md
Last active March 10, 2023 16:59
How to install OpenStack Zed on RockyLinux 9.1 - Using DevStack

OpenStack Zed on Rocky Linux 9.1 - Using DevStack

Let see how to deploy OpenStack Zen on Rocky Linux 9.1

This time, I will try to use DevStack

Rocky Linux 9.1

Install Rocky Linux 9.1, minimal setup, using DVD ISO

@hgomez
hgomez / flash-esp32.md
Last active June 18, 2021 12:34
Flash ESP32
@hgomez
hgomez / Fix AC9560 on Fedora 32.md
Last active November 17, 2022 22:31
How to fix unstable Intel Wireless-AC 9560 on Fedora 32

Problem

I have a Dell Inspiron 15 7586 with Fedora 32. Wifi AC is provided by an Intel AC 9560.

dmesg | grep iwlwifi
...
[   16.978385] iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9560, REV=0x318
...
@hgomez
hgomez / tmux-cheatsheet.markdown
Created June 14, 2019 15:17 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@hgomez
hgomez / clean-up-boot-partition-ubuntu.md
Created August 25, 2018 09:45 — forked from ipbastola/clean-up-boot-partition-ubuntu.md
Safest way to clean up boot partition - Ubuntu 14.04LTS-x64

Safest way to clean up boot partition - Ubuntu 14.04LTS-x64

Reference

Case I: if /boot is not 100% full and apt is working

1. Check the current kernel version

$ uname -r 
@hgomez
hgomez / Dockerfile
Created November 1, 2017 16:59
Dockerfile, Sonarqube 6.6 + Latest SonarJava
FROM sonarqube:6.6
RUN rm -f /opt/sonarqube/extensions/plugins/sonar-java-plugin*.jar && \
wget -O /opt/sonarqube/extensions/plugins/sonar-java-plugin-4.15.0.12310.jar https://github.com/SonarSource/sonar-java/releases/download/4.15-RC1/sonar-java-plugin-4.15.0.12310.jar
Containers: 1
Images: 50
Storage Driver: devicemapper
Pool Name: docker-8:17-788702-pool
Pool Blocksize: 65.54 kB
Backing Filesystem: extfs
Data file: /dev/loop0
Metadata file: /dev/loop1
Data Space Used: 1.268 GB
Data Space Total: 107.4 GB
@hgomez
hgomez / ssl.md
Last active October 20, 2017 07:02 — forked from mxlje/ssl.md
SSL Certificate Commands

These commands are needed every time you want to generate a new certificate signing request to give to an authority in order for them to generate and sign a certificate for you.

I constantly forget how this stuff works so I collected the most important ones here for easy copy & paste.

There is good information available on https://www.h2check.org/deploy, and they also go into detail on HTTP/2.