I hereby claim:
- I am jamincollins on github.
- I am jamincollins (https://keybase.io/jamincollins) on keybase.
- I have a public key ASBlaiEnqnQRJumFy17NGzBIPdir8gOeuVPR-35Ys1_BxQo
To claim this, I am signing this object:
| #!/bin/bash | |
| check_permissions() { | |
| TGT=${1} | |
| if [ -L ${TGT} ]; then | |
| echo -n "${TGT} -> " | |
| TGT=$(readlink -f ${TGT}) | |
| echo "${TGT}" | |
| fi | |
| echo $(stat -c "%A %U:%G" ${TGT}) ${TGT} |
I hereby claim:
To claim this, I am signing this object:
| # Thinkpad P1 w/ Quadro P1000 | |
| $ lspci | grep -i vga | |
| 00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Mobile) | |
| 01:00.0 VGA compatible controller: NVIDIA Corporation GP107GLM [Quadro P1000 Mobile] (rev a1) | |
| $ cat /proc/cmdline | |
| BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/nvme-root rw drm.rnodes=1 net.ifnames=1 | |
| $ pacman -Q | grep -P '(video-(intel|nouveau)|^linux |xorg-server )' |
| #!/usr/bin/env bash | |
| # | |
| # Author: postmodern | |
| # Description: | |
| # Rips a DVD to a H.264 MKV file, with chapters and tags. Ignores any | |
| # bad blocks or sectors on the DVD. | |
| # Dependencies: | |
| # * gddrescue | |
| # * handbrake-cli | |
| # * mkvtoolnix |
wsl --set-default-version 2 in windows command line, so that all future WSL machine will use WSL2.| #!/usr/bin/env python3 | |
| import RPi.GPIO as GPIO | |
| import sys | |
| import time | |
| class Fan: | |
| rpm = 0 |
| #!/usr/bin/env python3 | |
| import RPi.GPIO as GPIO | |
| import os | |
| import socket | |
| import sys | |
| import time | |
| from threading import Thread |
| -- BEGIN SHA512/256(`${alphabetize(name)}@${order(version)}`) -- | |
| @alloc/[email protected] | |
| @ampproject/[email protected] | |
| @esbuild/[email protected] | |
| @esbuild/[email protected] | |
| @esbuild/[email protected] | |
| @esbuild/[email protected] | |
| @esbuild/[email protected] | |
| @esbuild/[email protected] |
| bun install v1.0.35 (940448d6) | |
| Loaded 260 hoisted_dependencies | |
| Loaded 353 resolutions | |
| Loaded 353 dependencies | |
| Loaded 14 extern_strings | |
| Loaded 19433 string_bytes | |
| Clean lockfile: 253 packages - 253 packages in 1.9ms | |
| error: failed to enqueue lifecycle scripts for @sveltejs/kit: ENOENT |