Code: Select all
mkisofs -o cd.iso Folder/Code: Select all
mkisofs -o cd.iso Folder/Code: Select all
cdrdao read-cd --datafile image.bin --driver generic-mmc:0x20000 --device /dev/cdrom --read-raw image.tocCode: Select all
toc2cue image.toc image.cueCode: Select all
sudo nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan:0]/GPUTargetFanSpeed=VALUE"
Code: Select all
media-plugins/alsa-plugins
media-sound/dcaencCode: Select all
~/.local/share/nautilus/scripts/Code: Select all
nautilus -qCode: Select all
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Code: Select all
eix --only-names --installed-without-use "USE_FLAG"Code: Select all
export INSTALLED_NAME_PACKAGES=$(eix --only-names --installed-without-use "USE_FLAG")Code: Select all
emerge -pv ${INSTALLED_NAME_PACKAGES}Code: Select all
dd bs=4M if=path/to/image.iso of=/dev/disk/by-id/usb-My_flash_drive conv=fsync oflag=direct status=progressCode: Select all
zfs list -H -o name -t snapshot | xargs -n1 zfs destroyCode: Select all
zfs list -t snapshot -o name | grep zfs-auto-snap_daily | xargs -n 1 zfs destroy -rCode: Select all
grep -Rnw '/path/to/somewhere/' -e 'pattern'