New Know How

To begin customizing your site go to Appearance -> Customizer and select Theme Options. Here's you'll find custom options to help build your site.

Read More

Step 2 - Setup Slider

To add a slider go to Theme Options -> Homepage and choose page slider. The slider will use the page title, excerpt and featured image for the slides.

Read More

Step 3 - Create Homepage

To add featured content go to Theme Options -> Homepage (Featured) and turn the switch on then add the content you want for each section.

Read More

Scaffold Command line MAC

In the above command, ‘ConnectionString’ is the string that you use to connect with sql server. ‘Provider’ is the driver (nuget package) that will help you to interact with the sql server. e.g. for MySQL we could use ‘Pomelo.EntityFrameworkCore.MySql’ nuget package, for MSSQL we could use ‘Microsoft.EntityFrameworkCore.SqlServer’

Reverse adb command android

Your metro server and app must be installed to make it work. What if you are connected wirelessly to the android device (like TV) through adb. In that case you have to use the port on which you are connected to that device. To get the port, run You will get something like ‘10.0.0.1:5555 device’.

Read More

Elastic search configure nodes to join (Linux/Unix)

Configure other nodes to join this cluster: • On this node:   ⁃ Create an enrollment token with `bin/elasticsearch-create-enrollment-token -s node`.   ⁃ Uncomment the transport.host setting at the end of config/elasticsearch.yml.   ⁃ Restart Elasticsearch. • On other nodes:   ⁃ Start Elasticsearch with `bin/elasticsearch –enrollment-token <token>`, using the enrollment token that you generated.

Create IPA React Native

Get the .app file: react-native run-ios –configuration=release .app file path Build/Products/Release/”<Your_Filename>.app”. In my Case it was: Convert .app to .ipa : Create folder Payload. paste .app file into Payload folder. compress the Payload folder. change the name you want and put extension as .ipa.

MAC OS Check TBW of SSD

On your Mac, you can use Terminal to see the amount of data you’ve written to your drive. List disks List disk SMART information You will get something like: Windows doesn’t have a built-in way to check the amount of data you’ve written to disk, so you must instead turn to a third-party application. I

Read More

Select Xcode to use React Native

First ensure the required version is installed. If only one version is there then there is no need for this step. If you are using multiple versions then use the following command to change: Now your react native for IOS will use the above Xcode. Cheers and Peace Out!!!