Device:
046d:08c1 Logitech, Inc. QuickCam Fusion
Microphone works finde on Ubuntu, bute Cheese doesn't show a picture.
Solution: Add your user to the video group and reboot.
$ sudo adduser video
import React, { PropsWithChildren, ReactNode } from 'react'; | |
export interface ConditionalWrapperProps extends PropsWithChildren { | |
condition: boolean; | |
wrapper: (a: ReactNode) => {}; | |
} | |
const ConditionalWrapper: React.FC<ConditionalWrapperProps> = ({ | |
condition, | |
wrapper, |
#!/bin/bash | |
# List of casks to exclude | |
excluded_casks=("autodesk-fusion360" "setapp") | |
# Get the list of outdated casks | |
outdated_casks=$(brew outdated --casks --greedy --quiet) | |
# Loop through the outdated casks and upgrade them, excluding the ones in the excluded_casks list | |
for cask in $outdated_casks; do |
find . -maxdepth 1 -name '*.zip' -exec mvexistsuffix {} zip lha \; |
Device:
046d:08c1 Logitech, Inc. QuickCam Fusion
Microphone works finde on Ubuntu, bute Cheese doesn't show a picture.
Solution: Add your user to the video group and reboot.
$ sudo adduser video
// Activate App by name | |
function run(argv) { | |
const appname = argv[0]; | |
const app = Application(appname); | |
app.activate(); | |
} |
A Pen by Tamio Honma on CodePen.
A Pen by Tamio Honma on CodePen.
h1 Wash your hands | |
p | |
a(href="https://www.who.int/gpsc/clean_hands_protection/") WHO: Clean protect against infection | |
.hands.hands--full-screen | |
.hand.hand--right | |
.hand.hand--left |
VBoxManage setextradata "VM name" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemVendor" "VMware, Inc." | |
VBoxManage setextradata "VM name" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemProduct" "VMware Virtual Platform" |