October 1, 2024uncategorized b2b social media basic stack To build a Swiss army knife of B2B social media tools with the best price-to-quality ratio, you'll want to cover various aspects […]
September 28, 2024uncategorized histamine intolerance Histamine intolerance occurs when there's an imbalance between the histamine you're ingesting and your body's ability to break it down. This can […]
August 14, 2024August 14, 2024uncategorized prestashop returning 302 instead of 404 for unexistent pages after couple of hours trying to find a solution, because of the SEO implications which seemed pretty important, i was able to […]
June 11, 2024June 11, 2024uncategorized fail2ban: audit sudo tail -F /var/log/fail2ban.log tail -F /var/log/apache2/msupply-access_log.log
May 31, 2024June 16, 2024uncategorized postgres grant commands login to postgres: sudo -i -u postgres psql CREATE DATABASE sales; GRANT ALL PRIVILEGES ON DATABASE sales […]
May 4, 2024May 4, 2024uncategorized troubleshoot high cpu from mysql on ubuntu High CPU usage on a MySQL database server can have various causes. To identify and diagnose the issue, you should […]
March 22, 2024uncategorized ubuntu: replace text inside file find . -type f -exec sed -i 's/conn_crm.close()/#conn_crm.close()/g' {} +
February 28, 2024uncategorized view wifi password on windows 11 To view your stored WiFi password on Windows 11, you can use the Command Prompt or the Windows Settings. Here are the […]
February 18, 2024uncategorized python: upgrade all python modules on windows 11 python -m pip list --outdated --format=columns | Select-String -Pattern '^\S+' -AllMatches | ForEach-Object {python -m pip install --upgrade ($_.Matches.Groups[0].Value)}
February 15, 2024February 15, 2024uncategorized office365: forward NDRs to shared mailbox what i've done so far (did not work) Set-TransportConfig -ExternalPostmasterAddress <EmailAddress> Would set it to a shared mailbox address […]