Posts

Showing posts with the label wps use

How to Connect to Wi-Fi Without Password

Image
You can access wifi network without password even if it is secure, if you can reach the router and press the button WPS on the router then in your smartphone go to setting > network , and search for ' WPS connection' , (depending on your phone manufacturer) example for hwawei phone work with Android 8 Chose WI-FI Advanced Wi-Fi Settings  WPS connection  Few seconds and it's done  This step may not be the same for all the smart phones depend on the model and the manufacturer of the device. Some router needs from you contenu pressing on the WPS button to the end of the operation (this gonna take few seconds )

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 ...