Posts

Showing posts with the label text

How to Insert ANCII txt in your termux terminal ?

Image
In this practical we Insert ANCII txt in your Termux terminal Let's start. You nees to type below given commands to insert ANCII text in Termux Terminal - Start Termux App and type below commands. Type pkg install figlet and press enter Type pkg install nano and press enter again new session open & type Type cd .. and press enter Type ls and press enter Type cd and press enter Type ls and press enter Tpe cd etc and press enter Type ls and press enter Type nano bash.bashrc and press enter After apply set of these commands successfully, you will see below screen. Done ! You've successfully completed this trick. Now check with below command. Type g   with hold down ctrl key press enter And you will see a help menu with many instructions as below screen. ___________________________________ Video for live demo,  pls check --------- Enjoy  ! Follow us for more...

[Termux] ... How to Remove termux Welcome screen Text

Image
What is Termux ? Termux is Emulator with linux interface for Android OS. This emulator allows to use the command line interface with existing graphical environment. If you have studies cs (computer science), its most compulsory to know the CLI (Command Line Interface) . In this app you required a perticular tool to perform any task and here every action based on command, When you open Termux app, you will see a screen with some information in text format. This information is not waste nor most important, it can be called like suggestions or references for examples:- 1) Wiki : it is a website that contains information about termux and termux components  2) Community forum : by going this link you can discuss your problems and share your suggestions. 3) Gitter Chat : here you can chat with xperts. And much more... To remove above text run below commands, How to Remove termux Welcome screen Text ? Open app and run below commands  Type cd .. ...