Skip to content

Instantly share code, notes, and snippets.

View micfogas's full-sized avatar

technotic micfogas

View GitHub Profile
@Bas-moz
Bas-moz / dshot_aiopru.diff
Last active November 21, 2023 19:08
WIP patch with working DShot support for Beaglebone Blue
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
@AmbroseNTK
AmbroseNTK / Microsoft Office 2019 RTM GVLK Keys
Created November 12, 2019 13:24 — forked from marwein/Microsoft Office 2019 RTM GVLK Keys
Microsoft Office 2019 RTM default #GVLK (Generic Volume License Key)
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.
@mrughindersingh
mrughindersingh / Qradar Installation - (fixing the centos-gluster38 AND kmod_pf_ring errors)
Last active September 28, 2023 17:44
How to install QRadar community edition in CentOS successfully (fixing the centos-gluster38 AND kmod_pf_ring errors)
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:
@jinyu121
jinyu121 / apache_v2proxy.conf
Last active March 7, 2023 16:47
V2Ray: VMess over apache TLS
<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>