Browser | Primary | Secondary |
---|---|---|
Firefox | Alt-← / Alt-→ | Control-] / Control-[ |
Chrome | Alt-← / Alt-→ | |
Eclipse | Alt-← / Alt-→ | |
Sublime | Alt-- / (none) | |
VS | Control-- / Control-+ | |
Atom | ?? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oc project userX-smoke | |
oc project user16-smoke | |
oc routes | |
oc get routes | |
oc get -h | |
oc get -h | |
oc get pods | |
oc get {pods,replicationController} | |
oc get pods | |
oc get replicationController |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LANG=en_US.UTF-8 | |
LC_ALL=en_US.UTF-8 | |
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | |
TERM=screen | |
LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.aac=00;36:*.au=00;36:*.fl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 10.616754] scsi 0:0:0:0: Direct-Access Inateck ASM1153E 0 PQ: 0 ANSI: 6 | |
[ 10.633514] sd 0:0:0:0: Attached scsi generic sg0 type 0 | |
[ 10.636548] sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/223 GiB) | |
[ 10.637623] sd 0:0:0:0: [sda] Write Protect is off | |
[ 10.638328] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA | |
[ 10.648508] sda: sda1 sda2 | |
[ 10.652140] sd 0:0:0:0: [sda] Attached SCSI disk | |
[ 10.912402] BTRFS: device label alcyone devid 1 transid 27 /dev/sda2 | |
[ 10.923467] BTRFS info (device sda2): use ssd allocation scheme | |
[ 10.975838] BTRFS: open_ctree failed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zswap.enabled=1 zswap.compressor=lz4 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/sda2 rootfstype=btrfs rootflags=ssd,compress=lz4 elevator=deadline fsck.repair=yes rootdelay=15 debug |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Script started on Sat 12 Sep 2015 05:04:19 PM EDT | |
/etc/zsh/zshenv:5: unknown file attribute: # | |
/etc/zsh/zshrc:56: bad pattern: (~/.config|/etc/zsh/z.d) | |
[1m[7m%[27m[1m[0m [0m[27m[24m[J | |
16001 15-09-12 17:04:19 -0400 [] | |
sunstripe:~/[K[?2004hr xxrandr- -q[?2004l | |
17:04:22 | |
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767 | |
eDP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 239mm x 134mm | |
1920x1080 59.99*+ 59.93 47.99 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ strace -f -e trace=file /usr/bin/qemu-static-arm bin/ls | |
execve("/usr/bin/qemu-arm-static", ["/usr/bin/qemu-arm-static", "bin/ls"], [/* 19 vars */]) = 0 | |
readlink("/proc/self/exe", "/usr/bin/qemu-arm-static", 4096) = 24 | |
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
Process 10943 attached | |
[pid 10942] openat(AT_FDCWD, "/etc/qemu-binfmt/arm", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
[pid 10942] open("/proc/sys/vm/mmap_min_addr", O_RDONLY) = 3 | |
[pid 10942] open("bin/ls", O_RDONLY) = 3 | |
[pid 10942] open("/lib/ld-linux-armhf.so.3", O_RDONLY) = 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# uses https://github.com/osm0sis/mkbootimg | |
# some guidance via stackoverflow.com/questions/29803996/repacak-existing-boot-img-using-mkbootimg-cyanogenmod-12-1-lollipop | |
set -ex | |
CM=~/Downloads/cm-12.1-20150730-UNOFFICIAL-fireballx.zip | |
# extract: unzip, unpackbootimg, zcat, cpio | |
test -d cm || (mkdir cm && cd cm && unzip $CM) | |
test -d unpack || (mkdir unpack && cd unpack && unpackbootimg -i ../cm/boot.img -o .) | |
test -d ramdisk-cpio || (mkdir ramdisk-cpio && cd ramdisk-cpio && zcat ../unpack/boot.img-ramdisk.gz > ramdisk.cpio) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sunstripe:~/Downloads/fastboot flash zip dr_hboot_1.15.zip | |
16:58:17 | |
sending 'zip' (393 KB)... | |
OKAY [ 0.221s] | |
writing 'zip'... | |
(bootloader) zip header checking... | |
(bootloader) zip info parsing... | |
FAILED (remote: 99 unknown fail) | |
finished. total time: 0.603s |