From a remote repository fetch branches.
mkdir ~/sandbox
cd ~/sandbox
git clone your-repository
cd your-repository/
git checkout origin/master
//http://www.mysamplecode.com/2011/08/java-rsa-encrypt-string-using-bouncy.html | |
import jenkins.bouncycastle.api.PEMEncodable | |
import static jenkins.bouncycastle.api.PEMEncodable.decode | |
import hudson.util.Secret | |
import java.util.Base64 | |
import org.bouncycastle.crypto.engines.RSAEngine | |
import org.bouncycastle.crypto.AsymmetricBlockCipher | |
import org.bouncycastle.crypto.params.AsymmetricKeyParameter |
$ ./test-fetch-content.sh | |
INFO: Preparing $PATH | |
INFO: Linked /bin/bash | |
INFO: Linked /bin/ls | |
INFO: Linked /usr/bin/7z | |
INFO: Linked /bin/mkdir | |
INFO: Linked /bin/rm | |
INFO: Linked /usr/bin/[ | |
INFO: Execute fetch-content.sh with PATH=/tmp/tmp.fWWXp8A7sN | |
+ set -e |
//run the following using Firefox Firebug on | |
//https://haveibeenpwned.com/PwnedWebsites | |
//2055538028 compromised accounts from 187 services. (2 billion accounts) | |
//http://stackoverflow.com/questions/1144783/how-to-replace-all-occurrences-of-a-string-in-javascript | |
String.prototype.replaceAll = function(search, replacement) { | |
var target = this; | |
return target.replace(new RegExp(search, 'g'), replacement); | |
}; |
I upgraded my iPhone 5s to iOS 10 and could no longer retrieve photos from it. This was unacceptable for me so I worked at achieving retrieving my photos. This document is my story (on Ubuntu 16.04).
The solution is to compile libimobiledevice and ifuse from source.
Who is this guide intended for?
In May, 2016, I completely switched all of my home computing environments to Linux. As a result, I've had to find workarounds for things which require Windows. This article outlines my first attempt to update my SENA 10S helmet communicator from KUbuntu 16.04 Linux.
If you follow this guide, I'll state up front what success you'll expect.
Notes for my system:
kubuntu-desktop
package./boot/efi
.Resources:
#doppler heal with hotkeys | |
#Created by Sam Gleske | |
#https://gist.github.com/samrocketman/12057af8bbf1463ca2a6 | |
#rev 35 | |
################################################################################ | |
#DOCUMENTATION | |
# About this program | |
# This program is designed to add hotkey functionality to my game. | |
# Additionally, it augments my ability to play using more keyboard shortcuts |
/tmp |