Accéder au contenu principal

How to turn off the microphone in Ubuntu or Linux Mint?

Contact us

Emoug.com On this site you will find:


News mainly around free software and digital

Computer tutorials on operating systems, software, ...

Presentations and files on mainly open and free software and digital solutions

With the main interests: simplicity and accessibility to all, security and respect for privacy.


info@Emoug.com

Commentaires

Posts les plus consultés de ce blog

How to turn off the microphone in Ubuntu or Linux Mint?

Does your computer have a built-in microphone? Here is how to mute or disable the microphone in Linux (Ubuntu or Linux Mint) in software. Introduction The easiest way to turn off a microphone is to unplug it. So we can be sure that it is no longer picking up anything ... However, on a laptop with a built-in microphone, you can't do it. On the other hand, it is always possible to deactivate it by software. One solution is to mute the microphone input (not its listening), which is equivalent to deactivating it. This is usually done through the GUI, in the Sound settings of the distribution. But, it is also possible to do it in a terminal. However, on a laptop, the microphone can be linked to the integrated webcam. So to deactivate it, just deactivate the webcam. Finally another solution, a little radical, consists in deactivating the sound card. On the other hand, in this case, of course the microphone will be deactivated, but also the other audio inputs / outputs. And you will not h...

How do I install the standard version of Firefox on Debian?

Debian offers on its repositories and installs by default only Firefox ESR. Firefox ESR (Extended Support Release) is a version of the Mozilla browser with greater stability than the “normal” version of the browser. Its major versions (with the addition of new features) are only released once a year, while the normal version has several each year. But it has extensive support that covers the period between two releases plus a few extra weeks. But, it is possible to have the normal version of Firefox on Debian. Here are two ways to have it. Method 1: Install the standard version of Firefox on Debian with Flatpak In my opinion, this is a simple solution to install the standard version of Firefox on Debian since Firefox is available as Flatpak on the Flathub. But, some extensions communicating with other applications (keepassxc-browser, kee, ...) may no longer work. For those who do not know, Flatpak is an independent system for the secure and easy management and distribution of Linux app...

How to create a network share in Ubuntu?

Several methods are possible to set up a network share in Ubuntu (and its official variants Xubuntu, Kubuntu, Lubuntu, ...) in order to easily exchange files with other computers on the same network. Here we will see how to do it with the Samba protocol. Introduction Several protocols allow you to share folders on a local network. The two main ones are: SMB (Server Message Block): originally on Windows with the old name CIFS (Common Internet File System). Samba is its open-source version for Linux systems. NFS (Network File System): initially intended for Unix systems (including Linux), but also available for Windows or Mac. In this tutorial, we will be using Samba to create a network share in Linux Mint. Indeed, this protocol has several advantages: most OS (hence Ubuntu) support access to shared resources through the latter. Setting up a network share in Ubuntu via Samba is easy once the additional packages are installed. Install Samba to create network shares in Ubuntu As said befor...