Skip to content

Instantly share code, notes, and snippets.

View JackieMium's full-sized avatar
🎯
Focusing

JackieMe JackieMium

🎯
Focusing
View GitHub Profile
@JackieMium
JackieMium / UpgradeNameless12.1to13.0_OnePlus9R_noDataLoss.md
Created November 6, 2022 03:16
Upgrade Nameless 12.1 to 13.0 for OnePlus 9R without data loss (20221106)

Where we at now

OnePlus 9R, unlocked, Nameless ROM 12.1, version Nameless-AOSP_kabeb-12.1-20220413-1509-Official

OOS 11 firmware based, Nameless Recovery, with Magisk Root.

The grand goal is to upgrade to Nameless 13.0, possibly without data loss ✌.

Things you need:

@JackieMium
JackieMium / quiet_boot.sh
Created October 9, 2021 03:05 — forked from indgy/quiet_boot.sh
FreeBSD Quiet Boot
#!/bin/sh
# Speed up boot slightly
sysrc background_dhclient=YES
sysrc -f /boot/loader.conf autoboot_delay=3
# Quieten boot messages
sysrc rc_startmsgs=NO
sysrc -f /boot/loader.conf boot_mute=YES
sysrc -f /boot/loader.conf beastie_disable=YES
@JackieMium
JackieMium / FreeBSD_RootOnZFS_MBRslice_DualBootWindows.md
Last active October 9, 2021 11:47
HowTo: [LegacyBIOS/MBR]Install FreeBSD RootOnZFS in a FreeBSD Slice and Dual Boot Windows

HowTo: [LegacyBIOS&MBR]Install FreeBSD RootOnZFS in a FreeBSD MBR Slice and Dual Boot Windows

Heads up:

  • Dual boot FreeBSD 13.0 RELEASE and Windows 10 was tested in a VirtualBox virtual Machine (VM).
  • Only works with legacy BIOS boot and MBR partition scheme.
  • UEFI boot and/or GPT partition scheme not tested.

2021-09-25 Jackie

@JackieMium
JackieMium / deseq-vs-edger.R
Created October 10, 2017 02:15 — forked from stephenturner/deseq-vs-edger.R
DESeq vs edgeR comparison
# Note: using the devel versions of both packages!
library(DESeq) # version 1.9.11
library(edgeR) # version 2.99.8
library(VennDiagram)
# Read in data ------------------------------------------------------------
## Use pasilla data
datafile = system.file( "extdata/pasilla_gene_counts.tsv", package="pasilla" )
datafile