Install Guest Additions in Centos 7 Run the following code for Linux. # yum install dkms gcc make kernel-devel bzip2 binutils patch libgomp glibc-headers glibc-devel… Read More →
Create Zip Archive File in Centos Linux
May 14, 2022
Create Zip Archive File in Centos zip -r zipname.zip foldername To unzip the zipname.zip archive unzip tecmint_files.zip Extract Zip File to Specific Directory mkdir -p… Read More →
Use the following command to perform Magento admin password reset php bin/magento admin:user:create –admin-user=”admin” –admin-password=”123123q” –admin-email=”admin@example.com” –admin-firstname=”Admin” –admin-lastname=”Admin” After creating new admin, you can login… Read More →
Uncaught TypeError: $ is not a function – Magento 2
May 13, 2022
Use Jquery code the following way in Magento 2 <script> require([ ‘jquery’ ], function ($) { $(function () { // Write code here }); });… Read More →
How to Create Custom Shortcode for WordPress
May 13, 2022
This is how you create Shortcode in WordPress from the function.php // [bartag foo=”foo-value”] function bartag_func( $atts ) { $a = shortcode_atts( array( ‘foo’ =>… Read More →
Managing a website server on a tight budget requires strategic planning to ensure reliability, security, and performance without excessive costs. For small businesses and individual… Read More →