The problem we want to fix is very similar to the one related to the default group: every time you upload some new files to a folder (such as var/www) that has specific group access (such as www-data) using your favorite SSH or FTP(s) client, those files are created with a default permission set (typically read-only) instead of having the read, write and/or execute permissions like we would like to.
[mai mult...]How to map network drive from command line
We can map a network drive from windows command line using the command net use. Syntax is given below.
[mai mult...]Get cdrom dvdrom information
We can find the details like serial number, manufacturer and other details about a cdrom or dvd drive from windows command line. We can use ‘wmic cdrom‘ command for this. We can use the below command to get the information about cdrom or dvdrom.
[mai mult...]Set password to never expire
Learn how to configure a user account so that the password never expires. This can be done from Windows command prompt as well as in “local user accounts” console.
[mai mult...]How to Disable LAN connection from CMD
If you want to disable LAN connection from Windows command prompt, you can run the following steps.
[mai mult...]TaskKill: Kill process from command line (CMD)
We can kill a process from GUI using Task manager. If you want to do the same from command line., then taskkill is the command you are looking for. This command has got options to kill a task/process either by using the process id or by the image file name.
[mai mult...]Delete directory from command line
Do you want to delete a directory from Windows command prompt(CMD)? This post explains how to use the command rmdir
to delete folders and their contents. You can also find examples for each use case of folder deletion – empty folders, non empty folders, folders with white spaced names etc.
How to Uninstall the DLC Extension from Chrome If It Was Installed By Your Administrator?
Google Chrome extensions that read Installed by Enterprise Policy are not always easy to remove because they were installed with elevated permissions. Even if you are not part of an organization, these extensions can find a way into your system and give themselves elevated status. If that is the case with you, try any of these methods to get rid of the problematic extension:
[mai mult...]How to Stop the brkrprcs64.exe Error
Brkrprcs64.exe is a Windows process that controls running the Symantec Data Loss Prevention (DLP) extension for Chrome. The process seems to be causing problems when browsing HTTPS sites using Chrome.
[mai mult...]Alternative ways to distribute extensions
Generally, extensions are distributed through the Microsoft Edge Add-ons website. There are some scenarios where developers may need to distribute extensions using alternate methods.
For example: the extension is associated with other software, and it should be installed together with the rest of the bundled software. Network administrators want to distribute an extension throughout their organization.
[mai mult...]