Linux System Hardening Best Practices for a Secure Environment
Linux systems are widely used for their stability, flexibility, and security. However, no system is inherently secure without proper configurations and maintenance. Hardening a Linux system minimizes vulnerabilities and strengthens its security posture. This post outlines key steps to harden
How to access camera in Ionic app
Steps to access camera in Ionic app To access camera to capture image inside ionic application you can use camera plugin. Installation: $ ionic cordova plugin add cordova-plugin-camera $ npm install @ionic-native/camera Supported platforms are as follows: 1. Android 2.
How to access Flashlight in Ionic app
Steps to access Flashlight in Ionic app Flashlight plugin allows you to turn the flashlight on/off of your mobile in Ionic application. Installation: $ ionic cordova plugin add cordova-plugin-flashlight $ npm install @ionic-native/flashlight Platform: Android iOS Windows Phone 8 Use:
Introduction to Cash Flow Statement
Cash Flow Statement Cash Flow Statement is one of the types of financial reporting statement. Cash Flow Statement includes all the transactions of cash whether it is cash given to others in the form of Cash Disbursements or cash coming
How to run Background services in Ionic app
Steps to run Background Services in Ionic app To keep your app running some functionality in the background you can use background mode plugin in ionic. Installation: $ ionic cordova plugin add cordova-plugin-background-mode $ npm install @ionic-native/background-mode Platform:p AmazonFire OS
How to get scan QR Code or Barcode in React Native app
Steps to scan QR Code or Barcode in React Native app There are different libraries to scan barcode in react native. One of them is react native camera kit. Installation: npm install react-native-camera-kit –save react-native link react-native-camera-kit Add the following
How to get scan QR Code or Barcode in Ionic app
Steps to scan QR Code or Barcode in Ionic app For Scanning barcode Ionic provides a barcode scanner plugin which opens camera view, which can be used to scans a barcode or QR Code and return the scanned code back
How to access Flashlight in React Native app
Steps to access Flashlight in React Native app To turn the flashlight on/off on the mobile device react native provides a plugin called react-native-torch. Installation: npm install –save react-native-torch react-native link react-native-torch iOS 1. npm install react-native-torch –save 2. In
How to play Audio file in React Native
Steps to play Audio file in React Native React-native-audio-player is a react-native link module for audio recorder and player. This library provides simple recorder and player functionalities for both android and ios platforms. This only supports default file extension for
Customize context menu position in Devextreme datagrid
How To customize default position of context menu in Devextreme datagrid using jquery? Context Menu in devextreme is a set of menu items/links that appears on right click of some element like button or image by the user. By default
