NANORC

nano’s system config file is located at /etc/.nanorc. You can override these settings with a user specific config file at ~/.nanorc.

What is UserLAnd?

UserLAnd is the easiest way to run Linux on Android. It is distributed through the Play Store. It does not require you to root your device. It is simple to use. It is also FOSS (Free and Open Source Software).

SSH MAN

SSH SSH NAME SYNOPSIS DESCRIPTION AUTHENTICATION ESCAPE CHARACTERS TCP FORWARDING X11 FORWARDING VERIFYING HOST KEYS SSH-BASED VIRTUAL PRIVATE NETWORKS ENVIRONMENT FILES EXIT STATUS SEE ALSO STANDARDS AUTHORS

LINUX SHORTCUTS

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 […]

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 […]