Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
linux:linux-tutorials:quickfixes [2024/04/03 15:49] – ↷ Page name changed from linux:linux-tutorials:hotfixes to linux:linux-tutorials:quickfixes Zyzonixlinux:linux-tutorials:quickfixes [2024/04/21 16:24] (current) – [Relaunch KDE Plasma after freeze] Zyzonix
Line 1: Line 1:
 ===== Quickfixes ===== ===== Quickfixes =====
 +
 +==== Create .img on Linux CLI ====
 +It's quite simple to create an image of a disk, for example an SD card, therefore use the following command:
 +<code bash>dd if=/path/to/device of=image.img</code>
 +
 +The ''/path/to/device'' can be found out with:
 +<code bash>lsblk</code>
 +For example it can be ''/dev/sda''.
 +Remind that using this method will include also empty parts. An image of a 32 GB SD card will later have a size of 32 GB although for example 16 GB are unused.
 +
 +-----
  
 ==== Relaunch KDE Plasma after freeze ==== ==== Relaunch KDE Plasma after freeze ====
  • linux/linux-tutorials/quickfixes.txt
  • Last modified: 2024/04/21 16:24
  • by Zyzonix