Hello Testing
Hello this is a test
Hello this is a test
Allow only localhost connections to the SMTP port (ban all outside) on Linux (Ubuntu etc). You could use: iptables -A INPUT -p tcp -s localhost –dport 25 -j ACCEPTAlthough the first version is better because self-addressed packets do not necessarily
This is how to get postfix mail transfer agent to log emails to a file instead of sending to the outside SMTP world. Create a user that will own the e-mail logs (or use an existing one). I called mine
This is usually to do with either a Plugin or a Theme functions.php file. It’s usually an incorrect JSON string being sent or look for an add_action(‘save_post’,’SOME_FUNCTION’); call causing it.
1. Stop MySQL sudo /etc/init.d/mysql stop 2. Start MySQL with the –skip-grant-tables option Ensure the directory /var/run/mysqld exists and correct owner set. sudo mkdir /var/run/mysqld sudo chown mysql /var/run/mysqld sudo mysqld_safe –skip-grant-tables & 3. Login to MySQL as root This will
To find which ports are up and running on your Ubuntu Linux server – use these 2 commands: This is useful to check if your server is being used as a Bittorrent e6969 is the default port for the most
If a Woocommerce Subscription that uses Gocardless comes in after 1st May(the direct debit set date for that product), they need to be manually “re-processed” as their payment date will be set to the next year eg. 1st May 2023
Installation The court booking plugin is installed like all standard WordPress plugins. Simply unzip the files you have received and copy the two folders “tr2-core” and “tr2-court-booking” to your WordPress root folder/wp-content/plugins. Then login to the WordPress admin panel and
I was building a simple Angular web API app based on the default WeatherForecast app that comes with Visual Studio 2022. Using Nuget Package Manager I added the “Swashbuckle.AspNetCore” package so that API JS services can be created using Swagger.
Step 1 – create a config.txt file for the CSR : [req] distinguished_name = req_distinguished_name req_extensions = v3_req prompt = no [req_distinguished_name] C = US ST = Illinois L = Some City O = Company Name OU = IT Dept