Run
wget https://gist.githubusercontent.com/pyk/19a619b0763d6de06786/raw/b09ce3a6626484adb5339597dfd391d0db9fe3cb/install-oracle-java-8-on-debian-jessie.sh
sh install-oracle-java-8-on-debian-jessie.sh
See the following blog post
// taken from d9wip | |
#define TOP_SCREEN0 (u8*)(*(u32*)0x23FFFE00) | |
#define TOP_SCREEN1 (u8*)(*(u32*)0x23FFFE00) | |
#define BOT_SCREEN0 (u8*)(*(u32*)0x23FFFE08) | |
void Screenshot(const char* path) | |
{ | |
u8* buffer = (u8*) 0x21000054; // careful, this area is used by other functions in Decrypt9 | |
u8* buffer_t = buffer + 54 + (400 * 240 * 3); |
Run
wget https://gist.githubusercontent.com/pyk/19a619b0763d6de06786/raw/b09ce3a6626484adb5339597dfd391d0db9fe3cb/install-oracle-java-8-on-debian-jessie.sh
sh install-oracle-java-8-on-debian-jessie.sh
See the following blog post
#!/bin/bash | |
# This isn't really that safe to blindly run, | |
# as it uses sudo to change system file permissions. | |
# Hopefully it shouldn't break anything though. | |
# Usage: ds4led [r value] [g value] [b value] | |
# or `ds4led orange` to set it to orange. | |
DS4="0003:054C:05C4.*" | |
cd /sys/class/leds |
#!/bin/sh | |
# | |
# !!! IMPORTANT !!! | |
# As of 2017-12-14, pacaur is unmaintained (https://bbs.archlinux.org/viewtopic.php?pid=1755144#p1755144) | |
# For alternatives see the arch wiki: https://wiki.archlinux.org/index.php/AUR_helpers#Active | |
# pacaur seems to get occasional updates to fix breaking changes due to pacman updates though. | |
# | |
# If you are new to arch, I encourage you to at least read and understand what | |
# this script does befor blindley running it. | |
# That's why I didn't make a one-liner out of it so you have an easier time |
Password-store keeps your passwords (or any other sensitive information) saved in GnuPG encrypted files organized in ~/.password-store
. For more information about GPG, consult the GNU Privacy Handbook.
To get started, install pass
and generate a keypair.
$ brew install pass
$ gpg --gen-key
$ gpg --list-keys
deb http://ftp.nl.debian.org/debian/ testing main contrib | |
deb-src http://ftp.nl.debian.org/debian/ testing main contrib | |
deb http://security.debian.org/ testing/updates main contrib | |
deb-src http://security.debian.org/ testing/updates main contrib | |
deb http://ftp.nl.debian.org/debian/ testing-updates main contrib | |
deb-src http://ftp.nl.debian.org/debian/ testing-updates main contrib | |