diff options
Diffstat (limited to 'content/en/articles')
| -rw-r--r-- | content/en/articles/convertire-file-video-in-mp3/index.md | 2 | ||||
| -rw-r--r-- | content/en/articles/wp_patcher-un-metodo-per-aggiornare-wordpress/index.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/content/en/articles/convertire-file-video-in-mp3/index.md b/content/en/articles/convertire-file-video-in-mp3/index.md index 5b2ea61..660adfe 100644 --- a/content/en/articles/convertire-file-video-in-mp3/index.md +++ b/content/en/articles/convertire-file-video-in-mp3/index.md @@ -21,4 +21,4 @@ Obviously, you need to have ffmpeg installed on your system. The options I passe - `-ab`: MP3 bitrate (192 kbps in this case) - `-vn`: do not capture video -Simple and fast. Try it out and see for yourself ;) And naturally, if you use this command or manage to improve it somehow, let me know.
\ No newline at end of file +Simple and fast. Try it out and see for yourself :wink: And naturally, if you use this command or manage to improve it somehow, let me know.
\ No newline at end of file diff --git a/content/en/articles/wp_patcher-un-metodo-per-aggiornare-wordpress/index.md b/content/en/articles/wp_patcher-un-metodo-per-aggiornare-wordpress/index.md index d5f9691..6c9c540 100644 --- a/content/en/articles/wp_patcher-un-metodo-per-aggiornare-wordpress/index.md +++ b/content/en/articles/wp_patcher-un-metodo-per-aggiornare-wordpress/index.md @@ -103,7 +103,7 @@ In any directory in your home directory, of course, it is advisable to launch it In the example I gave you, ‘old_version’ will be your current version of WordPress, and ‘new_version’ will be the version you want to update to. -In order for the script to work, it is necessary that svn, tar, and all basic commands such as mv, cp, rm, etc. are installed on the system… but I doubt you are using any Linux distribution and don’t have these programs installed ;) . +In order for the script to work, it is necessary that svn, tar, and all basic commands such as mv, cp, rm, etc. are installed on the system… but I doubt you are using any Linux distribution and don’t have these programs installed :wink: . Once the archive with the files to be updated has been created, all you have to do is unzip it and upload the files to your web space, overwriting the existing ones. If an update of the WordPress database is necessary, just launch the page from your browser: **http://urldelblog/wp-admin/upgrade.php**. @@ -111,7 +111,7 @@ Once the archive with the files to be updated has been created, all you have to This script, as you can see, is released under the GPL v3, so it can be freely used and modified within the terms of this license. -If it turns out to be useful to you, or even if you just want to tell me that you have tried it or that it didn’t work, or praise me or tell me to go to hell :) don’t hesitate and leave me a comment… +If it turns out to be useful to you, or even if you just want to tell me that you have tried it or that it didn’t work, or praise me or tell me to go to hell :smile: don’t hesitate and leave me a comment… See you soon |
