Skip to content

Instantly share code, notes, and snippets.

View InfiniteDevelopment's full-sized avatar

Xavier D. Johnson InfiniteDevelopment

View GitHub Profile
@InfiniteDevelopment
InfiniteDevelopment / drcov-3-to-2.py
Created May 9, 2023 06:32 — forked from wumb0/drcov-3-to-2.py
convert a drcov version 3 file to drcov version 2 for lighthouse
"""
drcov version 3 isn't supported by lighthouse :(
convert drcov version 3 with module table version 5 to drcov version 2
with module table version 2 so lighthouse will eat it!
"""
import sys
import re

Keybase proof

I hereby claim:

  • I am infinitedevelopment on github.
  • I am xavierdjohnson (https://keybase.io/xavierdjohnson) on keybase.
  • I have a public key ASAZNc6gtxWDDOg7PZK08g-FwARcVwdmWoc0FV4f6lP0Bgo

To claim this, I am signing this object:

@InfiniteDevelopment
InfiniteDevelopment / boxstarter_oalabs_x86vm.ps1
Created July 21, 2018 13:33 — forked from OALabs/boxstarter_oalabs_x86vm.ps1
Boxstarter - One click malware analysis tools installer for 32bit VM
Set-ExecutionPolicy Unrestricted;
iex ((New-Object System.Net.WebClient).DownloadString('http://boxstarter.org/bootstrapper.ps1'));
get-boxstarter -Force;
Install-BoxstarterPackage -PackageName 'https://gist.githubusercontent.com/OALabs/afb619ce8778302c324373378abbaef5/raw/4006323180791f464ec0a8a838c7b681f42d238c/oalabs_x86vm.ps1';
@InfiniteDevelopment
InfiniteDevelopment / phabricator_readme.md
Created July 11, 2016 15:27 — forked from sparrc/phabricator_readme.md
Phabricator Ubuntu Installation Guide

Phabricator Ubuntu Installation Guide

This is a supplement to the official Phabricator Installation Guide, because their guide will leave you with all kinds of permission and config errors and ~15,000 setup issues on startup.

Install bonus packages:

# apt-get install mercurial subversion python-pygments sendmail imagemagick

Create necessary users and add phd-user to sudoers:

#!/bin/bash
# Run this script just before you put the laptop in the bin for security scanning.
# You can add the seconds the laptop will be waiting before speaking. The default
# is waiting for 180 seconds (3 minutes).
# Switch to the login screen, effectively locking the screen.
function lockscreen() {
/System/Library/CoreServices/"Menu Extras"/User.menu/Contents/Resources/CGSession -suspend
}
@InfiniteDevelopment
InfiniteDevelopment / gist:520e009fd9fe272cefac41622846d478
Created April 28, 2016 19:16 — forked from micheleorsi/gist:bd20912b2489f3432558
Installation Jenkins and Sonarqube as CI on ubuntu/trusty64
# set public key
# update VM
sudo apt-get update
# JAVA installation
sudo add-apt-repository ppa:webupd8team/java && sudo apt-get update && sudo apt-get install oracle-java7-installer && sudo apt-get install oracle-java7-set-default
# install git
sudo apt-get install git zip ant
@InfiniteDevelopment
InfiniteDevelopment / README.md
Created January 29, 2016 18:46 — forked from dergachev/README.md
Vagrant tutorial

Vagrant Setup

This tutorial guides you through creating your first Vagrant project.

We start with a generic Ubuntu VM, and use the Chef provisioning tool to:

  • install packages for vim, git
  • create user accounts, as specified in included JSON config files
  • install specified user dotfiles (.bashrc, .vimrc, etc) from a git repository

Afterwards, we'll see how easy it is to package our newly provisioned VM

@InfiniteDevelopment
InfiniteDevelopment / sublime-text-3-build-3065-license.md
Created December 10, 2015 14:57
Sublime Text 3 (build 3065+) - VALID License

SublimeText3 Valid License without cracking! Just download/install then use this license.

Notice that it may not work on dev builds, but still works on 3083 build!

----- BEGIN LICENSE -----

Andrew Weber
Single User License
EA7E-855605
813A03DD 5E4AD9E6 6C0EEB94 BC99798F
#!/Applications/XAMPP/xamppfiles/bin/php
<?php
/**
* phpDocumentor
*
* PHP Version 5.3
*
* @copyright 2010-2013 Mike van Riel / Naenius (http://www.naenius.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link http://phpdoc.org