Do this inside your wp-config.php
.
It must be the absolute path to the socket.
define('DB_HOST', 'localhost:' . __DIR__ . '/.mysql/mysql.sock');
GVLKs for KMS and Active Directory-based activation of Office 2019 and Office 2016 | |
Applies to: Volume licensed versions of Office 2019 and Office 2016, including Project and Visio | |
By default, volume licensed versions of Office 2019 and Office 2016 are installed with a Generic Volume License Key (GVLK). | |
The GVLK enables Office to automatically discover and activate against your KMS host computer or Active Directory infrastructure. | |
Important | |
These license keys can't be used to activate your personal copy of Office. |
diff --git a/Tools/Linux_HAL_Essentials/pru/aiopru/Makefile b/Tools/Linux_HAL_Essentials/pru/aiopru/Makefile | |
index 8f56fa6faf..9d13842bed 100644 | |
--- a/Tools/Linux_HAL_Essentials/pru/aiopru/Makefile | |
+++ b/Tools/Linux_HAL_Essentials/pru/aiopru/Makefile | |
@@ -2,6 +2,9 @@ RcAioPRU: RcAioPRU.p | |
pasm -V3 -c RcAioPRU.p RcAioPRU_BBBMINI -DBBBMINI | |
pasm -V3 -c RcAioPRU.p RcAioPRU_BBBLUE -DBBBLUE | |
pasm -V3 -c RcAioPRU.p RcAioPRU_POCKET -DPOCKET | |
+ pasm -V3 -c RcAioPRUDShot.p RcAioPRUDShot_BBBMINI -DBBBMINI -CPRUcodeDShot | |
+ pasm -V3 -c RcAioPRUDShot.p RcAioPRUDShot_BBBLUE -DBBBLUE -CPRUcodeDShot |
HEllo folks..I am trying to learn about SIEM and QRAdar, one of the first steps was to install QRadar.. and it was not so plesent! as the installation of Qradar kept on crashing. | |
I am sure a lot of people would be facing same problem during the installation of QRadar. | |
After looking at a number of videos and browsing the web for many hours and many many failed installations not to mention setting up a fresh vm of centos again and again and Again(before I strated using multiple clones of it), I finally managed to get it installed and working! | |
So I would like to share the process which worked for me, hopefully its helpfull for someone. | |
PART 1: Installing the Centos VM: | |
So Basically I was following Jose Bravo`s videos over youtube. Thanks to him for posting such informative demos. He has a lot of stuff on his page and I am follwing his demos. | |
So here is the video from Jose`s channel which I followed to install CentOS: |
<VirtualHost *:80> | |
ServerName your.domain | |
ServerAdmin admin@your.domain | |
DocumentRoot /var/www/v2proxy/ | |
ErrorLog ${APACHE_LOG_DIR}/error-v2proxy.log | |
CustomLog ${APACHE_LOG_DIR}/access-v2proxy.log combined | |
php_admin_value open_basedir "/var/www/v2proxy/:/tmp/:/proc/" | |
<Directory /var/www/v2proxy> |