Linux: Difference between revisions
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
= Storage = | = Storage = | ||
<pre>lsblk</pre> to list the storage devices | <pre>lsblk</pre> to list the storage devices | ||
== ext4 on | == ext4 on Windows == | ||
<pre> | <pre> | ||
# Mount Disk: | # Mount Disk: |
Revision as of 15:27, 5 January 2024
Cinnamon
Workspaces
- Control-Alt-UpArrow: show workspaces
- add workspaces: https://unix.stackexchange.com/questions/57311/how-do-i-change-the-number-of-available-workspaces-in-cinnamon
Keybindings
C-M-<backspace> Kill X Server
Preferences > Keyboard > Layouts > Options > Key Sequence to kill the X Server
Firefox
https://old.reddit.com/r/programming/comments/18v16ee/in_2024_please_switch_to_firefox/
Updates
Kill Updates With Fire: https://support.mozilla.org/en-US/questions/1327455
$ cat /usr/local/share/firefox/distribution/policies.json { "policies": { "DisableAppUpdate": true } }
Containers
Storage
lsblk
to list the storage devices
ext4 on Windows
# Mount Disk: wsl --mount <DiskPath> # To list the available disks in Windows, run: wmic diskdrive list brief # To unmount and detach the disk from WSL 2, run wsl --unmount <Diskpath>