Linux Shortcuts I would like to mention that some of these shortcuts may depend upon the Shell you are using. Bash is the most popular shell, so the list is focused on Bash. If you want, you may call it Bash shortcut list as […]
Tag: linux
#!shebang for Bash Script
Make a Bash Script Executable Bash scripts can be used to automate bash shell commands, they have the extention .sh. I personally use these to do some repetitive tasks like deploying a new post to this site.
BASH PROMPT VARIABLES
Bash prompt variables These are the variable substitutions used above. \u user \h hostname \w ~/path/to/directory
WELCOME 2 TERMUX
The Linux Experience on Mobile Devices Introduction In todayβs world, mobile devices have evolved from mere communication tools into powerful computing platforms. A key player in this transformation is Termux, an application for Android devices that offers a comprehensive terminal emulator and […]
Special commands to sqlite3 (dot-commands)
Special commands to sqlite3 (dot-commands) Most of the time, sqlite3 just reads lines of input and passes them on to the SQLite library for execution. But input lines that begin with a dot (“.”) are intercepted and interpreted by the sqlite3 program itself. These […]
LINUX BASIC COMMANDS
Some basic linux: uname -a uname-r uptime hostname hostname -i last reboot date cal W whoami finger user
sshd_config
Default etc/ssh/sshd_config file for ssh: