- install lm-sensors with your package manager
sensors
If it won't show any fan/speed, continue
sensor-detect
import "shared:shaderc" | |
import "vendor:glfw" | |
import vk "vendor:vulkan" | |
MAX_FRAMES_IN_FLIGHT :: 2 | |
Context :: struct | |
{ | |
instance: vk.Instance, |
# For those who does not care iCloud and stock mac Applications | |
# As well as stopping Spotlight completley | |
# tested on bigsur (Intel and M ) | |
#!/bin/bash | |
# Reboot your Mac into Recovery Mode | |
# Terminal from top menu | |
# csrutil disable | |
# csrutil authenticated-root disable |
#!/bin/bash | |
# Source: https://docs.aws.amazon.com/general/latest/gr/sigv4-signed-request-examples.html | |
[[ -n "${AWS_ACCESS_KEY_ID}" ]] || { echo "AWS_ACCESS_KEY_ID required" >&2; exit 1; } | |
[[ -n "${AWS_SECRET_ACCESS_KEY}" ]] || { echo "AWS_SECRET_ACCESS_KEY required" >&2; exit 1; } | |
readonly parameterName="SlawekTestParam" | |
readonly method="POST" |
Some MacOS users have very cluttered Docks & wish they could organize them without removing any App icons from the mix.
This snippet will add an empty "spacer" that you can drag around and use to separate icons into groups! See example.
Paste this into your Terminal. Run the command for additional placeholders!