If your laptop’s CPU is running very hot and you’ve tried to undervolt it, you’ve probably discovered there’s no easy way to do so—especially on laptops whose BIOS doesn’t expose those controls. I ran into the same issue with my Ryzen 7 5800H, despite numerous attempts, I couldn’t undervolt because the firmware simply wouldn’t allow it. While it may seem drastic, disabling Turbo Boost is one workaround—and you might be surprised how little real-world performance you lose by turning it off.
Disable Turbo Boost to Reduce Power Consumption and Heat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Persistent | |
| Gui +LastFound | |
| shellMessage(wParam, lParam) { | |
| if (wParam = 1) { ; HSHELL_WINDOWCREATED | |
| hWnd := lParam | |
| WinGetClass, winClass, ahk_id %hWnd% | |
| if (winClass = "MozillaDialogClass") { | |
| Sleep, 200 ; Quick fix, no effect if too fast |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| KEYMAPOPTS="us us" | |
| HOSTNAMEOPTS="-n alpine" | |
| INTERFACESOPTS="auto lo | |
| iface lo inet loopback | |
| auto eth0 | |
| iface eth0 inet dhcp | |
| hostname alpine | |
| " | |
| TIMEZONEOPTS="-z UTC" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REGEDIT4 | |
| [HKEY_CLASSES_ROOT\Folder\shell\VimHere] | |
| @="Open with &Vim" | |
| "Icon"="C:\\Apps\\vim\\gvim.exe,0" | |
| [HKEY_CLASSES_ROOT\Folder\shell\VimHere\command] | |
| @="\"C:\\Apps\\vim\\gvim.exe\" \"%1\"" | |
| [HKEY_CLASSES_ROOT\Directory\shell\VimHere] | |
| @="Open with &Vim" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // The NPER function is a financial function that returns the number of periods for loan or investment | |
| // rate - The interest rate per period. | |
| // payment - The payment made each period. | |
| // present - The present value, or total value of all payments now. | |
| // future - [optional] The future value, or a cash balance you want after the last payment is made. Defaults to 0. | |
| // type - [optional] When payments are due. 0 = end of period. 1 = beginning of period. Default is 0. | |
| NPER(rate, payment, present, future, type) { | |
| // Initialize type | |
| type = (typeof type === 'undefined') ? 0 : type; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RAR registration data | |
| WinRAR | |
| Unlimited Company License | |
| UID=4b914fb772c8376bf571 | |
| 6412212250f5711ad072cf351cfa39e2851192daf8a362681bbb1d | |
| cd48da1d14d995f0bbf960fce6cb5ffde62890079861be57638717 | |
| 7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565 | |
| b41bcf56929486b8bcdac33d50ecf773996052598f1f556defffbd | |
| 982fbe71e93df6b6346c37a3890f3c7edc65d7f5455470d13d1190 | |
| 6e6fb824bcf25f155547b5fc41901ad58c0992f570be1cf5608ba9 |
This gist will explain you how to enable an undocumented feature of PHP-FPM which will give a real-time performance stats.
Everybody knows the famous phpinfo() and the page it generates, right? Then the real-time PHP-FPM status page design is very similar.
Some informations from the top are not displayed to avoid security issues.
Yet another night passed to fight with the machine. 💪
I was really happy to know that the latest version of ElementaryOS were out so I could not wait to install it on my latest laptop Acer Predator. 🤘 But... as usual, it was not without troubles...
But not really in fact... It might work for some brands but for my Acer Predator... not at all. Well it can work but will requires the steps explained below.
NewerOlder
