News Today Blog
News Today Blog |
- How to Mute Yourself on a Zoom Call
- How to Make Group Voice and Video Calls on WhatsApp
- What You Need to Know About Snaps on Ubuntu 20.04
How to Mute Yourself on a Zoom Call Posted: 30 Apr 2020 08:53 AM PDT While taking part in a video conference using Zoom, sometimes you need to mute your microphone to cough, suppress background noises, or to simply be polite while other people are talking. Here's how to do it. Mute Yourself Using the Zoom ToolbarTo mute yourself during a Zoom meeting, you'll need to bring up the toolbar. On a PC or Mac, position your mouse over the Zoom window and it will pop up. On an iPhone, iPad, or Android, tap the screen until you see the toolbar. Locate the "Mute" button (which looks like a microphone) on the toolbar. On a Mac, PC, web client, or smartphone, the toolbar stretches across the bottom of the screen or window. On a tablet, the toolbar appears at the top of the screen. Click or tap on the "Mute" button. The Mute icon will change into a crossed-out microphone and the text will now say "Unmute." Your microphone is now turned off and no one on the call can hear you. To turn your microphone back on, click or tap the "Unmute" button on the toolbar. After clicking "Unmute," your microphone will be active again and everyone on the call will be able to hear you. Mute Yourself Using Zoom Keyboard ShortcutsIt is also possible to mute yourself quickly on a PC or Mac using Zoom keyboard shortcuts. If you're using a Windows 10 PC, press the Alt+A keys to toggle mute on and off. If you're using a Mac, you can press Shift+Command+A to toggle mute on and off. RELATED: Every Zoom Keyboard Shortcut and How to Use Them More About Zoom MutingIf you're hosting a Zoom meeting full of interruptions or distracting background noises, it is possible to mute everyone on the call at the same time using the "Mute All" button in the "Participants" list. And, if you're not hosting, but you're struggling to hear the host over the sounds of all the other conference participants, you can use these keyboard shortcuts on PC or Mac to turn off sound from everyone except the host:
Happy Zooming! See details |
How to Make Group Voice and Video Calls on WhatsApp Posted: 30 Apr 2020 05:31 AM PDT ![]() If you already use WhatsApp to message your friends and family, why not use it for group voice and video calls, as well? WhatsApp now supports up to eight people on a voice or video call. In WhatsApp, there are a few different ways you can start a group voice or video call. You can create an impromptu group just for that call, or you can call from within an existing group chat. We'll walk you through both methods below. How to Start a Call From the Calls TabBecause WhatsApp voice and video calls are so popular (not to mention free), the app has a separate Calls section on both iPhone and Android. After you open WhatsApp, tap "Calls." On Android, you'll find this tab at the top of the screen. On an iPhone, tap "Calls" in the bottom toolbar. Now, tap the Call button. On Android, it's at the bottom right of the "Calls" screen. On an iPhone, you'll find the Call button in the top-right corner. Tap the search box and search for contacts you want to add to the group call. Tap a contact to add that person to the call. You can add up to eight participants. After all your contacts are added, you'll see two buttons on the right-hand side of the participants' list. Tap the Phone button if you want to make a simple group voice call. To make a video call, tap the Video button. The call will be placed instantly. Once the participants accept the call, you'll see them in their individual boxes. WhatsApp group calls are pretty free-flowing. You can turn a video call into a voice call (or vice-versa) any time. Just tap the Video button to enable or disable your video. You can also add more participants at any time using the Add Contacts button in the top row. When you're done with the group call, tap the End button. How to Make Group Voice and Video Calls Using WhatsApp Group ChatsSearching and adding people every time you want to make a group call can be a chore. This can be avoided if you already have a WhatsApp group with the people you want to talk to. If not, you can create a group, as well. Go to a WhatsApp group chat and tap the Call button in the top-right corner. A pop-up will ask you to select the people you want to add to the call (on the latest version of WhatsApp, you can add up to eight). After selecting all of your contacts, tap the Phone button to make a group voice call, or the Video button to make a group video call. Want to add some fun to your WhatsApp messages? Try creating your own sticker pack! RELATED: How To Make Your Own Sticker Pack for WhatsApp on iPhone and Android See details |
What You Need to Know About Snaps on Ubuntu 20.04 Posted: 30 Apr 2020 05:31 AM PDT ![]() Ubuntu 20.04 Focal Fossa is a fantastic release that's been widely praised. However, the decision to change the Software Center to install snap-based applications is controversial. We'll explain what that means for you. What's a Snap Package on Linux?"Snap" refers to both the The upside to snaps is they make installations simpler because they avoid the heartache of dependency hell. This is what occurs when a new application can't run either because a required resource isn't available, it's the wrong version, or its installation overwrites files required by existing applications so they can't run. You might expect a snap to be uncompressed and the files extracted at install time. However, it's at run time that the snap file is mounted on a block loop device. This allows the file's internal SquashFS file system to be accessed. The application is executed in an encapsulated, ring-fenced way, so its files can't interfere with those on your computer. You can even install multiple versions of the same application, and they won't cross-pollinate or fight amongst themselves. The downside is the installation files are bigger than the traditional Debian package manager (DEB) files. They also use more hard drive real estate. With snaps, every application that needs a particular resource installs its own copy. This isn't the most efficient use of hard drive space. Although hard drives are getting bigger and cheaper, traditionalists still balk at the extravagance of each application running in its own mini-container. Launching applications is slower, too. Snaps have also been criticized for not following the theme of the desktop and their automatic upgrades. Some people are also wary because snaps aren't necessarily made by the authors of the software. Therefore, they don't consider them to be 100 percent "official." So, with Focal Fossa, Canonical has replaced the Ubuntu Software application with a version that installs snaps by default. What does this mean to you? RELATED: What's New in Ubuntu 20.04 LTS "Focal Fossa" The Ubuntu Software CenterWe can use the df -t squashfs We then use the snap list There are two snaps related to the GNOME desktop, two related to core snap functionality, one for GTK themes, and one for the snap store. Of course, the Here's the thing: if you run the Of course, you'd usually run the Ubuntu Software application by clicking its icon. We're launching it from the command line to demonstrate that beneath the surface, it's now the snap-store The Ubuntu Software application looks just as you'd expect. You can search for all the same software you could previously. Let's search for and install the "sqlitebrowser" application. The results screen shows the details of the application and a screenshot. Select "Install" to install the software. If you didn't know, you wouldn't suspect the changes beneath the hood. Scroll down, and you'll see some new, snap-specific information. The "Details" list provides the following information:
The channel can be one of the following:
After the installation is complete, we can check the list of installed snaps again: snap list The new entry is listed at the bottom. Let's launch the program: sqlitebrowser Everything about the application works just fine, although the interface looks dated. The sculpted, pseudo-3D interface elements will remind you of the GUIs of yesteryear. This isn't common across all snaps, but it's striking in this example. RELATED: How to Work with Snap Packages on Linux Installation from the Command LineNothing's changed when installing applications from the command line. You still have access to the Let's install the same application from the command line. Because the version we installed above is a snap, they won't affect each other in any way: sudo apt-get install sqlitebrowser Let the installation complete. Press the Super key and type "sqlitebrowser." After you type a few characters, you'll see two versions of the program on your computer. Fire them both up. As you can see, we have two different versions installed and running at the same time. The version at the back of the image is the one we installed from the command line, and the version in front is the one in the snap:
Despite appearances, the command-line version is the older one. Regardless, it's self-evident the two versions coexist and run together just fine. So, snaps do what they're supposed to with the ring-fencing of different versions of the same application. Also, installing applications from the command line with Which Should You Use?Do you even care in the slightest which type of application you're using? If not, go with snaps. If any of the following are deal-breakers (or several of them add up to one), steer clear of the Ubuntu Software application and install your applications the traditional way:
If your computer is reasonably modern, the speed difference between launching a snap or a regular application won't be massive. The biggest time penalty we noticed was during the installation. The snaps took a lot longer to download. Once the files were downloaded, the installation was fast enough. Downloading is a one-off task, though, so it's not something you'll have to deal with daily. Even if you think snaps are the future, and you're ready to wholeheartedly embrace them, you can't go all-in with them. Some applications aren't available in snap form. In those cases, you'll still have to install them from the command line. Plainly, Canonical is nailing its colors to the mast with this move. As far as Ubuntu's developers are concerned, snaps are here to stay. As always, you can either use them, ignore them, or have a hybrid system that mixes and matches snaps and traditional DEB-based installations. See details |
You are subscribed to email updates from News Today Blog. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
Nhận xét
Đăng nhận xét