Computer sind m/deine Leidenschaft

Monat Februar 2023

Linux – How to record audio from microphone in bash

How to record audio from microphone in bash-shell in linux? That’s very easy if you know how 😉 First of all you have to install this little programs: With this command you will install arecord that’s the recorder and lame…. Weiterlesen →

automatic sound switching in elementary os

I’ve had the problem that elementary os 7 always switches between USB-Sound and Headphones. I prefer Headphones because my Speakers are connected there. The solution is very simple, if you know how 😉 Open a Terminal and type Search for… Weiterlesen →

Linux – zurückgehaltene Pakete aktualisieren

In Linux Mint hatte ich neulich das Problem, dass einige Pakete nicht aktualisiert wurden.Aber das lässt sich sehr schnell beheben. Zunächst erstellt man einen neue Datei in /etc/apt/apt.conf.d/ mit der Bezeichnung 99-Phased-UpdatesDa wird folgender Eintrag eingefügt: APT::Get::Always-Include-Phased-Updates True; Danach noch… Weiterlesen →

Linux Commandline – Rename multiple Files

Hello, today i’ll show you how to rename more than one file in linux at (or in?) the commandline. First install „rename“ with this command: sudo apt install rename -y Then use the following command to rename all files in… Weiterlesen →

© 2024 OMVS

Nach oben ↑