| Next revision | Previous revision |
| mint [2021/01/26 19:26] – created dokudoku | mint [2025/01/11 23:41] (current) – [Wayland] dokudoku |
|---|
| * https://forums.opera.com/topic/28663/widevine-and-opera/36 | * https://askubuntu.com/questions/617047/how-to-preview-dds-and-webp-images-on-nautilus |
| * http://www.imagemagick.org/script/mogrify.php | * https://linux-hardware.org/?probe=874d108fe3#Devices |
| * http://www.blender.org/download/ | |
| * https://apps.ubuntu.com/cat/applications/ogmrip/ | ==== How to Install libffmpeg ==== |
| * http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-linux/index.html#axzz32OS7nfOx | |
| * https://community.linuxmint.com/tutorial/view/1238 | * For Opera for Linux_x64 |
| * https://community.linuxmint.com/tutorial/view/1238 | * Goto the URL <code>opera://about</code> and look at the "Browser identification" (User-Agent) string to see what major version of Chromium Opera is using (79, 80, 81, 82 etc.). Also, take note of the "install" path. You'll need that later. |
| * https://unix.stackexchange.com/questions/196399/how-to-batch-resize-all-images-in-a-folder-including-subfolders | * Goto https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/ and download the latest <version>-linux-x64.zip that's built with the same major version of Chromium that your Opera is. |
| * https://pinta-project.com/pintaproject/pinta/ | * For example, if your Opera is built with Chromium 79, goto https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/tag/0.43.6 and download 0.43.6-linux-x64.zip. |
| * https://github.com/get-iplayer/get_iplayer/wiki | * Once you have the zip/deb file, extract it to get libffmpeg.so |
| * https://github.com/get-iplayer/get_iplayer/wiki/unix | * Then, create the folder lib_extra in Opera's install folder that you took note of in <code>opera://about</code> |
| * https://linoxide.com/tools/how-use-google-drive-ubuntu-linux/ | * Put libffmpeg.so in the lib_extra folder. |
| * https://wiki.archlinux.org/index.php/Mad_Catz_Mouse | |
| * https://forums.linuxmint.com/viewtopic.php?t=281675 | ==== Wayland ==== |
| * https://github.com/astrada/google-drive-ocamlfuse/issues/37 | * What I did was simply use wayland instead of X11, and it solved the problem completely: |
| * https://docs.anbox.io/userguide/install.html | * <code>sudo apt-get install gnome-session-wayland</code> |
| * https://peterlevi.com/variety/ | |
| * https://snapcraft.io/docs/installing-snap-on-linux-mint | ^ Description ^ URL ^ |
| * https://code.visualstudio.com/download | | Chrome 86 (32 Bit) | https://www.filehorse.com/download-google-chrome-portable-32/55376/download/ | |
| * https://www.linuxbabe.com/ubuntu/install-veracrypt-ubuntu-16-04-16-10 | | Wine | Linux Mint 20.x sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'| |
| * questions/1091183/opera-your-browser-does-not-currently-recognize-any-of-the-video-formats-avail | | OMG Ubuntu | https://www.omgubuntu.co.uk/ | |
| * https://forum.level1techs.com/t/propellerheads-reason-and-linux/130723/5 | | Opera and DRM | https://forums.opera.com/topic/28663/widevine-and-opera/36 | |
| | | Inline Image Modification | http://www.imagemagick.org/script/mogrify.php | |
| | | Blender | http://www.blender.org/download/ | |
| | | Linux App Store | https://snapcraft.io/store | |
| | | CUDA on Linux | http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-linux/index.html#axzz32OS7nfOx | |
| | | Mint Tuturials | https://community.linuxmint.com/tutorial/ | |
| | | How to batch resize all images in a folder (including subfolders)? | https://unix.stackexchange.com/questions/196399/how-to-batch-resize-all-images-in-a-folder-including-subfolders | |
| | | Pinta | https://pinta-project.com/pintaproject/pinta/ | |
| | | Get_iplayer | https://github.com/get-iplayer/get_iplayer/wiki/unix | |
| | | Using Google Drive in Linux | https://linoxide.com/tools/how-use-google-drive-ubuntu-linux/ | |
| | | Mad Catz Mouse | https://wiki.archlinux.org/index.php/Mad_Catz_Mouse | |
| | | Playing DRM in Opera in Linux | https://forums.linuxmint.com/viewtopic.php?t=281675 | |
| | | OCAML Fuse Google Drive multiple sign in | https://github.com/astrada/google-drive-ocamlfuse/issues/37 | |
| | | Getting Mobile to work on | https://docs.anbox.io/userguide/install.html | |
| | | Variety is an open-source wallpaper changer for Linux | https://peterlevi.com/variety/ | |
| | | Installing Snap on Linux Mint | https://snapcraft.io/docs/installing-snap-on-linux-mint | |
| | | MS Code Studio | https://code.visualstudio.com/download | |
| | | 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 | |
| | | 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> |