https://certbot.eff.org/#ubuntutrusty-other
mkdir -p /etc/letsencrypt/configs- Create the file:
/etc/letsencrypt/configs/domain.com.conf mkdir -p /var/www/letsencrypt/
| // start with: | |
| // frida -U -l pinning.js -f [APP_ID] --no-pause | |
| Java.perform(function () { | |
| console.log('') | |
| console.log('===') | |
| console.log('* Injecting hooks into common certificate pinning methods *') | |
| console.log('===') | |
| var X509TrustManager = Java.use('javax.net.ssl.X509TrustManager'); |
| # to be used in conjunction with the functions defined here: | |
| # https://colab.research.google.com/github/tensorflow/hub/blob/master/examples/colab/biggan_generation_with_tf_hub.ipynb | |
| # party parrot transformation | |
| noise_seed_A = 3 # right facing | |
| noise_seed_B = 31 # left facing | |
| num_interps = 14 | |
| truncation = 0.2 | |
| category = 14 |
| #!/bin/bash | |
| set -e | |
| CONTENTS=$(tesseract -c language_model_penalty_non_dict_word=0.8 --tessdata-dir /usr/local/share/tessdata/ "$1" stdout -l eng | xml esc) | |
| hex=$((cat <<EOF | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> |
| #!/bin/sh | |
| # More Mac setup at https://mac.iamdeveloper.com | |
| # Log file | |
| timestamp=$(date +%s) | |
| logFile="./my-mac-setup-$timestamp.log" | |
| # if true is passed in, things will reinstall | |
| reinstall=$1 |
| sudo add-apt-repository ppa:openjdk-r/ppa | |
| sudo apt-get update | |
| sudo apt-get install openjdk-7-jre | |
| # install openjdk | |
| sudo apt-get install openjdk-7-jdk | |
| # download android sdk | |
| wget http://dl.google.com/android/android-sdk_r24.2-linux.tgz |
| /* | |
| Extracts each .spa file in Spotify's Apps directory without manually doing it yourself. | |
| The default folder is put on the desktop. | |
| To change that, change the following part of the command: | |
| `~/Desktop/Apps && cd ~/Desktop/Apps` | |
| Procedure: | |
| 1. Change directory to /Applications/Spotify.app/Contents/Resources/Apps | |
| 2. Copy the files within the directory to ~/Desktop/Apps and change directory |
https://certbot.eff.org/#ubuntutrusty-other
mkdir -p /etc/letsencrypt/configs/etc/letsencrypt/configs/domain.com.confmkdir -p /var/www/letsencrypt/(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
Note: This was written in 2015, it may be out of date now.
There are a lot of commands here which I use
sudoif you don't know what you're doing withsudo, especially where Irmyou can severely screw up your system.
There are many reasons which you would want to remove a piece of software such as McAfee, such as not wanting it to hammer your CPU during work hours which seems like primetime for a virus scan.
I intend this to be a living document, I have included suggestions from peoples' replies.