In terminal.app, install ffmpeg through homebrew
brew install ffmpeg
Validate the installation:
How to install windows on digital ocean, | |
use this tutorial : | |
https://milankragujevic.com/how-to-install-windows-10-on-digitalocean | |
or if you want to create own image : | |
https://glitchwitch.io/blog/2018-09/windows-10-on-digitalocean/ | |
this image .gz mirror got from whatuptime : | |
try first if it working>> | |
[Microsoft Windows Server 2012] |
<?php | |
add_action('admin_init', function () { | |
// Redirect any user trying to access comments page | |
global $pagenow; | |
if ($pagenow === 'edit-comments.php') { | |
wp_redirect(admin_url()); | |
exit; | |
} |
.DS_Store |
<?php | |
return array ( | |
'ALL' => 'Albania Lek', | |
'AFN' => 'Afghanistan Afghani', | |
'ARS' => 'Argentina Peso', | |
'AWG' => 'Aruba Guilder', | |
'AUD' => 'Australia Dollar', | |
'AZN' => 'Azerbaijan New Manat', | |
'BSD' => 'Bahamas Dollar', |