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 -e | |
# | |
APPLICATION="${0##*/}" | |
PACKAGES="\ | |
cgpt colordiff compizconfig-settings-manager cowsay fortune-mod fortunes fortunes-debian-hints fortunes-min \ | |
fortunes-off gparted guake ppa-purge remmina remmina-common remmina-plugin-rdp remmina-plugin-vnc screen synaptic \ | |
tmux ubuntu-wallpapers unity-tweak-tool update-manager update-manager-core update-notifier update-notifier-common \ | |
update-notifier-kde vim vim-doc vim-scripts vim-addon-manager vlc vlc-data vlc-nox vlc-plugin-notify vlc-plugin-pulse wajig" | |
SUDO='' | |
# |
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/bash | |
set -e | |
BNAME=$(basename $0) | |
USAGE=" | |
Usage: sudo bash $0 [ChrUbuntu size in GB] | |
$BNAME will resize the Chromebook to add or delete ChrUbuntu partitons. | |
$BNAME should be run from VT2 when NOT logged in. |
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
# Exits the script with return code $1, spitting out message $@ to stderr | |
error() { | |
local ecode="$1" | |
shift | |
echo "$*" 1>&2 | |
return "$ecode" | |
} | |
# Find the root drive | |
# Sets: |
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
Moved to: https://github.com/DennisLfromGA/CBC-Projects/blob/recovery-id/recovery-id.sh |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
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
Moved to: https://github.com/DennisLfromGA/CBC-Projects/blob/recovery-id/recovery-id.csv |
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
## go -d galliumos -p admin-misc kodi -H denny.chrx -U denny -v | |
chrx installer, version 2.1.2 | |
Hardware ID: LULU_D25-O2K-D2Q-Q2P | |
Model: Dell Chromebook 13 7310 | |
Released: 2015 | |
CPU Family: Intel Broadwell | |
Prognosis: success likely, ONLY IF FIRMWARE HAS BEEN UPDATED! | |
Checking hardware support for legacy boot... OK |
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 | |
ANSWER='' | |
APPLICATION="${0##*/}" | |
AVAIL='' | |
AVAILGB='' | |
BACKTAG='' | |
BACKUP='' | |
CHROOT='' | |
CHROOTS='' |
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
[ | |
{ | |
"desc": "Acer 15.6\" BSW Banjo refresh", | |
"file": "chromeos_8530.81.0_banon_recovery_stable-channel_mp.bin", | |
"filesize": 2279571456, | |
"hwidmatch": "^BANON .*", | |
"manufacturer": "Acer", | |
"name": "Acer 15.6\" Chromebook", | |
"sha1": "55283c73c64c48cca410eddc38b23a9f4854648e", | |
"url": "https://dl.google.com/dl/edgedl/chromeos/recovery/chromeos_8530.81.0_banon_recovery_stable-channel_mp.bin.zip", |
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 -e | |
### 'cb' - Shows Vital Product Data (VPD) for Chrome OS device. | |
### | |
### Typical VPD data | |
### | |
## sudo dump_vpd_log --full --stdout | |
## "mlb_serial_number"="CN0V..................." | |
## "ppid"="CN0V..................." | |
## "asset_tag"="" |
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 -e | |
REVISION=14 | |
APPL_PATH="$(readlink -f $0)" | |
APPLICATION="${0##*/}" | |
BOOT_KERNEL="" | |
BOOT_ROOT="" | |
CURRENT_BOOTPAIR="" | |
CURRENT_CHROME="" | |
CURRENT_DRIVE="" | |
CURRENT_KERNEL="" |