Thứ Ba, 18 tháng 1, 2022

How to solve “unmatched double quote” error using dbus-monitor in combination with xargs

 From man xargs:--delimiter=delim -d delim Input items are terminated by the specified character. Quotes and backslash are not special; every character in the input is taken literally. Disables the end-of-file string, which is treated like any other argument. This can be used when the input consists of simply newline-separated items, although it is almost always better...
Read More

Thứ Hai, 10 tháng 1, 2022

INSTALL WINDOWS 10 ON DIGITALOCEAN

 Table of Contents1 Summary2 Preparation2.1 Build environment2.2 Windows ISO3 Windows Installation3.1 Drivers3.2 Disk Transfer3.3 The Basics3.4 Network Settings3.5 Remote DesktopSummaryIn this guide we will learn how to install Windows 10 1803 on Digital Ocean using the official Windows...
Read More

Create Image Windows to install windows vps DigitalOcean, Linode, Vurlt

 Step1: Download & Install PuTTy, PuTTy Key GeneratorStep2: Create SSH keys add to Cloud ServerStep3: Create Cloud ServerStep4: Open PuTTy connect to Cloud ServerStep5: Install qemuapt-get update && apt-get install qemu -yStep6: Create disk imageapt install qemu-utilsqemu-img create -f raw windows2012.img 16GStep7: Get virtio driverswget -O virtio-win.iso ‘https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.185-2/virtio-win-0.1.185.iso’Step8:...
Read More

Thứ Sáu, 7 tháng 1, 2022

wazuh v4 Telegram Integration

 nano /var/ossec/integrations/custom-telegram----------------------------------------------------------------------- #!/bin/sh WPYTHON_BIN="framework/python/bin/python3" SCRIPT_PATH_NAME="$0" DIR_NAME="$(cd $(dirname ${SCRIPT_PATH_NAME}); pwd -P)" SCRIPT_NAME="$(basename ${SCRIPT_PATH_NAME})" case ${DIR_NAME} in */active-response/bin | */wodles*) if [ -z "${WAZUH_PATH}" ]; then WAZUH_PATH="$(cd...
Read More