This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision |
| mint [2021/12/20 20:47] – dokudoku | mint [2025/01/11 23:41] (current) – [Wayland] dokudoku |
|---|
| * 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 ==== |
| | 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> |