Skip to content (Press Enter)
  • About me
  • Portfolio
    • Plugins
  • Blogs
  • Contact me

Hi,I'm Saran

Coding ,Travel, Life,Business

  • About me
  • Portfolio
    • Plugins
  • Blogs
  • Contact me

Hi,I'm Saran

Coding ,Travel, Life,Business

  • About me
  • Portfolio
    • Plugins
  • Blogs
  • Contact me
  • About me
  • Portfolio
    • Plugins
  • Blogs
  • Contact me

Latest Articles

Read the articles to grow your business and career.
wordpress update
Jan 10, 2019Dec 18, 2018Uncategorized

WordPress asking for FTP credentials to install plugins

Step 1: Try to add the code in wp-config.php: define(‘FS_METHOD’, ‘direct’); Step 2: Change /var/www folder  ownership  to  www-data sudo chown -R www-data:www-data /var/www/ If you dont know the root …

Read More
find files with pattern
Dec 18, 2018Dec 16, 2018Uncategorized

Find all files contains a string -Easyway through Terminal

grep -rnw ‘/path/to/somewhere/’ -e ‘pattern’ Eg: grep -rnw ‘/var/www/sarankumar.xyz/htdocs/’ -e ‘google.com’ -r or -R is recursive, -n is line number, and -w stands for match the whole word. -l (lower-case …

Read More
woocommerce cart price override
Dec 18, 2018Dec 15, 2018Wordpress

WooCommerce add product to cart with price override

some times we need to woocommerce change product price programmatically. add_action( ‘woocommerce_before_calculate_totals’, ‘add_custom_price’ ); function add_custom_price( $cart_object ) { $custom_price = 10; // This will be your custome price foreach ( …

Read More
upload files via terminal
Feb 3, 2019Dec 14, 2018Server

Uploading local folder and files to server easily using terminal

If your server setup support SSH then use following code to upload the folders from local system. scp -r mydirectory [email protected]:destdir The -r means “recursive” so it will recursively copy the entire …

Read More
foundation zurb angular
Dec 18, 2018Dec 14, 2018Angular

Foundation sites 6.5.x with angular 7.x

Step 1: Create a new angular app by following command. ng new my-foundation-app Step 2: change directory to new created app folder. cd my-foundation-app Step 3: Install foundation modules. npm …

Read More
Dec 18, 2018Dec 14, 2018Uncategorized

WordPress Gutenberg – My views and Reviews

I have using wordpress for my clients and personally using for  business purpose too. While checking with wordpress gutenburg I can see that the most of the reviews are very …

Read More
first angular app
Dec 18, 2018Dec 14, 2018Angular

Creating first Angular 6 Application in Mac

This is angular 6 tutorial for beginners. Steps you need to do is: Install Nodejs Install NPM(Package manager will automatically install while installing Nodejs) Install Angular Cli Download IDE for …

Read More

Posts navigation

Previous Page 1 Page 2
  • Privacy Policy
© Copyright 2022 Hi,I'm Saran. All Rights Reserved. Privacy Policy