Month: January 2018

Schedule MySQL Database Backup Automatically using Cron Job – Linux Server

Database backup is one of the most important tasks of server maintenance. Taking database backup in a Linux server manually whenever we want a backup in not for cools users :D. Database backup should be taken periodically in fixed intervals, and we here like to automate out periodic tasks. In this tutorial we will take …

Schedule MySQL Database Backup Automatically using Cron Job – Linux Server Read More »

How to use Crashlytics with Android Studio | Error Reporting Example

In any Android or iOS applications, it is highly likely that these will be a use case where your app will crash even if after the rigorous tests you’ve put your app through. Be it because of different API levels, memory issues, hardware incompability or any other problem, its of utmost importance that you recognize …

How to use Crashlytics with Android Studio | Error Reporting Example Read More »

How To Show GUI components in OnGUI method and change Font, Size and Color in Unity

Unity provides a very helpful method, OnGui that can be used to create UI components easily and you can easily remove them my just a simple condition checking, you have probably done that and just want want the title describes but I can’t resist from showing how simple it is to just show/hide window components …

How To Show GUI components in OnGUI method and change Font, Size and Color in Unity Read More »