Skip to content

Instantly share code, notes, and snippets.

View correabuscar's full-sized avatar

Emanuel Czirai correabuscar

View GitHub Profile
@correabuscar
correabuscar / smartmontools_helium.patch
Last active July 7, 2024 07:32
WDC WUH721818ALE6L4 firmware updated from PCGNW120 to PCGNW870
helium level shows as
22 Helium_Level PO---K 100 100 025 - 6553700
on PCGNW870 vs PCGNW120
thus needs to be raw16 or raw8, can't do raw24 or raw32 as I get "Syntax error in preset option string"
but "raw24/raw32" works but it's same as raw48, wrong value.
now it's once again:
22 Helium_Level PO---K 100 100 025 - 0 100 100
if you want it to be this:
@correabuscar
correabuscar / footnotes.md
Created March 25, 2024 07:21
footnotes in github

Here is a simple footnote1. With some additional text after it.

Footnotes

  1. My reference.

@correabuscar
correabuscar / tooltips.md
Created March 25, 2024 01:14
markdown tooltips
@correabuscar
correabuscar / gist:ad80fbf7005f250bcf4fee9ea962c886
Last active November 8, 2022 05:04
Why my FireFox does not remember page zoom?
in addition to this https://support.mozilla.org/en-US/questions/1263153
my issue was solved by making sure the `about.config` setting
`browser.zoom.siteSpecific` is `true` instead of `false`.
The latter could happen if you use something akin to
https://github.com/pyllyukko/user.js
ie. https://github.com/pyllyukko/user.js/issues/374