Search

Installation's Articles

DescriptionInstallation of a computer program is the act of making the program ready for execution. The installation refers to the particular configuration of a software or hardware with a view to making it usable with the computer. A soft or digital copy of the piece of software is needed to install it.

How to create google firebase project
Today, we are share with you how to create google firebase project and how to create database in google firebase and how to setup google firebase database in your project. some time ago we are work with one realtime application and then whare use google firebase database for it. so, first we are give some small indroduction for google firebase and what will be done you by google firebase. What Is Google Firebase: Google firebase is google free product. you can done much more by google firebase. google firebase provide foloving feature of developer for application development and database. if you know more then visit this link Google Firebase [ADDCODE] 1.) Realtime Database 2.) Crashlytics 3.) Crash Reporting 4.) Authentication 5.) Cloud Functions 6.) Cloud Storage 7.) Hosting 8.) Test Lab for Android 9.) Performance Monitoring How To Create Google Firebase Project: Now, let's see how to create your first google firebase project step by step. so first open google firebase console by click on this link Google Firebase Console. then you can see following page, look following screenshot image. Look this screenshot and click on highlight box "Add project". when you click on this "Add project" link then you can seen following dialog box look this second screenshot and follow instuction. In this dialog box fill your "Project name" and select any country. then click on "CREATE PROJECT" button. then you can seen another dialog box look like. In this dialog box click on "COUNTINUE". then you will displat google firebase project admin page this look like following image. Look above image in this image you can see 3 types following environment. so you can select your project environment accourding your requirements 1.) iOS for Apple 2.) Android 3.) Web After select or choose your project environment then you can seen one popup and in this popup you can get your apiKey, authDomain, databaseURL Now your google firebase project created successfully in your google firebase console. so you can here manage your all setting regarding your firebase project. like create new database, manage notification. This is our first article on google firebase into the next we are also post some another article about google firebase project. very soon we are also write article about fire realtime notification in android, realtime CRUD though google firebase. We are hope you like this tutorials, if any question regarding any query please post your question in our forums click on bellow link Laravelcode's Forums
How To Install Bitcoin Core In Ubuntu
Today, we are share with you how to install bitcoin core in your ubuntu system and how to get your bitcoin address. Bitcoin Core is free and open source Bitcoin wallet software devloped by Bitcoin Foundation. You can manage your bitcooint transaction by Bitcoin Core. this is one type your wallet you can send and received bitcoint help of this software. [ADDCODE] In some previous days we are working on one bitcoins payment gateway and we are much more know about bitcoin like, how the bitcoin work, how to generate bitcoin and what the best free bitcoin wallet software. Now we are share all of the on our totorial site. Simply, folllow this step and install Bitcoin Core in your ubuntu system. Installing Bitcoin Core Wallet on Ubuntu: Bitcoin Core software is not included in ubuntu software center, but we are easily install on ubuntu help of bitcoin PPA. first open your terminal CTRL+ALT+T and run following 3(three) command in terminal. sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt update sudo apt install bitcoin-qt bitcoind bitcoin-qt is providing graphical interface, while bitcoind is the Bitcoin daemo. if you only want graphical interface then no need to add bitcoind into the last. When, are you done above proccess then go to your ubuntu launcher pad by press window key and type Bitcoin Core. Now you are show following result looke this image screenshot. Now, click on it and open this bitcoin wallet software. then you can show like that screen. Now, set your bitcoin data directory which will be used to store the Bitcoin block chain and your wallet. The default is .bitcoin/ under your home directory. Make sure the data directory has more than 80GB free disk space. press on OK button then proccess will be star and you are look following screen this proccess take some time. Because, this sofware wallet generate all bitcoin block address still bitcoin beginning. How to get Bitcoin Address and keys: After install this bitcoin wallet software in your ubuntu system then following three important things must be done. 1.) Your Bitcoin wallet address, acting as your account number to send, receive and store bitcoins. 2.) Your Bitcoin private key. 3.) Your Bitcoin public key. Above all three are things you can get from wallet.dat under the data directory and it’s very important to back up this file. Should you lose this file, then your Bitcoin currency will be gone. We are hope you like this tutorials, if any question regarding any query please post your question in our forums click on bellow link Laravelcode's Forums