Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
I posted a question below.
Resolved - Which video editing software is the best for the user to use to install on centOS6?
Now, I have a related question.
I'm trying to build a platform on centos6 where user in the world can post and edit video file.
For editing video file part, I have to use...
Thanks, Mark again. I appreciate your time.
Which would you recommend for me whether to install Avidemux on centOS 6 or shotcut on centOS 7
which requires re-installation from centOS 6, all the applications that've been installed, and data?
I'm developing a platform where I'd like to have a function user can edit a video file they posted.
So I have to install a video editing software on the os of the server which is centOS6 and I have fount that I can't install shotcut which is one of the most reliable video editing software...
Thanks, Mark, and sorry again, but I just need to make sure again that upgrading to centOS 7 is the only alternative for me to be able to install snap and shotcut for the server in the current environment. In other words, I do not have to be able to use "apt-get" in the command as long as I can...
Thanks, Mark. So, is upgrading centOS 6 to centOS7 the only way for me to be able to install snap and shotcut in this situation or what? Sorry, I'm still confused and I just need to make sure again for my next action.
Thanks, Mark. Great information. So, is there any other way that I can install snap and shotcut in CentOS 6? I'd appreciate if you could let me know any information about it.
Hi,
I need to install snap on my centos-6 (x86_64) so that I can install shotcut which is a video editing software.
So, I tried the command and had an error like below. I've been searching around the way to solve it, but I still can not figure out why I keep getting an error like below. Can...
Hello,
I'm working on developing a photo sharing application where it has to create a jpg file from the mp4 file that the user uploaded to the database.
The below is the command to create jpg file from mp4 file in the particular directory by using ffmpeg.
# for i in `find...
AYamshanov,
Thank you for your time. I really appreciate it.
I'm still working on this since it seems that ImageMagick command line is not eliminating exif data from jpg file.
Anyway, unless you taught me how to write the collect path not to receive an error "No such file or directory", I...
AYamshanov,
I tried below and had no error message. Does it mean that convert -strip command line work?
[root@server-XXXXXXX-X ~]# convert /var/www/vhosts/XXXXX.com/httpdocs/upload/temp_image/in.jpg -strip /var/www/vhosts/XXXXX.com/httpdocs/upload/temp_image/out.jpg
[root@server-XXXXXXX-X ~]#
AYamshanov,
Thank you for your time.
I tried and I wonder if it's what you want me to do.
[root@server-XXXXXXX-X ~]# ls -la /
total 132
dr-xr-xr-x 24 root root 4096 Nov 13 06:37 .
dr-xr-xr-x 24 root root 4096 Nov 13 06:37 ..
-rw-r--r-- 1 root root 0 Nov 13 06:37 .autofsck
-rw-r--r-- 1...
AYamshanov,
Thank for great information. I have 2 questions now.
1.Regarding directory issue, what convert command line should I write if there is in.jpg under the below directory?
/httpdocs/upload/temp_image/in.jpg (out.jpg)
[root@server-XXXXXXX-X ~]# convert.........
2.Regarding...
Hi,
I’m trying to use convert command from ImageMagick like below by placing in.JPG right under httpdocs, and had an message like below. I’ve also tried to place the files several other directories in order just to test to find out what will happen and the results were same...