Skip to content

Instantly share code, notes, and snippets.

View sylvainfaivre's full-sized avatar

Sylvain F sylvainfaivre

  • Marseille
  • 09:35 (UTC +02:00)
View GitHub Profile
@sylvainfaivre
sylvainfaivre / salt-formula-ci-update.md
Created April 9, 2025 16:01
How to update CI setup for your salt formula

How to update CI setup for your salt formula

Gemfile and Gemfile.lock

These define gems to use for kitchen, so no customization is needed, you can just copy these files from the template formula if they are outdated in your formula.

kitchen.yml

Check "driver" and "provisioner" section (probably nothing to change).

@sylvainfaivre
sylvainfaivre / thinkpad_cpu_throttling_lap_mode.md
Last active March 5, 2025 11:03
CPU throttling and "lap mode" on Lenovo Thinkpad laptops

CPU throttling and "lap mode" on Lenovo Thinkpad laptops

Test setup

Hardware : Lenovo Thinkpad P14s, Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz

Software : Ubuntu 21.10, Gnome 40.4.0, Linux 5.13.0

Background