Step-by-step guide to transfer and set up an old GPG key (for Git commit signing) on a new machine.
| ################################################################################ | |
| ########### 2025 June 29 - TLP P14s Gen 5 AMD by Sylvain POULAIN ############ | |
| ########### 2025: - Changed ondemand governor with reduced cpu freq ############ | |
| ########### - Removed Wifi powersaving causing bugs | |
| ################################################################################ | |
| # Content of /etc/tlp.d/99-tlp.conf for P14s Gen 5 AMD | |
| # (Also works with T14 Gen 5 : same hardware, same motherboard) | |
| ################################################################################ | |
| # Complete hardware list => https://linux-hardware.org/?probe=1c547a828f | |
| ################################################################################ |
TL;DR: Melodics runs out-of-the-box with the current version of Bottles and its default settings. However Melodics uses your browser to handle logins, and expects your browser to be able to call the Melodics app once logged-in. Read "Melodics Desktop Integration" below to set that up.
Versions tested:
WARNING: tested only on my setup (LineageOS 18.1 on instantnoodle), other setups may break and brick the device!
Step-by-step instructions (for reinstalling patched boot.img for Magisk):
- upgrade LineageOS to the latest by the standard way in Android GUI (download + install + reboot)
- if using not the latest Magisk: wipe old (possibly hidden) Magisk app then install the up-to-date one from the official Magisk github repo
install (git clone) payload_dumper from GitHub (in Termux or in an SSH session on the Android device) for the 1st time, or update (git pull) laterthe Android terminal session: wget the same LineageOS nightly image installed in step 1 from https://download.lineageos.org/
- Don't know what Melodics is? Watch this great introduction by Slynk
- Download Melodics
- I had audio glitches so I had to run the application like this:
export PULSE_LATENCY_MSEC=5\
&& export WINEPREFIX="/home/alinz/.wine"\
&& wine "$USER/.wine/dosdevices/c:/Program Files/Melodics/Melodics.exe"- Latest Arch Linux install iso because those have newer kernels and more bugfixes in btrfs.
- Have previous experience with installing Arch (like you can install arch with a blind fold).
We will ne two of them, one for /boot and the other one will be a btrfs partition with subvolumes.
- /dev/sda1 - this will be /boot with vfat filesystem because UEFI or syslinux for legacy BIOS boot
Ref: https://gist.github.com/vertexclique/9839383
Please use built-in Terminal.app (of Mac OS X) to type and rune the command, do not use another tool (like iTerm2).
Common step after enter run the patch command:
- After run the commands, start new Sublime Text app, go to Main Menu > Help > Enter License. On the popup type in any text (example "a") and click Use Licence .