Aplicații

E-mail 996 Solutii

Configure Windows Defender to scan Mapped Network Drives on Windows 10

By default, Windows Defender in Windows 10 does not scan mapped network drives. In this post, we will show you how to configure Windows Defender to make it scan mapped network drives during a full scan, for better and improved security and protection. Mapped network drives can always be scanned during a quick scan and custom scan.

You can configure Windows Defender to scan for malware and PUPs in the contents of mapped network drives when running a full scan, by using any of the three following ways;

  1. Group Policy Editor.
  2. Registry Editor.
  3. PowerShell.
[mai mult...]

How to setup a ZFS storage pool Ubuntu 16.04

Overview

ZFS is a combined file system and logical volume manager originally designed and implemented by a team at Sun Microsystems led by Jeff Bonwick and Matthew Ahrens. Features of ZFS include protection against data corruption, high storage capacity (256 ZiB), snapshots and copy-on-write clones and continuous integrity checking to name but a few. If you are dealing with large amounts of data, or providing a backing filesystem for virtualisation, ZFS is a great choice.This guide will go through the process of installing ZFS on Ubuntu 16.04 LTS and setting up a storage pool.

What you’ll learn

  • How to install ZFS
  • How to create a storage pool

What you’ll need

  • Ubuntu Server 16.04 LTS
[mai mult...]

How to create custom LXD images

Overview

LXD is a container hypervisor providing a ReST API to manage LXC containers.logo
This tutorial will show how to create a custom LXD image based on a basic Debian (or Debian-based distribution like Ubuntu) installation, to use locally or to publish.

Requirements

  • Ubuntu 16.04 or newer
  • You should know how to create and launch an LXD/LXC container
[mai mult...]