Skip to content

Instantly share code, notes, and snippets.

View ConnectionMaster's full-sized avatar

ConnectionMaster

  • https://www.facebook.com/No.1soulsourcepage
View GitHub Profile
@ConnectionMaster
ConnectionMaster / osx_setup.md
Created April 21, 2019 11:19 — forked from millermedeiros/osx_setup.md
Mac OS X setup

Setup Mac OS X

Edit: I've done the same process every couple years since 2013 (Mountain Lion, Mavericks and High Sierra).

I just replaced the hard drive of my mbp and decided to do a clean install of Mountain Lion (10.8.5) since I was still using Snow Leopard (10.6.8).

I kinda regret for not using Boxen to automate the process, but TBH I have this laptop for almost 3yrs and this is the first

@ConnectionMaster
ConnectionMaster / GitForWindowsSetup.md
Created April 23, 2019 17:25 — forked from dmangiarelli/GitForWindowsSetup.md
How to setup SSH with Git for Windows

How to setup Git for Windows

I know this document seems long, but it shouldn't be too difficult to follow. This guide is based on Windows, but every program here has Linux/Mac equivalents, and in most cases they're built-in. So, take a deep breath and go step by step.

The steps below are for GitHub, but the steps are almost idential for Bitbucket, Heroku, etc.

You'll probably want to make sure Chocolatey is installed, since it streamlines installing this stuff later. If you install via Chocolatey, you don't need to run the installers from the products' respective sites.

Cmder / ConEmu

@ConnectionMaster
ConnectionMaster / dosbox_ppp.sh
Created April 23, 2019 17:33 — forked from mainframed/dosbox_ppp.sh
This script lets you connect Windows 3.11 to the internet with PPP and Trumpet WinSock in DOSBox
#!/bin/bash
#
# Heavily Modified from: https://www.dosbox.com/wiki/PPP_configuration_on_linux_host
#
# Usage:
# sudo ./isp.sh
#
# This script makes it so you can browse the net with DOSBox and Trumpet Winsock in
# Windows 3.11
#
@ConnectionMaster
ConnectionMaster / fix-xbox-one-controller-windows-10.md
Created April 23, 2019 19:08 — forked from ziadoz/fix-xbox-one-controller-windows-10.md
Fix Xbox One Controller issues after Windows 10 Anniversary update

Fix Xbox One Controller on Windows 10 Anniversary

After the Windows 10 Anniversary update Xbox One Controllers may start showing up as two XInput devices in Steam, and button presses occur twice.

To fix this you need to patch in the xinputhid.sys file from an earlier Windows 7 driver.

Note: This fix only works for connecting the controller via USB cable or USB wireless adapter, the new Bluetooth controller when paired still doesn't work.

Download the Windows 7 Driver

@ConnectionMaster
ConnectionMaster / ccleaner serial keys.txt
Created May 8, 2019 01:33 — forked from azizurrehman/ccleaner serial keys.txt
CCleaner 5.13.5460 Serial Keys Free
C2YW-IAHG-ZU62-INZQ-WZPC
C2YW-2BAM-ADC2-89RV-YZPC
C2YW-XFCX-ABIG-GZD4-8ZPC
C2YW-XK32-GBVV-N3BH-2ZPC
C2YW-JKW5-KK79-XHR2-4ZPC
C2YW-QTRT-ZVCG-PQDK-CZPC
C2YW-GP33-TPIU-BGM8-AZPC
Source: http://windowsloaders.com/ccleaner-professional-plus-crack-for-windows/
@ConnectionMaster
ConnectionMaster / 0_python_email.md
Created May 15, 2019 14:18 — forked from nickoala/0_python_email.md
Use Python to send and receive emails

Use Python to:

  • send a plain text email
  • send an email with attachment
  • receive and filter emails according to some criteria
@ConnectionMaster
ConnectionMaster / README.md
Created May 20, 2019 13:36 — forked from katspaugh/README.md
Yandex.Direct API client (see http://api.yandex.com/direct/)

Usage

Instantiate with a path to the directory containing the SSL certificate and key (issued by Yandex.Direct).

from directmanager import DirectManager

manager = DirectManager('~/.certificates')

manager.set_cid(2139432)

1. install openjdk
`sudo apt-get install openjdk-7-jdk`
2. install `android sdk`
# download android sdk
wget http://dl.google.com/android/android-sdk_r24.2-linux.tgz
tar -xvf android-sdk_r24.2-linux.tgz
cd android-sdk-linux/tools
@ConnectionMaster
ConnectionMaster / 1.RegistrySnapshot.xml
Created May 24, 2019 14:39
freemake-video-converter v4.1.9.45 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<user>S-1-5-21-1953236517-242735908-2433092285-500</user>
<keys>
<key installerType="InnoSetup" displayName="Freemake Video Converter version 4.1.9" displayVersion="4.1.9">
<RegistryView>Registry32</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Freemake Video Converter_is1</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[C:\Program Files (x86)\Freemake\]]></InstallLocation>
<UninstallString><![CDATA["C:\Program Files (x86)\Freemake\Freemake Video Converter\Uninstall\unins000.exe" /SILENT]]></UninstallString>