Posts

Showing posts with the label Linux terminal

Cool package must have in termux

Image
Those are Some interesting tools that can be installed simply from the default package manager. w3m w3m is an open-source text-based web browser let you browse web page from your terminal . www.wikipedia.org in w3m This tool could not give you the complete experience that you get from your normal browser (chrom, opera...) but it will help you understand a little bit the elements of the web pages. www.google.com in w3m installe it using this command : apt install w3m Usage : w3m -option URL [Control + z] to exit cmatrix This simple, easy tool inspired from the famous movie "Matrix " it will make your terminal looks the same as the one in the film. Install it using this command : apt install cmatrix Usage : cmatrix - option cmatrix help menu  You can close it with [control + c ] nano Nano is a powerful text editor used to open, edit, save files in many format.  Install it using this command : apt install nano nano help menu ...

Linux command you need to know

Image
Some Linux command that you can use it in termux emulater this command can be used for every Linux distribution. cd command Cd [directory name] use this command to move from local directory to next/previous directory For examples : if you are in a directory called "local _directory" contain  other directories one of them named "next_directory", to move from "local_directory " to " next_directory" just type : cd next_directory then hit enter, if next_directory contain an other directory jus type cd directory_name , in case you want to return to previous folder in this case you don't have to know the name of the file just type cd ..  (cd space then 2 point) then hit enter. Linux command are very sensitive when it came to the syntaxe, you must be careful in spelling of every letter you write and specially big and small one for example "Cd" is not the same as "cd" and not the same as "CD", otherwise you will have e...

Termux terminal linux emulater for Android

Image
Termux is linux terminal emulater that works directly with no rooting or setup required, created for Android os available on Google play store and F-droid, support Android 5.0 and above. This Android app in the right hands can transform your smartphone into powerful remote hacking device you can take it anywhere in your pocket, and all That dépend on your skills. As a Linux emulater, it run almost all the command that can be be run by any Linux machine and you can almost install on it whatever package you want, just search for it online especially on github. Once you install it on your device run apt update & & apt upgrade Then hit enter  Your app will look in the internet for an update and it will ask you if you want to install it y/n  just type y. Now type  termux-setup-storage Then hit enter a new pop-up window will ask for storage permissions just allow. And that's it for now your app is ready to use. For more detailed information we recommen...