• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

How to mount an ISO image in Linux

64bithost.com

Regular Pleskian
1. Create a mount point for the ISO:

Bash# mkdir /mnt/iso

2. Now mount the ISO in the mount point with the following command:

Bash# mount myiso.iso /mnt/iso/ -t iso9660 -o ro,loop=/dev/loop0

Where myiso.iso is the name of your ISO file

Have fun!

- Chris
64bithost.com
 
Back
Top