Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
mint [2021/12/20 20:47] dokudokumint [2025/01/11 23:41] (current) – [Wayland] dokudoku
Line 1: Line 1:
   * https://askubuntu.com/questions/617047/how-to-preview-dds-and-webp-images-on-nautilus   * https://askubuntu.com/questions/617047/how-to-preview-dds-and-webp-images-on-nautilus
 +  * https://linux-hardware.org/?probe=874d108fe3#Devices
  
 ==== How to Install libffmpeg ==== ==== How to Install libffmpeg ====
Line 38: Line 39:
 | Installing VeraCrypt | https://www.linuxbabe.com/ubuntu/install-veracrypt-ubuntu-16-04-16-10 | | Installing VeraCrypt | https://www.linuxbabe.com/ubuntu/install-veracrypt-ubuntu-16-04-16-10 |
 | Reason | https://forum.level1techs.com/t/propellerheads-reason-and-linux/130723/5 | | Reason | https://forum.level1techs.com/t/propellerheads-reason-and-linux/130723/5 |
 +| Thumbnails SMB | https://forums.linuxmint.com/viewtopic.php?t=367530 |
 +| Window List | https://cinnamon-spices.linuxmint.com/applets/view/287 |
 +
 +==== Thumbnails on Network Drives ====
 +
 +<code> 
 +sudo mkdir /media/<username>/<mount name>
 +sudo chown <username>:<username> /media/<username>/<mount name>
 +
 +sudo mount -t cifs -o username=$USER,password=<smb password),uid=$USER,gid=$USER //<smb server>/<share> /media/<username>/<mount name>
 +
 +sudo mount -t cifs -o username=jgawoods,password=ggg123,uid=jules,gid=jules //personalcloud.local/jgawoods /media/jules/jgawoods
 +sudo umount /media/jules/jgawoods
 +</code>
  • mint.1640033229.txt.gz
  • Last modified: 2021/12/20 20:47
  • by dokudoku