operating system Archives

How to speed up Windows 10

Author - Webner
|
0 Comments
|

Windows 10 has a lot of inbuilt apps and features which run in the background consuming the memory and slowing down the processing speed. Here are some ways we can increase the windows 10 performance just by doing simple changes:

Remove Transparency:

Windows 10 Start Menu looks cool Read more…

Install Microsoft Powershell in Ubuntu

Author - Navneet Kashyap
|
0 Comments
|

How to install Powershell in Ubuntu:

PowerShell is Microsoft proprietary and it is a task automation and configuration management framework from Microsoft consisting of a command-line (shell) and associated scripting language but Microsoft provides ways to use this in linux environment also.

Installation via Read more…

How to read Mobile Hardware and Operating system Details in Ionic

Author - Varun Chopra
|
0 Comments
|

Steps to read Mobile Hardware and Operating system Details in Ionic

To get the mobile hardware and operating system information you can use device plugin in ionic framework.
Installation:

$ ionic cordova plugin add cordova-plugin-device
$ npm install @ionic-native/device

Platform:Read more…