Soluții

Cum sa instalezi Wireguard pe RaspberryPi

Wireguard este o tehnologie VPN relativ noua, simpla foarte rapida si sigura. Cu ajutorul instructiunilor de mai jos vom configura un RaspberryPi cu wireguard astfel incat sa avem acasa propriul server vpn la care sa ne conectam de oriunde am fi. Acest lucru ne ajuta sa ne conectam remote in siguranta pe echipamentele de acasa. Pentru acest lucru avem nevoie de un RaspberryPi cu Raspbian instalat.

[mai mult...]

How to disable all removable storage access using Registry

  1. Open Start.
  2. Search for regedit and click the top result to open the Registry.
  3. Browse the following path:

    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows

  4. Right-click the Windows (folder) key, select the New submenu, and choose the Key option.Removablestoragedevices registry key
  5. Name the key RemovableStorageDevices and press Enter.
  6. Right-click the newly created key, select the New submenu, and choose the DWORD (32-bit) Value option.
  7. Name the key Deny_All and press Enter.
  8. Double-click the newly created DWORD and set the value from 0 to 1.Removablestoragedevices deny all setting
  9. Click the OK button.
  10. Restart your computer.
[mai mult...]