Skip to main content

Posts

Let's Know About Crypto Currency...

Hi I am Aditya.  I have come up with something new for you to know.  Let us know this... ⦁ What Is Cryptocurrency? A cryptocurrency is a digital or virtual currency that is secured by cryptography, which makes it nearly impossible to counterfeit or double-spend. Many cryptocurrencies are decentralized networks based on blockchain technology a distributed ledger enforced by a disparate network of computers. A defining feature of cryptocurrencies is that they are generally not issued by any central authority, rendering them theoretically immune to government interference or manipulation. ⦁ KEY TAKEAWAYS A cryptocurrency is a form of digital asset based on a network that is distributed across a large number of computers. This decentralized structure allows them to exist outside the control of governments and central authorities. The word “cryptocurrency” is derived from the encryption techniques which are used to secure the network. Blockchains, which are organizational methods for en
Recent posts

how-to-install-VSCode-in-Android-without-ROOT.

Loading... In this post, we will see how you can install vs code on an android device. We will use one of the most popular android terminals called termux. Follow the steps below: Step 1 - Install termux In order to install VS code, you will have to install termux using this link. The official release available on the play store doesn't seem to get the packages updated for some reason. If upgrade command doesn't work on your termux, try to change the default repo by using the command below: termux-change-repo Step 2 - Install ubuntu using termux Enter the following command on termux and ubuntu will start to install on your Android phone pkg install wget openssl-tool proot -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Ubuntu/ubuntu.sh && bash ubuntu.sh start ubuntu by firing the following command: ./start-ubuntu.sh Step 3 - Downloading code server We will now download the