Skip to main content

Posts

Showing posts from June, 2021

Run C and C++ Program in Android using Termux

Install And Run Kali Linux In Android Using Termux Terminal Emulator

Hello Friends, This is Suraj Giri from Technical Glamour  . In this Blog I have discussed about installation process of kali Linux in Android Phone. Kali Linux is one of the operating system of Linux series. It comes with a lots of inbuilt tool of security testing and many more. And most of the tool are developed for Linux Operating System only.  For visual understanding of How To Install Kali Linux In Android, Must watch this video. In this video each step is shown cleary with all common doubt solving. So, let's discuss about the steps to install Kali Linux in Android Using Termux:Follow the following steps to understand the installation process of Kali Linux in Android:  Step 1 . Download the Termux Application from below link. Actually Termux is a terminal emulator which provides the environment of Linux in Android operating system. You can install lot's of hacking and testing tools using this and use as per your need. If you want to tutorial on Termux then comment be...

Install DEV C++ In Android Phone

Hii Friends... This article is for those who don't have Laptop or PC and wanted to do programming in his or her android phone. In this article we will discusss about Installation Process of Dev C++ in Android Phone. Most of us know about Dev C++. If you don't know then Don't worry I am going tell about the same. DEV C++ is well known IDE for programming of c and c++ programming languages. It's one of the best IDE and having all modern features. It is a free fully featured Integrated Development Environment distributed among user under the GNU General Public License for programming in C and C++. Dev-C++ is a free IDE for Windows that helps reduce the manual work required when programming. It comes with a wide range of features such as an integrated debugger, class browser, automatic code completion, function listing, profiling support, customisable code editor, project manager, and pre-made templates for various projects, tools manager and many more. For Visual Understan...