Skip to content

Instantly share code, notes, and snippets.

View mdhash's full-sized avatar
🎯
Focusing

Pushkar Pathak mdhash

🎯
Focusing
View GitHub Profile
@mdhash
mdhash / Report_GSoC.md
Last active August 28, 2017 09:49
The Tor Project - Ahmia GSoC 2017

Following is the report of my work done on Ahmia(https://ahmia.fi) during Google Summer of Code 2017.

Ahmia is a search engine that indexes, searches, and catalogs content published on Tor Hidden Services. First of all I would like to thank my mentor, Juha Nurmi, and the Tor community for their constant guidance. It has been a productive summer for me and a great experience working with the Tor community.

Overview

The codebase is divided into three parts :

  • Index : It refers to the data that Ahmia has collected.
@mdhash
mdhash / create-iso.sh
Created July 20, 2017 17:20 — forked from julianxhokaxhiu/create-iso.sh
Simple bash script to create a Bootable ISO from macOS Sierra Install Image from Mac App Store
#!/bin/bash
#
# Credits to fuckbecauseican5 from https://www.reddit.com/r/hackintosh/comments/4s561a/macos_sierra_16a238m_install_success_and_guide/
# Adapted to work with the official image available into Mac App Store
#
# Enjoy!
hdiutil attach /Applications/Install\ macOS\ Sierra.app/Contents/SharedSupport/InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app
hdiutil create -o /tmp/Sierra.cdr -size 7316m -layout SPUD -fs HFS+J
hdiutil attach /tmp/Sierra.cdr.dmg -noverify -nobrowse -mountpoint /Volumes/install_build