Skip to main content

Posts

Showing posts with the label INSTALLATION TUTORIAL

Power BI Installation: A Step-by-Step Guide for Business Intelligence Enthusiasts

In the world of modern business intelligence, data visualization has become an essential tool for organizations seeking to make data-driven decisions. One such powerful BI tool that has gained tremendous popularity is Microsoft Power BI. As more and more businesses recognize the benefits of this robust data analytics platform, it is crucial to understand how to install it properly. In this step-by-step guide, we will walk you through the Power BI installation process, ensuring that your journey to harnessing data-driven insights is seamless and successful. Why Install Power BI? Before we dig into the installation process, let's briefly understand why Power BI has become a preferred choice for data visualization and analytics. 1. User-Friendly Interface: Power BI offers a user-friendly interface that empowers even non-technical users to create insightful reports and das...

HOW TO INSTALL ECLIPSE IN WINDOWS

Simplest way to install eclipse on windows. Step 1:  For windows 32 bit download eclipse indigo  For windows 64 bit download eclipse indigo Step 2:  A zip file is downloaded. Simply extract it into a folder. No need to install. Eclipse application can be run directly.  Step 3:  Double click eclipse application file and follow the instructions. Here you are done.

HOW TO CONFIGURE ANDROID IN ECLIPSE

Simple way to configure android in eclipse. Step 1: Download the ADT Plugin Start Eclipse, then select Help > Install New Software. Click Add, in the top-right corner. In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location: https://dl-ssl.google.com/android/eclipse/ Click OK. If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons). In the Available Software dialog, select the checkbox next to Developer Tools and click Next. In the next window, you'll see a list of the tools to be downloaded. Click Next. Read and accept the license agreements, then click Finish.If you get a security warning saying that the authenticity or validity of the software can't be established, click OK. When the installation completes, restart Eclipse. Step 2:Download the ADT Plugin Once Eclipse restarts, y...

HOW TO INSTALL TURBO C IN WINDOWS 7

In order to install Turbo C (Which can be found  here  )in windows 7 you first need to download and install dosbox  here . Step 1:  Create a folder in c:\ drive and name it turbo (or anything convenient for you) Step 2:  Now extract TC installer in this newly created folder Step 3:  Run dosbox from start menu.This will load dosbox emulator. The prompt will display Z:\> Step 4:  Now you need to mount the folder that you created in the previous step. in the prompt type: Z:\>mount c c:\turbo You will get a message that drive c is mounted as local directory c:\turbo. Step 5:  Now just by few commands you can open your turbo c Just type: Z:\> c: c:\> cd tc/bin c:\tc/bin:> tc Step 4:  Turbo c will start .Go to Options > Directories. Change all the drives to c if not already there. Example: In include Directories H:\ TC\ INCLUDE Simply replace 'H' with 'c' Similarly for other options be...