After every update, SteamOS is unable to compile. I have a test.c app that I made to check/test this:
test.c:
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>| Settings: | |
| - key: localRepository | |
| version: 1.0.0 | |
| type: string | |
| description: "The local repository. Default value is: ${user.home}/.m2/repository" | |
| - key: interactiveMode | |
| version: 1.0.0 | |
| type: boolean | |
| description: "Whether Maven should attempt to interact with the user for input." | |
| default: true |
| #!/usr/bin/env bash | |
| CPU_INFO=$( | |
| lscpu --hierarchic=never -J | | |
| yq -pj -oy '.lscpu[] | .field |= sub(":$"; "") | . |= { (.field): .data }' | | |
| yq -py -oj '.Flags |= (split(" ") | sort)' | | |
| jq 'to_entries | .[0:16] | from_entries' | | |
| yq -pj -oy '{"CPU": .}' | |
| ) \ | |
| FLAGS=$( |
After every update, SteamOS is unable to compile. I have a test.c app that I made to check/test this:
test.c:
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>| #!/usr/bin/env bash | |
| fd \ | |
| -e plist \ | |
| --exclude "Library/Application Support" \ | |
| --exclude "Library/Assistant" \ | |
| --exclude "Library/Daemon Containers" \ | |
| --exclude "Library/Autosave Information" . | \ | |
| fzf --preview 'plistutil -p {} | yq -oy . -C -P' |
| 16:00:54 free -h | yq -pp | |
| 16:01:06 free -h | yq -pp -oy | |
| 16:01:17 free -h | yq | |
| 16:01:19 free -h | yq . | |
| 16:01:22 free -h | yq -pt | |
| 16:03:38 free -h | yq -pp | sed 's/total/\\ttotal/g' | |
| 16:03:44 free -h | yq -pp | sed 's/total/\\\ttotal/g' | |
| 16:03:49 free -h | yq -pp | sed 's/total/\\\\ttotal/g' | |
| 16:03:56 free -h | yq -pp | sed 's/total/\\ttotal/g' | |
| 16:03:59 free -h | yq -pp | sed 's/total/\ttotal/g' |
| #!/usr/bin/env bash | |
| # Mom, can we get kafka, pleeeasee?? | |
| # No! We got | |
| # kafka-at-home.sh | |
| process() { | |
| msg="$1" | |
| [[ "$msg" == "quit" ]] && exit 1 | |
| echo -e "Received message:" |
| #!/usr/bin/env bash | |
| set -e | |
| if [[ $OSTYPE == 'darwin'* ]]; then | |
| XARGS='gxargs' | |
| else | |
| XARGS='xargs' | |
| fi | |
| # Default values |
| patreon scrib baray link in the description down below that's | |
| patreon subcribes liay Linked In the description down below that's | |
| patreon scribes Le baray Linked In the description down below | |
| patreon scribes libray Linked In the description down below that's | |
| patreon scribes libr pay Linked In the description down below | |
| patreon scribes liay Linked In the description down below that's | |
| patreon scribes baray Linked In the description down below that's | |
| patreon subcribes veray Linked In the description down below that's | |
| patreon subscrib baray Link in the description down below that's | |
| patreon subcrib Link in the description down below YouTube legally |
| Feature | Amazon Linux 2 (AL2) | Amazon Linux 2023 (AL2023) | Bottlerocket |
|---|---|---|---|
| Purpose | General purpose; optimized for AWS | General purpose; optimized for latest AWS capabilities | Purpose-built for hosting container workloads |
| Support Duration | Long-term support until June 30, 2023 | Supported for five years post general availability | Supported by AWS, with frequent updates |
| Package Management | Uses yum |