DISABLE SMBv1

SMBv1 DISABLE To disable SMBv1 using Windows Registry, search for regedit in the Start menu and open it. After opening Windows Registry, navigate to the following location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters In the right panel right-click and select the option โ€œNewโ€ and then โ€œDWORD (32-bit) Value.โ€ Name […]

RSAT FOR WIN7

RSAT FOR WIN7 Remote Server Administration Tools for Windowsยฎ 7 with SP1 enables IT administrators to manage roles and features that are installed on computers that are running Windows Serverยฎ 2008 R2, Windows Serverยฎ 2008, or Windows Serverยฎ 2003, from a remote computer that […]

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

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