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/09 00:12] – [Wayland] 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 16: Line 17:
  
 ^ Description ^ URL ^ ^ Description ^ URL ^
 +| Chrome 86 (32 Bit) | https://www.filehorse.com/download-google-chrome-portable-32/55376/download/ |
 +| Wine | Linux Mint 20.x sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'|
 | OMG Ubuntu | https://www.omgubuntu.co.uk/ | | OMG Ubuntu | https://www.omgubuntu.co.uk/ |
 | Opera and DRM | https://forums.opera.com/topic/28663/widevine-and-opera/36 | | Opera and DRM | https://forums.opera.com/topic/28663/widevine-and-opera/36 |
Line 36: 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.1639008774.txt.gz
  • Last modified: 2021/12/09 00:12
  • by dokudoku