minus-squaretasankovasara@sopuli.xyztoLinux@lemmy.ml•Is there a USB drive flashing program in APT?linkfedilinkarrow-up5·3 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·4 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
tasankovasara@sopuli.xyz to Augmented Reality (AR)@lemmy.worldEnglish · 1 year agoFramebuffer size on the XReal One Pro?plus-squaremessage-squaremessage-square0linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareFramebuffer size on the XReal One Pro?plus-squaretasankovasara@sopuli.xyz to Augmented Reality (AR)@lemmy.worldEnglish · 1 year agomessage-square0linkfedilink
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.