How to backup and restore Hard disk boot sector | devnodes.in

How to backup and restore Hard disk boot sector

This article is for advance user like kernel developer or a System Administrator. In a special occation you may need to backup of the boot sector of a PC (or restore the boot sector from file to hard disk).

How to use if else in latex | devnodes.in

How to use if else in latex

Latex does not offer if/else, but Tex offer the ability to have conditional if/else statements, Here is a small snippet how to use it.

Linux: How to convert an MP3 to WAV in Linux command line | devnodes.in

Linux: How to convert an MP3 to WAV in Linux command line

If want to quickly convert mp3 to wav in linux command line, this command line tool will help you. It is easy to statically cross compile and use it in embedded Linux devices.

Woocommerce: How to add weight based shipping method | devnodes.in

Woocommerce: How to add weight based shipping method

Here are the steps on how to add weight slab based shipping cost calculation on woocommmerce

Woocommerce: How to Remove shipping cost from shopping cart | devnodes.in

Woocommerce: How to Remove shipping cost from shopping cart

If you want to remove the shipping cost from the woocommerce shopping cart. Then here are the simple steps how to remove/hide from shopping cart.

Wordpress: How to get the url of a navigation menu by name | devnodes.in

Wordpress: How to get the url of a navigation menu by name

If you know the name of a menu’s name, and want to get its url for menu then here is the code.

Wordpress: remove/unregister all hooks from a action | devnodes.in

Wordpress: remove/unregister all hooks from a action

A function to Unregister all hooks from a wordpress/woocommerce action

Hugo: How to dump a variable to build console | devnodes.in

Hugo: How to dump a variable to build console

Many time you may want to inspect or dump variables of current scope in Hugo

Hugo: How to filter/remove urls from sitemap.xml | devnodes.in

Hugo: How to filter/remove urls from sitemap.xml

Sometimes you may want to remove certain urls or path from sitemap.xml to improve seo of you website. Here is how you do it for hugo static site generator.

Hugo: How to integrate and compile bootstrap from source | devnodes.in

Hugo: How to integrate and compile bootstrap from source

Hugo has inbuilt support to compile sass, scss and js sources. In this article we will explain how to compile Bootstrap’s CSS and JavaScript libraries from source. You can follow the similar approach to compile almost any independent sass, scss and JavaScript libraries.