You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eos (endless-OS 6.0) tweaks like how to install homebrew/linuxbrew package manager (since apt does not work in eos)
Stop audit from spamming dmesg by adding audit=0 to kernel params in *.conf file in /boot/loader/entries/
cd /boot/loader/entries/
sudo nano <the conf file? ### add " audio=0 " after "loglevel=0" so it says:
$ head -3 *.conf
title Endless OS 6.0.8 (ostree:0)
version 1
options rw splash plymouth.ignore-serial-consoles quiet loglevel=0 audit=0 ostr...
Use crosh in chromeos to do short SMART test of ssd/hdd and extensive bad-blocks surface scan of entire drive (for flex or non-flex chromeos)
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
in dev mode on ChromeOS, backup and restore chromebrew (crew) and non-crew, that is manually installed items, in /use/local/bin
How I backup/restore my chromebrew setup and manually-installed items in /usr/local/bin by using group
In dev mode chromeos, most mounts are noexec except /usr/local so that is why executeables are in /usr/local/bin
Almost everything in my /usr/local was installed by chromebrew (crew) except a few items I manually copied to /usr/local/bin
As a way to tag items I manually added, I change the group from chronos to some other group and I chose midis which seems safe.
So for example, I like to keep a non-executeable list of what crew has installed in /usr/local/bin
crew list installed > /usr/local/bin/crew-list-installed.txt
I also sometimes manually install in /usr/local/bin some *.sh or a few binaries crew does not (yet) provide, like btm.
Script to fetch and download the latest version of the Chrome OS Flex image
Better than forked gist here is Alternative method below...
#!/bin/bash
URLs=$(curl "https://dl.google.com/dl/edgedl/chromeos/recovery/cloudready_recovery2.json" \-s --output - | \grep "^.*\"url\".*$"| \sed "s/.*\"url\": \"\(.*\)\".*$/\1/g")printf"\nPick which channel to download your image from. Channel name is near the end of the URL.\n\n"
setup venv to have cx_Freeze create standalone executables from Python scripts, is cross-platform, and should work on any platform that Python itself works on.
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
Internet connectivity test. Dumb linux or windows shell script that logs to csv file only those pings that fail. Likely ok to leave running for days.
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
2 lines added to drivedb.h to support my old (2011-era hacked? 1TB SSD) "OWC Mercury Extreme Pro 6G" with firmware SCFM13.2
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
May fix blank chrome window on dosdude patched unsupported macs with 10.14 or maybe 10.15
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
zsh shell script to detect if running under rosetta on apple-silicon m1 macs
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
conky can show %charged for more than one battery. Like some lenovo laptops have both a non-removable battery and bigger removable bat (like x240).
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