Category Archives: General

Host your website/service at home

I know text is not easy to understand for less tech savvy people. So, I am in process of making a YouTube channel for video demonstration of tutorials. What you would need (Requirements): The flow of traffic would be (architecture) Your spare computer configuration: Edit Apache server v-host configuration. The location would be something like

Read More

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!!!