New pages
- 04:17, 14 August 2024 HAProxy Rate-Limiting Example (hist) [2,652 bytes] Brian (Talk | contribs) (Created page with "===HAProxy Rate-Limiting Example=== One of the benefits of haproxy is how easy it is to rate-limit aggressive ips. Recently I had to start rate-limiting aggressive ips that a...")
- 02:59, 26 August 2023 Access mysql/mysqldump without password entry each time - Using .my.cnf (hist) [1,094 bytes] Brian (Talk | contribs) (Created page with "==Access mysql/mysqldump without password entry each time - Using .my.cnf== In this guide we will show you have to save your mysql credentials so you do not have to enter the...")
- 17:33, 27 March 2022 How do I block a host by ASN for apache - Example (hist) [3,836 bytes] Brian (Talk | contribs) (Created page with "==How do I block a host by ASN for apache - Example== Do you have issues with bots attempting to cause issues with your site? This is can disrupt your business and cause all...")
- 03:54, 25 February 2022 How to enable Show Engine Innodb Status (hist) [868 bytes] Brian (Talk | contribs) (Created page with "==How to enable Show Engine Innodb Status== Are you trying to see the latest deadlocks or foreign key errors but run in to the following error: [Error Code: 1227, SQL State:...")
- 17:49, 10 December 2021 Magento 2 Custom 503 Maintenance page (hist) [1,825 bytes] Brian (Talk | contribs) (Created page with "==Magento2 Custom 503 Maintenance Page == I would start off by talking about the 503 Maintenance Page and how you can customize it and let your customer know they can still c...")
- 05:14, 16 January 2021 How to solve MySQL max user connections error (hist) [1,853 bytes] Brian (Talk | contribs) (Created page with "==How to solve MySQL max connections/user connections error== If clients encounter Too many connections errors when attempting to connect to the mysqld server, all available...")
- 06:56, 21 October 2020 HAProxy Redirect domain to another domain (hist) [735 bytes] Brian (Talk | contribs) (Created page with "==HAProxy Redirect domain to another domain== From time to time, you may find yourself wanting to redirect a domain to a folder on another domain ===You will want to edit th...")
- 21:24, 12 December 2019 HAProxy Restrict by IP Address (hist) [1,069 bytes] Brian (Talk | contribs) (Created page with "==HAProxy Restrict by IP Address== As with any proxy service, you want to block bad ips before they get to the backend servers. With haproxy you can block ips really easy....")
- 08:32, 12 December 2019 HAProxy Block by User-Agent (hist) [842 bytes] Brian (Talk | contribs) (Created page with "==HAProxy block by User-Agent== As with any proxy service, you will want to block bad bots. Blocking by the a keyword in the user-agent before it hits the backend servers wi...")
- 04:06, 31 July 2019 Magento : Execute Custom Module Cron Manually (hist) [806 bytes] Brian (Talk | contribs) (Created page with "==Magento1 - Execute Custom Module Cron Manually== let say we have cron setup on config.xml, like this <crontab> <jobs> <alertreminder_abdcart>...")
- 01:27, 23 July 2019 Postfix Mail Queue Commands for Reviewing Emails (hist) [3,664 bytes] Brian (Talk | contribs) (Created page with "==Postfix Mail Queue Commands for Reviewing Emails== '''How to review the email message your server is trying to send.''' There are two queues within Postfix: pending and di...")
- 01:15, 4 July 2019 403 Forbidden Error Nginx - How to Solve (hist) [4,581 bytes] Brian (Talk | contribs) (Created page with "==403 Forbidden Error Nginx - How to Solve== ===Fixing 403 Forbidden Nginx Errors=== The "403 Forbidden" browser error is the most common error encountered when working with...")
- 03:48, 28 June 2019 HAProxy Cluster Setup Example (hist) [1,320 bytes] Brian (Talk | contribs) (Created page with " [root@us ~]# cat /etc/haproxy/haproxy.cfg global log /dev/log local0 log /dev/log local1 notice chroot /var/lib/haproxy stats timeout 30s user haproxy group...")
- 23:39, 26 June 2019 How to delete mail queue in Postfix (hist) [1,160 bytes] Brian (Talk | contribs) (Created page with "==How to delete mail queue in Postfix== In this tutorial we will learn, how to delete mail queue in Postfix . To clear the mail queue in Postfix, we will use the command cal...")
- 15:14, 21 June 2019 What is the Cache-Control Header (hist) [3,551 bytes] Brian (Talk | contribs) (Created page with "==What is the Cache-Control Header== Cache-control is an HTTP header used to specify browser caching policies in both client requests and server responses. Policies include...")
- 07:26, 19 June 2019 HAProxy Load Balancing (hist) [4,640 bytes] Brian (Talk | contribs) (Created page with "==HAProxy Load Balancing==")
- 06:09, 19 June 2019 HAProxy vs Nginx (hist) [6,091 bytes] Brian (Talk | contribs) (Created page with "==HAProxy vs Nginx== In the present era are high availability and scalable systems. First, you can learn about how to make an application redundant and puts two instances wit...")
- 04:39, 19 June 2019 Magento 2 Reindex via the CLI (hist) [2,621 bytes] Brian (Talk | contribs) (Created page with "==Magento 2 - Reindex via the CLI== This article shows how you can reindex Magento 2 index types using the command line. The first thing you will want to do is determine whi...")
- 04:26, 19 June 2019 Magento 2 Reindex Error: Index is locked by another reindex process. Skipping (hist) [2,566 bytes] Brian (Talk | contribs) (Created page with "==Magento 2 Reindex Error: Index is locked by another reindex process. Skipping== Help! I am getting a magento 2 reindex error, that its locked and being used by another proc...")
- 03:34, 19 June 2019 Magento 2 How to check Magento Version (hist) [1,843 bytes] Brian (Talk | contribs) (Created page with "==Magento 2 - How to check Magento Version== There´s many Magento 2 versions and editions. Sometimes you need to know, which exactly version of Magento you´re running - for...")
- 03:11, 19 June 2019 How to Enable Disable Magento 2 caches (hist) [3,575 bytes] Brian (Talk | contribs) (Created page with "==How to Enable Disable Magento 2 caches== Magento cache are pages (or parts of pages) that are stored to improve the page load time of subsequent requests. A cache stores...")
- 02:54, 19 June 2019 How to speed up Magento 2 out of the box (hist) [7,527 bytes] Brian (Talk | contribs) (Created page with "==How to speed up Magento 2 out of the box== Magento 2 (M2) comes as a new era of e-commerce innovation. It has more features and is more complex, and has more lines of code,...")
- 01:19, 19 June 2019 Magento 2 Redis Page Cache and Default Cache Example (hist) [3,860 bytes] Brian (Talk | contribs) (Created page with "==Magento 2 Redis Page Cache and Default Cache Example== Magento provides command line options to configure Redis page and default caching. Although you can also configure...")
- 01:04, 19 June 2019 Magento 2 Purge Varnish Cache (hist) [618 bytes] Brian (Talk | contribs) (Created page with "===Magento 2 Purge Varnish Cache=== Magento 2 has the built in functionality to use Varnish Cache This can be setup with: <nowiki>bin/magento setup:config:set --http-cache...")
- 00:57, 19 June 2019 Magento 2 How to Add Alternative HTTP headers (hist) [3,076 bytes] Brian (Talk | contribs) (Created page with "==Magento 2 How to Add Alternative HTTP headers== If you have more than one frontend server running on your Magento 2 store, it’s needed to load balance the traffic between...")
- 00:54, 12 June 2019 What is HAProxy (hist) [9,272 bytes] Brian (Talk | contribs) (Created page with "==What is HAProxy== HAProxy is free, open source software that provides a high availability load balancer and proxy server for TCP and HTTP-based applications that spreads re...")
- 01:31, 2 May 2019 Bash Script to Check Site Code Status with Email Alert (hist) [1,825 bytes] Brian (Talk | contribs) (Created page with "===Bash Script to Check Site Code Status with Email Alert=== Ever want a low cost way to check and make sure your site is loading correctly? Here is a bash script that will...")
- 00:35, 8 November 2018 Bash Script to Check Memory with Email Alert when Low (hist) [2,379 bytes] Brian (Talk | contribs) (Created page with "==Bash Script to Check Memory with Email Alert when Low== One of the critical components of a server is memory (RAM), it greatly impacts on overall performance of a system....")
- 19:17, 2 November 2018 How to Change Magento 2 mode (hist) [3,075 bytes] Brian (Talk | contribs) (Created page with "==How to Change Magento 2 mode (Default, Production, Development)== ===Display the Current Mode=== The easiest way to do that is to run this command as the Magento file syst...")
- 01:01, 31 October 2018 How To Use Systemctl to Manage Systemd Services (hist) [7,646 bytes] Brian (Talk | contribs) (Created page with "==How To Use Systemctl to Manage Systemd Services== ===Systemd Intro=== Systemd is an init system and system manager that is widely becoming the new standard for Linux machi...")
- 02:29, 13 September 2018 How to Disable the wp-cron.php in WordPress (hist) [1,908 bytes] Brian (Talk | contribs) (Created page with "==How to Disable the wp-cron.php in WordPress== WordPress uses a file called wp-cron.php as a virtual cron job, or scheduled task in order to automate things like publishing...")
- 14:25, 20 July 2018 How do I find out more about socket files in /proc/fd (hist) [1,857 bytes] Brian (Talk | contribs) (Created page with "==How do I find out more about socket files in /proc/fd?== When debugging connections you will sometimes see a socket is timing out or hanging causing issues. Example ===Ha...")
- 12:17, 20 June 2018 Deny access to my site with an .htaccess file (hist) [3,325 bytes] Brian (Talk | contribs) (Created page with "==How to Deny Access to my Site with an .htaccess file== ===Deny access to files=== Denying access to specific file extensions The following code forces any file ending in .i...")