How To

How To Enable Tabs In Windows 11 File Explorer

Enable Tabs in Windows 11: Download ViveTool which can be found on GitHub. Extract the ZIP file to a location with an easy-to-type file path. In Administrator Mode, launch the Command Prompt. Hold the Shift key while right-clicking on it to accomplish this. Navigate to the folder containing ViveTool. For example, if vivetool-v0.2.1 is stored …

How To Enable Tabs In Windows 11 File Explorer Read More »

3 ways to change the Command prompt directory

Here are various ways to change the command prompt directory in Windows 10/11: Let’s start with perhaps the simplest, the cd command. Use the cd command to change the command prompt directory You can easily jump from one directory (folder) to another by using the cd command (short for changing directory). At the command prompt, …

3 ways to change the Command prompt directory Read More »

How To Fix [Error] Warning: Mapping new ns lines are printed in the logs during gradlew

Error: Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01 Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01 Solution 1 : 1. To solve the Mapping error, …

How To Fix [Error] Warning: Mapping new ns lines are printed in the logs during gradlew Read More »

How to change directory permissions in Linux

To change directory permissions in Linux, use the following: chmod +rwx filename to add permissions. chmod -rwx directoryname to remove permissions. chmod +x filename to allow executable permissions. chmod -wx filename to take out write and executable permissions. Note that “r” is for read, “w” is for write, and “x” is for execute.  This only changes the permissions for …

How to change directory permissions in Linux Read More »

How to Open or Close a Port in Windows 10 Firewall

1. Open the Windows Firewall app in Windows 10 Press the Start button and type “Windows Defender Firewall”. Click the top result to open it. 2. Open advanced iFrewall settings In the left side-bar of the Firewall, click the “Advanced settings” header and press “Yes” to any admin prompts. 3. Click ‘Inbound Rules’ in the sidebar 4. Press ‘New Rule…’ in the …

How to Open or Close a Port in Windows 10 Firewall Read More »