Today in this video we will show you how to uninstall FFmpeg from your server via SSH. Follow the steps given below to uninstall FFmpeg from your server using SSH: Step::1 Log into your server via SSH Step::2 Copy the command given below and paste it and press enter...
To upload a big file via File manager, we need to edit CWP PHP configuration.
First backup configuration file: /usr/local/cwp/php71/php.ini
cp /usr/local/cwp/php71/php.ini /usr/local/cwp/php71/php.ini.bak
Edit configuration file: /usr/local/cwp/php71/php.ini
nano /usr/local/cwp/php71/php.ini...
Place the following code on your site, under the <head> tag:
<script>
function OpenWindow(url, windowName) {
newwindow = window.open('https://www.vevioz.com/sharer?url=' + url, windowName, 'height=600,width=800');
if (window.focus) {
newwindow.focus();
}
return false;
}
</script>
Once placed...
Vevioz Sign-In manages the OAuth 2.0 flow and token lifecycle, simplifying your integration with Google APIs. A user always has the option to revoke access to an application at any time.
This document describes how to complete a basic Google Sign-In integration.
Create authorization...
MySQL and MariaDB have been diverging since 2010, and now they should be considered different software products (sort of like Microsoft SQL server vs. Sybase). You should tell us which one you use, and tag your question appropriately. The answer to your question will be different depending on...
Centering elements vertically with CSS often gives trouble. However, there are several ways of vertical centering, and each is easy to use.
Use the CSS vertical-align property
The vertical-align property is used to vertically center inline elements.
The values of the vertical-align property...
Previously, I shared how to make Snow, Leaves, Falling Stars Effects on blogger which gives the blog a more beautiful and comfortable atmosphere, while this one is different because we will make it more horror by adding a lightning effect to the blog that is flashy but without sound. And if your...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.