How to low disc space in Nginx ubuntu
Empty tmp log file by sudo truncate -s0 /var/log/btmp.1 2. Check file size by sudo du -h --max-depth=1 -x 3. Delete mysql log Expire log file in 3 days :…
Empty tmp log file by sudo truncate -s0 /var/log/btmp.1 2. Check file size by sudo du -h --max-depth=1 -x 3. Delete mysql log Expire log file in 3 days :…
// API to mailchimp ######################################################## $list_id = '7c5f7ad979'; $authToken = 'affe8d215db0b33e1fb22de12c565e17-us6'; // The data to send to the API $postData = array( "email_address" => $discountEmail, "status" => "subscribed" ); //…
It's very easy to send email in Wordpress $to = $discountEmail; $subject = "Your Subject"; $headers = array('Content-Type: text/html; charset=UTF-8'); $message = file_get_contents(get_template_directory().'/example.html', true); $attachments = "Attach"; wp_mail( $to, $subject,…
// Alter Product Pricing Part 1 - WooCommerce Product add_filter( 'woocommerce_get_price_html', 'bbloomer_alter_price_display', 9999, 2 ); function bbloomer_alter_price_display( $price_html, $product ) { // ONLY ON FRONTEND if ( is_admin() ) return…
Some youtube channel that I like most https://www.youtube.com/channel/UCjnTllPyh_0vvIGrOtR6JwA
ড্রাইভিং লাইসেন্স – বাংলা – পর্ব- 4 (Environment) জলবায়ু এবং পরিবেশের উপর গাড়ির প্রভাব। গাড়ি থেকে কার্বন ডাই অক্সাইড নিঃসরণ হয় যা গ্রীন হাউজ ইফেক্ট এর জন্য দায়ী। অতএব পরিবেশে…
ক্ষুদ্র ব্যবসা শুরু করতে খরচ যত কম রাখা যায় তত ভালো। এ ক্ষেত্রে অনলাইন খুব ভালো উপায়, কারণ দোকান ভাড়া, বিদ্যুৎ খরচের মতো বিষয়গুলোর খরচ বাদ পড়ে। তা ছাড়া করোনায়…
We can easily assign user groups in jenkins by following the simple fun steps: Install "Role-based Authorization Strategy" plugin manage jenkins -> Plugin manager -> available tab->search "Role-based Authorization Strategy"…
Government of Queensland have published total over view of online marketing that contains the the market strategies, benefits and way of success in bran promoting of a business in online…
We can easily bootstrap to wordpress by editing unique script function in funtion.php of a theme function divichild_enqueue_scripts() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); //Bootstrap wp_enqueue_style( 'bootstrap', 'https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css', array(),…