Pages

Showing posts with label windows 10. Show all posts
Showing posts with label windows 10. Show all posts

How to disable the sound when using terminal in Windows 10?

How to disable the annoying notification sound when we do something wrong in the terminal (in Windows)?

Here is the simple way.

On the task bar, right click on the sound icon.

Select Open Volume Mixer. Here, click on the sound icon to disable the sound (like here)





Accessing Ubuntu Bash files from Windows 10

How to access the files in the Ubuntu Bash update from the Windows 10.

The obvious way is through C:/ folder.

Here is the steps for doing that.

First you need to change the "Hidden folder" default option.
  1. Open File Explorer
  2. Select File --> Change folder and search options
  3. Click on View tab, and select Show hidden files, folders, and drives (if already selected, leave as it is)
  4. Click OK
Now, the hidden folders also will be visible. Remaining steps are
  1. Click on the folder directory address box, copy and paste: %localappdata%\lxss and Enter
  2. Now you will be in Bash directory: C:\Users\{username}\AppData\Local\lxss
  3. Now you can access files in home folder and subfolders.
You can create a Shortcut to this folder (right click on home folder and select create shortcut) and paste the short cut in Desktop or convenient location quick access.


Windows PC Network disconnects after some time


Just chose "Never" in sleep mode.

This may solve the problem.


You may be interested in these posts

Error in image file conversion: convert-im6.q16: not authorized `test.eps' @ error/constitute.c/WriteImage/1037.

This error is because of the vulnerability. This allows remote execution of code using image formats. So, some Linux distributions by defaul...