minus-squaretasankovasara@sopuli.xyztoLinux@lemmy.ml•Is there a USB drive flashing program in APT?linkfedilinkarrow-up5·5 days agoScrolled a while and didn’t see it: dd if=image.iso of=/dev/yourstick bs=4M ; sync And what is yourstick? lsblk and determine by size. Use the device node, not a partition, e.g. /dev/sdb and not /dev/sdb1. linkfedilink
minus-squaretasankovasara@sopuli.xyztoLinux@lemmy.ml•What is the one app you would like made for the COSMIC Desktop?linkfedilinkarrow-up1·6 days agoA font viewer, character map app and image / pdf viewer are three clear missing links. linkfedilink
minus-squaretasankovasara@sopuli.xyztoLinux@lemmy.ml•What cursors yall use?linkfedilinkarrow-up2·1 month agoNo mention of Capitaine-cursors so there 👈 linkfedilink
minus-squaretasankovasara@sopuli.xyztoLinux@lemmy.ml•Extreme power save mode Linux ?linkfedilinkarrow-up1·3 months agoTLP. linkfedilink
Scrolled a while and didn’t see it:
dd if=image.iso of=/dev/yourstick bs=4M ; sync
And what is yourstick? lsblk and determine by size. Use the device node, not a partition, e.g. /dev/sdb and not /dev/sdb1.