vmware — The processor does not support XSAVE
After installing VMWARE v17.5.x and starting the virtual machine, i received next error: “The processor does not support XSAVE. This virtual machine cannot be turned on.»
Consistency
After installing VMWARE v17.5.x and starting the virtual machine, i received next error: “The processor does not support XSAVE. This virtual machine cannot be turned on.»
To upload a large files to google drive from linux console you can use rclone https://rclone.org/drive/ after install you need config gdrive: >rclone config for fix problem with google blocking app you need first start rclone on your local pc … Read More »
Ошибка частая на серверах vultr (RHL centos/almalinux/rocky linux) Adding ISPsystem gpg key… Some errors with repository Как оказалось, все банально, неободимо было отключить файервол, который почему-то не пускал в репозитории ispmanager’а
iptables List all running rules To view the current firewall rules: iptables -L -v Disable and flush iptables To disable the firewall temporarily, flush all rules. sudo iptables -P INPUT ACCEPT sudo iptables -P OUTPUT ACCEPT sudo iptables -P FORWARD … Read More »
Many virtualization applications depend on hardware virtualization extensions that are available on most modern processors. It includes Intel VT-x and AMD-V. Only one software component can use this hardware at a time. The hardware cannot be shared between virtualization applications.
gdown.sh — google drive download large files from linux bash #!/bin/bash # usage: gdown fileid /path/to/filename fileid=$1 filename=$2 curl -sLc /tmp/gdcookie "https://drive.google.com/uc?export=download&id=${fileid}" > /dev/null curl -sLb /tmp/gdcookie "https://drive.google.com/uc?export=download&confirm=`awk ‘/download/ {print $NF}’ /tmp/gdcookie`&id=${fileid}" —create-dirs -o ${filename} rm -f /tmp/gdcookie
Sms spam numbers taxi Спам смс-рассылки, замеченные в спаме: РЕКОМЕНДУЮ НИКОГДА НЕ ПОЛЬЗОВАТЬСЯ УСУГАМИ ДАННЫХ ТАКСИ. Эти кретины все время спамят нежелательными смс-ками. T A X I СПАМЕРЫ т а к с и спам Т А К С І taxi … Read More »
https://github.com/mediabots/Linux-to-Windows-with-QEMU Requirements A SSH client such as Putty : https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html A VNC software such as RealVNC : https://www.realvnc.com/en/connect/download/viewer/ A VPS or Dedicated server with Ubuntu OS Installed.
Download large files from a Google drive wget —load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget —quiet —save-cookies /tmp/cookies.txt —keep-session-cookies —no-check-certificate ‘https://docs.google.com/uc?export=download&id=FILEID’ -O- | sed -rn ‘s/.*confirm=([0-9A-Za-z_]+).*/\1\n/p’)&id=FILEID" -O FILENAME && rm -rf /tmp/cookies.txt
Fresh and worked instruction if you want to downgrade from Debian 8 to 7 run apt-get install sysvinit sysvinit-core sysvinit-utils cp /usr/share/sysvinit/inittab /etc/inittab if you want to downgrade from Debian 9 (10) to 7 run