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
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 |
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
❯ 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 |
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
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 |
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
# 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 |
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
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 |
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
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] |
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
[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 |
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
++ 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 |
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
#!/usr/bin/env python3 | |
import argparse | |
import requests | |
ignore_list = { | |
'flathubbot' | |
} | |
def main(): |
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
❯ FLEEK_DEBUG=1 fleek apply -a | |
[DEBUG] 2023/04/03 15:15:03 /home/runner/work/fleek/fleek/internal/midcobra/debug.go:49: Debug mode enabled. | |
[DEBUG] 2023/04/03 15:15:03 /home/runner/work/fleek/fleek/internal/fleekcli/root.go:30: initializing fleek controller | |
[DEBUG] 2023/04/03 15:15:03 /home/runner/work/fleek/fleek/internal/fleekcli/fleek.go:89: config found | |
[DEBUG] 2023/04/03 15:15:03 /home/runner/work/fleek/fleek/internal/fleekcli/fleek.go:94: config status: Exists | |
[DEBUG] 2023/04/03 15:15:03 /home/runner/work/fleek/fleek/internal/fleekcli/fleek.go:96: config isn't none | |
[DEBUG] 2023/04/03 15:15:03 /home/runner/work/fleek/fleek/internal/fleekcli/fleek.go:99: validating config | |
[DEBUG] 2023/04/03 15:15:03 /home/runner/work/fleek/fleek/internal/fleekcli/fleek.go:125: flake location: /var/home/jorge/.config/home-manager | |
[DEBUG] 2023/04/03 15:15:03 /home/runner/work/fleek/fleek/internal/fleekcli/fleek.go:133: flake struct created | |
[DEBUG] 2023/04/03 15:15:03 /home/runner/work/fleek/fleek/internal/fleekcli/fleek.go: |