Skip to main content

Posts

Showing posts with the label Linux

Microsoft Teams for Linux on 12-10-2019

Microsoft Teams is available for Linux users in public preview, enabling high quality collaboration experiences for the open source community at work and in educational institutions. Users can download the native Linux packages in .deb and .rpm formats  here . We are constantly improving based on community feedback, so please download and submit feedback based on your experience. The Microsoft Teams client is the first Microsoft 365 app that is coming to Linux desktops, and will support all of Teams’ core capabilities. Teams is the hub for teamwork that brings together chat, video meetings, calling, and collaboration on Office 365 documents and business processes within a single, integrated experience. Most of our customers have devices running on a variety of different platforms such as Windows 10, Linux and others. We are committed to supporting mixed environments across our cloud and productivity offerings, and with this announcement, we are pleased to extend the Tea...

Windows Terminal Preview 1.2 Release July 22nd, 2020

Windows Terminal Preview  has new features for version 1.2 which will appear in Windows Terminal in August. You can download Windows Terminal Preview and Windows Terminal from the  Microsoft Store  or from the  GitHub releases page . Let’s dive into what’s new! Focus mode There is a new feature called focus mode that hides the tabs and title bar. This mode will only display the terminal content. To enable focus mode, you can add a key binding for  toggleFocusMode  in your settings.json file. This command is not bound by default. { "command" : "toggleFocusMode" , "keys" : "shift+f11" } Always on top mode In addition to focus mode, you can enable Windows Terminal Preview to always be the topmost window. This can be done with the  alwaysOnTop  global setting as well as a key binding using the  toggleAlwaysOnTop  command. These are not bound by default. // Global setting "alwaysOnTop" : true // Key binding { "co...

Android 10 Features

Android 10 is the tenth major release and the 17th version of the Android mobile operating system. It was released on September 3, 2019. Live Caption Automatically caption media playing on your phone. With a single tap, Live Caption automatically captions videos, podcasts, and audio messages—even stuff you record yourself. Without ever needing wifi or cell phone data. Smart Reply Take action right as you reply. In Android 10, you get more than just suggested responses to your messages. You also get recommended actions. So, if a friend asks you out to dinner, your phone will suggest you text "👍🏻". Then, it’ll also pull up directions right in Google Maps. It even works in messaging apps like Signal. Sound Amplifier Hear what’s around you more clearly. With Sound Amplifier, your phone can boost sound, filter background noise, and fine tune to how you hear best. Whether talking to your best friend, watching TV, or listening to a lecture — just plug in your headphon...

What is android

Android is a mobile operating system based on a modified version of the Linux kernel and other open source software, designed primarily for touchscreen mobile devices such as smartphones and tablets. Android is developed by a consortium of developers known as the Open Handset Alliance, with the main contributor and commercial marketer being Google. Android Inc. was founded in Palo Alto, California, in October 2003 by Andy Rubin, Rich Miner, Nick Sears, and Chris White. Rubin described the Android project as "tremendous potential in developing smarter mobile devices that are more aware of its owner's location and preferences". Interface Android's default user interface is mainly based on direct manipulation, using touch inputs that loosely correspond to real-world actions, like swiping, tapping, pinching, and reverse pinching to manipulate on-screen objects, along with a virtual keyboard. Android devices boot to the homescreen, the primary navigation and inform...