- Run brew edit php@7.4
- Add depends_on "imap-uw" at the end of the depends_on section
- Check which version of openssl is in the depends_on section
- Add --with-imap=#{Formula["imap-uw"].opt_prefix} at the end of the --with section
- Add --with-imap-ssl=#{Formula["openssl@1.1"].opt_prefix} after --with-imap. Check sure it is the same version as in the depends_on section
- Run brew reinstall --build-from-source php@7.4
- It is not necessary to enable the php_imap.so extension in php.ini, because it is already compiled into PHP. You can check phpinfo();
- Run brew edit lighttpd
- Add depends_on "lua" after libtool
- Add --with-lua at the end of the --with section
- Run brew reinstall --build-from-source lighttpd
- Open profile in Firefox
- Page-down to the end of the page
- Open Developer Tools (F12), right-click on , Copy -> Inner HTML
- Paste it and save to a file
- grep -Eo "https://www.tiktok.com/@[a-zA-Z0-9]{1,99}/video/[0-9]{1,99}" profile.html | xargs youtube-dl -i
- pecl install xhprof
- Change path in php.ini in [xhprof] extension=
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
// ==UserScript== | |
// @name Skrytí komentářů na Root.cz a fóru (více uživatelů) | |
// @namespace http://tampermonkey.net/ | |
// @version 2.4 | |
// @description Skrývá komentáře konkrétních uživatelů na Root.cz a fóru Root.cz, nahrazuje jejich profilové fotky a umožňuje opětovné skrytí komentářů s odkazem na začátku zprávy. | |
// @author Tvůj Nick | |
// @match https://www.root.cz/* | |
// @match https://forum.root.cz/* | |
// @grant none | |
// ==/UserScript== |
Been having problems with my new SN770 drive, and decided to check if I can firmware update it on Linux. WD only provides a Windows tool, Western Digital Dashboard to download and install firmwares, but, it's possible to find the firmware and install it using Linux tooling as well.
❱ sudo pacman -S nvme-cli