yabs.io

Yet Another Bookmarks Service

Viewing mzimmerm's Bookmarks

command delete ,

[https://stackoverflow.com/questions/77708142/how-can-i-fetch-vram-and-gpu-cache-size-in-linux] - - public:mzimmerm
amd, apu, command, linux, memory - 5 | id:1489838 -

If you have AMD GPU as I do then you can grab PCI ID for the device with lspci command executed with -D flag (shows PCI doamin) and read the following file cat /sys/bus/pci/devices/${pci_slot}/mem_info_vram_total, it contains GPU VRAM size in bytes.

[https://stackoverflow.com/questions/55004302/how-do-you-pass-arguments-from-command-line-to-main-in-flutter-dart] - - public:mzimmerm
parameter, main, dart, command - 4 | id:1420580 -

The correct way: flutter run -d linux --dart-entrypoint-args 'arg1 arg2' file_with_main.dart => main(List args) => args[0]=arg1, args[1]=arg2 The workaround: flutter run -d linux --dart-define=PSEUDO_ARGS='arg1 arg2' file_with_main.dart => In main, use args=String.fromEnvironment('PSEUDO_ARGS').split(' ') => args[0]=arg1, args[1]=arg2

[https://docs.aws.amazon.com/cli/latest/reference/ecs/update-service.html] - - public:mzimmerm
aws, command - 2 | id:1294231 -

Command can be used to set desired_count, max_count, etc, on a service. Something like: aws ecs --cluster=goosepilot list-services; aws ecs --cluster=goosepilot update-service --service=“arn:aws:ecs:us-east-2:823978586159:service/goosepilot/goosepilot“ --desired-count=0

[https://electrictoolbox.com/rsync-ignore-existing-update-newer/] - - public:mzimmerm
good, rsync, linux, command - 4 | id:958875 -

Describes the default behavior is to force target system to be the same as source system.

With marked bookmarks
| (+) | |

Viewing 1 - 14, 14 links out of 14 links, page: 1

Follow Tags

Manage

Export:

JSONXMLRSS