git clone git://git.qemu-project.org/qemu.git
cd qemu
sudo apt install libgtk-3-dev libvte-dev libgnutls28-dev libgcrypt20-dev libcurl4-gnutls-dev libglib2.0-dev libfdt-dev libpixman-1-dev zlib1g-dev libaio-dev libbluetooth-dev libbrlapi-dev libbz2-dev libcap-dev libibverbs-dev libjpeg8-dev libncurses5-dev libnuma-dev librbd-dev librdmacm-dev libsasl2-dev libsdl2-dev libsdl2-image-dev libseccomp-dev libsnappy-dev libssh-dev libvde-dev libvdeplug-dev libxen-dev liblzo2-dev valgrind xfslibs-dev
sudo apt install clang clang-tidy llvm
sudo apt install libgtkglext1-dev
sudo apt install libepoxy-dev libdrm-dev mesa-common-dev libvirglrenderer-dev libpulse-dev
sudo apt install libgbm-dev libx11-dev
sudo apt install libspice-server-dev libspice-client-glib-2.0-dev libspice-client-gtk-3.0-dev libspice-protocol-dev
sudo apt install libcap-ng-dev libsmartcardpp-dev libusb-dev libusbredirhost-dev libusbredirparser-dev libiscsi-dev libnfs-dev libglusterfs-dev libssh2-1-dev libxml2-dev libpmem-dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install and Configure Suricata | |
| ```sh | |
| apt -y install libpcre3 libpcre3-dev build-essential autoconf automake libtool libpcap-dev libnet1-dev libyaml-0-2 libyaml-dev zlib1g zlib1g-dev libmagic-dev libcap-ng-dev libjansson-dev pkg-config libnetfilter-queue-dev geoip-bin geoip-database geoipupdate apt-transport-https | |
| ``` | |
| ```sh | |
| add-apt-repository ppa:oisf/suricata-stable | |
| apt-get update | |
| apt install suricata -y |
sudo apt install intltool`
wget https://virt-manager.org/download/sources/virt-manager/virt-manager-2.1.0.tar.gz
tar xf virt-manager-*
cd virt-manager-2.1.0
sudo ./setup.py install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| modify the nanorc file | |
| """ | |
| import sys | |
| import shutil | |
| from os import remove | |
| from tempfile import mkstemp | |
| import re |
to get cgo working for windows install TDM-GCC and add it to path during install.
TDM-GCC sourceforge site: https://sourceforge.net/projects/tdm-gcc/?source=typ_redirect
- Install pre-requisites via APT
sudo apt-get install libtool pkg-config build-essential autoconf automake
sudo apt-get install libzmq-dev
- Install libsodium from source
git clone git://github.com/jedisct1/libsodium.git
cd libsodium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Frink data file for non-changing units. | |
| // | |
| // This file is used by the Frink calculating tool/programming language: | |
| // http://futureboy.us/frinkdocs/ | |
| // | |
| // If you got to this page from a web search because you're trying to do a | |
| // unit conversion or manipulation, try it at the following URL: | |
| // | |
| // http://futureboy.us/frink/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Diffie-Hellman group 1 - 768 bit modulus - AVOID | |
| Diffie-Hellman group 2 - 1024 bit modulus - AVOID | |
| Diffie-Hellman group 5 - 1536 bit modulus - AVOID | |
| Diffie-Hellman group 14 - 2048 bit modulus – MINIMUM ACCEPTABLE | |
| Diffie-Hellman group 19 - 256 bit elliptic curve – ACCEPTABLE | |
| Diffie-Hellman group 20 - 384 bit elliptic curve – Next Generation Encryption | |
| Diffie-Hellman group 21 - 521 bit elliptic curve – Next Generation Encryption | |
| Diffie-Hellman group 24 - modular exponentiation group with a 2048-bit modulus and 256-bit prime order subgroup – Next Generation Encryption | |
| Algorithms marked as AVOID do not provide an adequate security level against modern threats and should not be used to protect sensitive information. It is recommended that these algorithms be replaced with stronger algorithms. |
Originally discovered on Microsoft TechNet blog posting from November 23, 2015.
netsh.exe wlan show profiles name='network profile name' key=clear