Category Linux

Oracle woos Red Hat users with Autonomous Linux

Sending a shot across the bow to rival Red Hat, Oracle has introduced Oracle Autonomous Linux, an “autonomous operating system” in the Oracle Cloud that is designed to eliminate manual OS management and human error. Oracle Autonomous Linux is patched,…

An introduction to WSL 2

At its recent Build conference Microsoft introduced the second version of its Windows Subsystem for Linux. It’s a major reworking of the original WSL concept, moving away from translating Linux system calls to Windows to shipping a complete Linux kernel…

Quark taps JavaScript to build ‘native’ desktop apps

A new open source tool dubbed Quark promises rapid creation of desktop applications with native capabilities while leveraging web development technologies. Built on top of GitHub’s Electron framework for cross-platform desktop apps, Quark is a general purpose tool that leverages JavaScript,…

What’s new in Fedora Linux

Fedora Linux, the Red Hat-sponsored Linux project that serves as both a developer-focused distribution and as an upstream proving ground for new ideas in Red Hat Enterprise Linux, is now available in version 30. Previous version: What’s new in Fedora…

What is Kubernetes? Your next application platform

Kubernetes is a popular open source platform for container orchestration — that is, for the management of applications built out of multiple, largely self-contained runtimes called containers. Containers have become increasingly popular since the Docker containerization project launched in 2013,…

C++ program for Cosine Series

Before going to the program for Cosine Series first let us understand what is a Cosine Series? Cosine Series:                 Cosine Series is a series which is used to find the value of Cos(x). where, x is…

C++ program for Exponential Series

Before going to the program for Exponential Series first let us understand what is a Exponential Series? Exponential Series:                 Exponential Series is a series which is used to find the value of ex. The formula used to…

Android Application that implements Multi threading

Aim:         To develop a Android Application that implements Multi threading. Procedure: Creating a New project: Open Android Studio and then click on File -> New -> New project. Then type the Application name as “ex.no.7″ and click Next. …