10 hot hybrid-cloud startups to watch

As the cloud matures, many businesses are finding that not every application belongs in public clouds. Due to regulatory issues, security risks, data ownership concerns, and fears of cloud lock-in, many applications are stubbornly rooted in on-premises architectures.The startups in this roundup understand that, and rather than trying to sweet talk enterprises into forklift upgrades, these startups are willing to work under hybrid-cloud constraints.[ Now see After virtualization and cloud, what's left on premises?] The startups below federate data, making it available from any cloud to any application; provide application virtualization software, which enables enterprises to move workloads to and from various clouds at will; provide cloud file systems that optimize and mobilize data, and much more.To read this article in full, please click here

Reflections on the Cloud Networking Decade

When I joined Arista ten years ago, we were in the midst of developing a novel purpose-built software architecture from a clean sheet of paper for networking. The financial services industry was in crisis, with the collapse of major banks like Lehman Brothers. In parallel, emerging slowly but surely, was a new breed of hyper-scale cloud operators. Amazon AWS, Microsoft Azure and Google GCP were in the early stages of shaping what was to become the public cloud. The requirements of these new titans provided a source of inspiration for the Arista founders and me. We couldn’t have predicted the pace nor the impact of this cloud fury; it came strongly and rapidly. As I reminisce over the past decade, it is clear that the cloud inflection has forever changed the face of enterprise IT for the better. Yet it is just the beginning, and there is much ahead.

Apple Watch 4 represents an epic fail for smartwatches in business

Remember when we thought smartwatches and wearable technology were going to change the world — and the enterprise? That doesn't seem to be happening quite yet.According to much of the consumer tech press, the new Apple Watch Series 4 stole the show from the iPhones announced in Apple’s big fall press event. Reviews were generally positive for the new wearable device, and along with the new edge-to-edge display and other improvements, much of the love centered around new heart-health monitoring features, including an electrocardiogram (ECG), low heart rate detection, and atrial fibrillation (AFib) detection. There’s also a new fall-detection feature designed to automatically summon help if needed.To read this article in full, please click here

The new Apple Watch 4 represents an epic fail for smartwatches

Remember when we thought smartwatches and wearable technology were going to change the world?According to much of the consumer tech press, the new Apple Watch Series 4 stole the show from the iPhones announced in Apple’s big fall press event. Reviews were generally positive for the new wearable device, and along with the new edge-to-edge display and other improvements, much of the love centered around new heart-health monitoring features, including an electrocardiogram (ECG), low heart rate detection, and atrial fibrillation (AFib) detection. There’s also a new fall-detection feature designed to automatically summon help if needed.To read this article in full, please click here

Get to Know Docker Desktop

Today on the Edge release channels, we released a new beta version of Docker Desktop, the product formerly known as Docker for Windows and Docker for Mac. You can download this new Edge release for both Windows and macOS. Docker Desktop enables you to start coding and containerizing in minutes and is the easiest way to run Docker Engine, Docker Swarm and Kubernetes on Mac and Windows. In addition to simple setup, Docker Desktop also includes other great features and capabilities such as:

  • Fast edit-test cycles with volume mounting for code and data, including file change notifications.
  • If you want to switch from Swarm to Kubernetes for orchestration, it’s a click of a button in the Docker Desktop UI.
  • On Windows desktops, you can develop both Windows and Linux containers with Docker Desktop using a toggle selection in the UI.
  • Docker Desktop handles the setup and teardown of lightweight VMs on both Windows and macOS, using Hyper-V on Windows desktops and Hyperkit on macOS.
  • Built-in enterprise network support allows Docker Desktop to work with choice of VPNs and proxies.

You may have already noticed the new Docker Desktop name on www.docker.com, and over the next few months we Continue reading

Linux tricks that can save you time and trouble

Good Linux command line tricks don’t only save you time and trouble. They also help you remember and reuse complex commands, making it easier for you to focus on what you need to do, not how you should go about doing it. In this post, we’ll look at some handy command line tricks that you might come to appreciate.Editing your commands When making changes to a command that you're about to run on the command line, you can move your cursor to the beginning or the end of the command line to facilitate your changes using the ^a (control key plus “a”) and ^e (control key plus “e”) sequences.You can also fix and rerun a previously entered command with an easy text substitution by putting your before and after strings between ^ characters -- as in ^before^after^.To read this article in full, please click here