Linux tutorials
Linux tutorials
  • Видео 162
  • Просмотров 7 213
install audacity audio editor on ubuntu linux 24 04
How to Install Audacity Audio Editor on Ubuntu Linux 24.04
In this quick tutorial, I’ll show you how to install Audacity, a powerful open-source audio editor, on Ubuntu 24.04 using just two simple commands. Follow along to get Audacity up and running on your system in no time!
Commands used:
```
$ sudo add-apt-repository ppa:ubuntuhandbook1/audacity
$ sudo apt install audacity
```
Don’t forget to like, share, and subscribe for more Linux tips and tutorials!
#UbuntuLinux #Audacity #LinuxTips #OpenSource #AudioEditing
Просмотров: 75

Видео

How to Extract MP3 Audio from MP4 Video Using FFmpeg | Quick & Easy Tutorial
Просмотров 282 месяца назад
To extract MP3 Audio from MP4 Video Using FFmpeg we need ffmpeg utility installed on your system. Go to www.ffmpeg.org/download.html to install it for your OS (if you haven't installed it yet). The command we use is: ffmpeg -vn -sn -dn -i input.mp4 -codec:a libmp3lame -qscale:a 4 output.mp3. Command options description goes below: -vn tells FFmpeg to ignore the video stream. -sn ignores the sub...
Easy Audio Merging: Combine MP3 Files Using FFmpeg
Просмотров 16711 месяцев назад
Easy Audio Merging: Combine MP3 Files Using FFmpeg
Cut a piece of video with ffmpeg utility on Linux
Просмотров 1911 месяцев назад
Cut a piece of video with ffmpeg utility on Linux
How to install TeamViewer on Ubuntu Linux 22.04
Просмотров 67Год назад
How to install TeamViewer on Ubuntu Linux 22.04
NodeJs unicode smiles in the Linux Terminal on Ubuntu 22.04
Просмотров 7Год назад
NodeJs unicode smiles in the Linux Terminal on Ubuntu 22.04
Install FileZilla FTP client on Linux Ubuntu versions 20.04 or 22.04
Просмотров 190Год назад
Install FileZilla FTP client on Linux Ubuntu versions 20.04 or 22.04
Bulk files rename in a bash shell script for Linux
Просмотров 18Год назад
Bulk files rename in a bash shell script for Linux
FFmpeg split large video in smaller videos on Ubuntu Linux
Просмотров 185Год назад
FFmpeg split large video in smaller videos on Ubuntu Linux
ffmpeg convert mov to mp4 on linux
Просмотров 409Год назад
ffmpeg convert mov to mp4 on linux
Run #Swagger UI for documenting your #API in #Docker one minute how-to for Ubuntu 22.04 Linux OS
Просмотров 2,1 тыс.Год назад
Run #Swagger UI for documenting your #API in #Docker one minute how-to for Ubuntu 22.04 Linux OS
How to convert mp3 audio to aac on Ubuntu Linux
Просмотров 173Год назад
How to convert mp3 audio to aac on Ubuntu Linux
Install the Random Password Generator extension for Google Chrome
Просмотров 124Год назад
Install the Random Password Generator extension for Google Chrome
Work with #GPG key on #Linux #Ubuntu Quick Guide (with audio)
Просмотров 477Год назад
Work with #GPG key on #Linux #Ubuntu Quick Guide (with audio)
Easy #Backup Procedure for #GnuPG Key on #Linux Ubuntu (no sound) | Quick Guide
Просмотров 81Год назад
Easy #Backup Procedure for #GnuPG Key on #Linux Ubuntu (no sound) | Quick Guide

Комментарии

  • @Official_soap_account
    @Official_soap_account 7 дней назад

    He eats files(only if you see chubby tux from linux and black screen)

  • @PHP-Dinos
    @PHP-Dinos Месяц назад

    Thanks 🙏 for sharing this mini tutorial

  • @npd-taras-shkodenko
    @npd-taras-shkodenko Месяц назад

    Thanks for sharing such a useful and simple tutorial

    • @Best-cook-recipes
      @Best-cook-recipes Месяц назад

      Дякую 🙏 за чудовий туторіал. Це саме те, що мені було потрібно 😊

  • @Best-cook-recipes
    @Best-cook-recipes 2 месяца назад

    Thanks fir sharing 😊

  • @Linux-tutorials
    @Linux-tutorials 2 месяца назад

    What tools 🛠️ do you use on your Linux web server to monitor processes? htop or something? Comment, like and share. Subscribe here to watch more inspiring soon 😊

    • @npd-taras-shkodenko
      @npd-taras-shkodenko 2 месяца назад

      Yes, htop is the best. Comparing to top it has better user UI and filtering features. I prefer to use it on my web servers for monitoring purposes. Somtimes, I also uses ps to sind some of processes I'm interested in.

  • @PHP-Dinos
    @PHP-Dinos 2 месяца назад

    Than you 🎉 it is useful 😊

  • @npd-taras-shkodenko
    @npd-taras-shkodenko 2 месяца назад

    Thank you, for such simple and useful tutorial. I often need to extrac mp3 audio from mp4 videos at my daily work.

  • @TarasShkodenko
    @TarasShkodenko 4 месяца назад

    I use Ubuntu 22.04 at my work 😊

  • @Linux-tutorials
    @Linux-tutorials 6 месяцев назад

    I use Linux for more than 20 years for work. My first distribution was Red Hat. Nowadays I mostly use Ubuntu

  • @npd-taras-shkodenko
    @npd-taras-shkodenko 6 месяцев назад

    I use mostly Ubuntu at my work. Previously also worked with RedHat based: RHEL, CentOs

  • @Linux-tutorials
    @Linux-tutorials 6 месяцев назад

    I use Nginx at my work. Previously also used web server Apache and Apache Tomcat to host Java web applications

  • @Linux-tutorials
    @Linux-tutorials 6 месяцев назад

    I use Ubuntu Linux ❤ version 22.04 at my work

    • @Linux-tutorials
      @Linux-tutorials 2 месяца назад

      We have experience with a different Linux distributions and different versions on hundreds of web servers 😊❤

  • @raphaelandrade555
    @raphaelandrade555 8 месяцев назад

    Thanks man, helped me a lot

  • @WinTips531
    @WinTips531 10 месяцев назад

    C language made because making linux

  • @myitnotestory3893
    @myitnotestory3893 10 месяцев назад

    Cors error in I try to fetch my odoo jasonRPC

  • @Best-cook-recipes
    @Best-cook-recipes 11 месяцев назад

    Thanks for a wonderful tutorial 😊

  • @TarasShkodenko
    @TarasShkodenko 11 месяцев назад

    Thank you 🙏 for sharing this useful information 😊

    • @Linux-tutorials
      @Linux-tutorials 11 месяцев назад

      You are welcome. 🙏 Come back soon 🔜 to see more new videos

  • @Linux-tutorials
    @Linux-tutorials 11 месяцев назад

    Check out a blog post with a text version of this tutorial: www.shkodenko.com/merging-mp3-files-seamlessly-with-ffmpeg/

  • @isadorcholula5613
    @isadorcholula5613 11 месяцев назад

    💦 Promo sm

  • @TarasShkodenko
    @TarasShkodenko 11 месяцев назад

    It is very funny 😹 you have periods instead of colons ❤

  • @PHP-Dinos
    @PHP-Dinos 11 месяцев назад

    Such a useful and helpful Linux tutorial ❤thanks 😊

    • @TarasShkodenko
      @TarasShkodenko 11 месяцев назад

      I agree with you, I often need to cut a large video to smaller pieces on Linux almost every day.

  • @Best-cook-recipes
    @Best-cook-recipes Год назад

    Thank you for such useful tutorial 😊

  • @Linux-tutorials
    @Linux-tutorials Год назад

    Check out the text version in the article and support me on Patreon: www.patreon.com/posts/check-out-new-on-90830380?

  • @PHP-Dinos
    @PHP-Dinos Год назад

    Thank you for sharing with us such clear and useful how to ❤

  • @Sketch-This-Out
    @Sketch-This-Out Год назад

    Lol 😂 it is very good catch 😊

  • @TarasShkodenko
    @TarasShkodenko Год назад

    Lol 😂 it is so true: power of grep command is a king of 🐚 bash shell terminals

  • @PHP-Dinos
    @PHP-Dinos Год назад

    I mostly use the Ubuntu and previously used Red Hat 🎩 and CentOS 😊

  • @Linux-tutorials
    @Linux-tutorials Год назад

    Think twice 🤔 before you do something especially like “rm -rf /“ with sudo 😊

  • @TarasShkodenko
    @TarasShkodenko Год назад

    Than you for such clear and simple how to ❤

    • @Linux-tutorials
      @Linux-tutorials Год назад

      Thank you, subscribe here to watch more useful Linux videos ;)

  • @npd-taras-shkodenko
    @npd-taras-shkodenko Год назад

    Thank you for this how to. I've been looking for such info for a while

  • @PHP-Dinos
    @PHP-Dinos Год назад

    Thanks 🙏 for such a good 👍 and useful tutorial

  • @Linux-tutorials
    @Linux-tutorials Год назад

    You could also check out the text version of this tutorial at: www.shkodenko.com/bulk-files-rename-shell-script-for-linux/ with a code example explained in it.

  • @Linux-tutorials
    @Linux-tutorials Год назад

    Check out the Gist with a code example from the tutorial: gist.github.com/podlom/30ce9f2af87ca1d8013944c31d0edc2f

  • @Linux-tutorials
    @Linux-tutorials Год назад

    Comment, like 👍 and share this video. Subscribe here for more Linux videos 😊

  • @Best-cook-recipes
    @Best-cook-recipes Год назад

    I prefer to cook my dishes with a Linux 😊

  • @Music-of-your-life
    @Music-of-your-life Год назад

    Thank you, such a clear and simple tutorial 😊

  • @PHP-Dinos
    @PHP-Dinos Год назад

    I adore security features of Linux OS ❤

  • @Music-of-your-life
    @Music-of-your-life Год назад

    I mostly work with Ext4 file systems 😊

  • @Linux-tutorials
    @Linux-tutorials Год назад

    Please comment, like 👍 and share this video. Subscribe here to watch more Linux videos 😊

  • @TarasShkodenko
    @TarasShkodenko Год назад

    It is true: Linux OS is a very good choice 👍

  • @Sketch-This-Out
    @Sketch-This-Out Год назад

    I use GIMP on Linux to sketch ✍️ a very important projects 😊

  • @PHP-Dinos
    @PHP-Dinos Год назад

    I have a wide network of people who uses Linux for every day 😊

  • @Linux-tutorials
    @Linux-tutorials Год назад

    Please comment and like 👍 this video. Subscribe here for more Linux tutorials 😊

  • @PHP-Dinos
    @PHP-Dinos Год назад

    It is so true: I develop on Linux 😊

  • @PHP-Dinos
    @PHP-Dinos Год назад

    Thank you for such useful tutorial 😊❤

    • @Linux-tutorials
      @Linux-tutorials Год назад

      Your welcome, subscribe to this channel for more videos 😊

  • @TarasShkodenko
    @TarasShkodenko Год назад

    I often use a wide range of command line tools ⚒️ on every day basis ❤

  • @Sketch-This-Out
    @Sketch-This-Out Год назад

    I like to use a lot of command line tools especially ffmpeg 😊

  • @PHP-Dinos
    @PHP-Dinos Год назад

    Thank you for sharing such a useful tutorial 😊

  • @Linux-tutorials
    @Linux-tutorials Год назад

    Like ❤ and comment this video. Subscribe here to watch more Linux videos 😊

  • @Linux-tutorials
    @Linux-tutorials Год назад

    Please comment and like ❤ this video. Subscribe here for a new Linux tutorials 😊