Bash prompt variables These are the variable substitutions used above. \u user \h hostname \w ~/path/to/directory
Author: disu1950
Windows Environment Variables
About Environment Variables Environment variables are specially named aliases for basic system properties. Here is the Microsoft definition: Environment variables are strings that contain information such as drive, path, or file name. They control the behavior of various programs. For example, the TEMP environment […]
ADB WI-FI
Architecture of ADB Wifi ADB has always had the capability to communicate with a device over TCP. However the process involved is convoluted and results in an insecure channel. The steps are as follows.
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:
Kako ukljuΔiti JavaScript u web pregledniku?
Danas gotovo sve web stranice u sebi sadrΕΎe JavaScript. To je programski jezik, koji se izvrΕ‘ava u web pregledniku. On web stranicama osigurava odreΔene funkcionalnosti i ako je on iz nekog razloga onemoguΔen, moΕΎe se dogoditi da odreΔeni sadrΕΎaj ili njihova funkcionalnost bude ograniΔena […]
Android Permissions – Protection Levels
Android Permissions – Protection Levels Android applications declare the permissions they are likely to require in their manifest (a short file that describes the contents of the ‘package’). This allows the system to sandbox them from critical resources and gives the user some indication […]
ADB(1) MAN PAGE
ADB(1) MAN PAGE ADB(1) MAN PAGE VERSION 1.0.41 NAME adb CLI Client for ADB (Android Debug Bridge) Server. SYNOPSIS adb [GLOBAL_OPTIONS] command [COMMAND_OPTIONS] DESCRIPTION Connects to the ADB Server via its smart socket interface. Allows sending requests, receives responses and manages lifecycle of the […]
AIK FOR WINDOWS 7
Automated Installation Kit (AIK) for Windows 7 32bit ! NOTE To install the Windows AIK, you must first download the ISO, Write the ISO file to a DVD using a third party tool, and then install the Windows AIK from the DVD.
ALL ANDROIDΒΉβ΄ PERMISSIONS
All Permissions on Android 14 Here are all the 880 Android permissions that exist in Android 14. The permissions marked with asterisks (*) are only granted to system apps.
SAMSUNG BROWSER
Some browser hidden options: internet://debug/ List of Internet URLs internet://attribution-internals internet://autofill-internals internet://bluetooth-internals internet://credits internet://dns internet://flags internet://gpu internet://interstitials internet://media-internals internet://net-export internet://net-internals internet://newtab internet://newtabcontent internet://parental-control internet://password-manager-internals internet://serviceworker-internals internet://tracking internet://version internet://webapks
TAKE OWNERSHIP IN WINDOWS
Take ownership of file or folder on Windows 7 Take ownership of file or folder In windows, some of the system files are protected by OS and canβt be accessed by users with even administrator privileges. CSC cache stored in C:\Windows\CSC is one such […]