Sie sind auf Seite 1von 3

Ravindra's Blog

Let's Secure Everything


Termux Cheatsheet

Termux was very first program I installed after buying my first Android phone, it is the best Terminal emulator on Android
with it’s own repository which contains programs like ssh, php, nodejs, perl, etc. Here is a list of common commands and
programs I keep in Termux

Update packages and package index


Type: pkg up or apt update && apt upgrade

Enable tab completion


Type: pkg i bash-completion and restart

Enable spell correction for bash


It works for cd command, Add this line to .bashrc

shopt -s cdspell

Change prompt
Add this line to .bashrc

PS1=="\[\033[1;30m\][\@] \[\033[1;37m\]Ravindra@Termux:\w $ \[\033[0;37m\]"

Disable start up banner

touch ~/.hushlogin

Add welcome banner


Installation: pkg i figlet pv
Add following line to .bashrc

figlet "Welcome Ravindra" | pv -qL 500

Install Aria
aria2 is a command based download manager, it is faster than curl, wget. It has resume support, it can download torrent
files and etc.
0 Comments Ravindra's Blog 
1 Login

 Recommend t Tweet f Share Sort by Best

Start the discussion…

LOG IN WITH
OR SIGN UP WITH DISQUS ?

Name

Be the first to comment.

ALSO ON RAVINDRA'S BLOG

Git Cheatsheet: Ravindra's Blog - Let's Secure Everything Linux Commands Cheatsheet | Ravindra's Blog
1 comment • 7 months ago 1 comment • 7 months ago
AvatarAlina Software Ravindra — git diff --name-only --diff-filter=U AvatarAlina Software Ravindra — RewriteEngine OnRewriteCond
%{HTTPS} offRewriteRule ^(.*)$ …

Laravel Snippet | Ravindra's Blog Laravel Cheatsheet | Ravindra's Blog


1 comment • 5 months ago 1 comment • 7 months ago
AvatarAlina Software Ravindra — resource('user', 'SchoolUserController', AvatarAlina Software Ravindra — option[value=$]{$}*31
['as' => 'school']);

✉ Subscribe d Add Disqus to your siteAdd DisqusAdd 🔒 Disqus' Privacy PolicyPrivacy PolicyPrivacy

Copyright © 2019 Ravindra Sisodia Mediumish Theme by WowThemes.net

Das könnte Ihnen auch gefallen