Skip to content

Instantly share code, notes, and snippets.

View castrojo's full-sized avatar
🦖
Bluefin forever!

Jorge O. Castro castrojo

🦖
Bluefin forever!
View GitHub Profile
# dmidecode 3.5
Getting SMBIOS data from sysfs.
SMBIOS 3.4 present.
54 structures occupying 4062 bytes.
Table at 0x3EFB8000.
Handle 0x0000, DMI type 0, 26 bytes
BIOS Information
jorge@exo home/jorge/.config
❯ topgrade
── 16:42:50 - System update ────────────────────────────────────────────────────
note: automatic updates (stage) are enabled
Pulling manifest: ostree-image-signed:docker://ghcr.io/ublue-os/bluefin-dx:39
Importing: ostree-image-signed:docker://ghcr.io/ublue-os/bluefin-dx:39 (digest: sha256:adf87c3878087f213384027127c75317f1c29542f69f49cee3aa0357087faff4)
ostree chunk layers already present: 65
custom layers needed: 3 (1.6 GB)
Staging deployment... done
GNU nano 7.2 bluefin-cli.just
bluefin-cli:
#!/usr/bin/env bash
echo "Configuring Bluefin's CLI"
OPTION=$(gum choose "Ubuntu" "Fedora" "Bluefin" "None")
if [ "$OPTION" = "Ubuntu" ]
then
distrobox-create --nvidia --image ghcr.io/ublue-os/ubuntu-toolbox:latest -n ubuntu -Y
elif [ "$OPTION" = "Fedora" ]
then
❯ cat /var/home/jorge/.var/app/com.valvesoftware.Steam/.config/MangoHud/MangoHud.conf
### MangoHud configuration file
### Uncomment any options you wish to enable. Default options are left uncommented
### Use some_parameter=0 to disable a parameter (only works with on/off parameters)
### Everything below can be used / overridden with the environment variable MANGOHUD_CONFIG instead
################ INFORMATIONAL #################
## prints possible options on stdout
# help
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
6d6b82d26be2 willfarrell/autoheal:latest "/docker-entrypoint …" 19 hours ago Up 19 hours (healthy) autoheal
ab11962c83ce linuxserver/bazarr "/init" 43 hours ago Up 43 hours bazarr
695ff6f17890 lscr.io/linuxserver/sonarr "/init" 5 days ago Up 5 days sonarr
f15984496516 linuxserver/tautulli "/init" 6 days ago Up 6 days tautulli
5182d380fd5c linuxserver/unifi-controller:latest "/init" 7 days ago Up 7 days unifi
aa391aa85073
# Due Diligence Template
This template provides the TOC with the outline for completing due diligence of a project to move levels. This universal template is designed to capture all criteria so the TOC may ensure prior level criteria do not regress. As part of completing the due diligence, the TOC member should update the template to convey the level the project applied for the criteria by bolding the level indicated where the criteria is relevant.
For example, a graduation level evalution of this criteria would appear like:
**Give a presentation and engage with the domain specific TAG(s) to increase awareness**
* Sandbox - Suggested
## $LEVEL Evaluation Summary for $PROJECT
7zip-2301-r1
7zip-doc-2301-r1
aactl-0.4.12-r2
abseil-cpp-20230802.1-r0
abseil-cpp-dev-20230802.1-r0
abseillib-20230802.1-r0
acl-2.3.1-r4
acl-dev-2.3.1-r4
acme.sh-3.0.6-r0
actions-runner-controller-0.5.0-r1
orge@exo:~$ cat /etc/distrobox/distrobox.ini
[ubuntu]
image=ghcr.io/ublue-os/ubuntu-toolbox:latest
init=false
nvidia=true
pull=true
root=false
replace=true
[fedora]
[mlbox]
image=nvcr.io/nvidia/pytorch:23.07-py3
additional_packages="nano git htop"
init_hooks="pip3 install huggingface_hub tokenizers transformers accelerate datasets wandb peft bitsandbytes fastcore fastprogress watermark torchmetrics deepspeed xformers"
pre-init-hooks="/init_script.sh"
nvidia=true
pull=true
root=false
replace=true
++ echo 'distrobox: Installing basic packages...'
++ cut -d: -f2-
+ current_line=' Installing basic packages...'
+ grep -q ' Installing basic packages...' /var/home/jorge/.cache/.omg.status
+ printf '\033[32m [ OK ]\n\033[0m%-40s\t' ' Installing basic packages...'
[ OK ]
Installing basic packages... + printf '%s\n' ' Installing basic packages...'
+ IFS=
+ read -r line
+ case "${line}" in