This Codes will create a form for the front-end users to collect data and store the data into a custom post. Shortcode is also made to use the form anywhere. 1. Create a custom post type: You can create a custom
Read More
Step-1: Create some screen.js and import it into app.js In this file I have created, three screens.js, HomeScreen, ProfileScreen and MessageScreen. Then copy paste the below full code in app.js import ‘react-native-gesture-handler’; import Animated, { useSharedValue, withTiming, useAnimatedStyle, Easing,} from ‘react-native-reanimated’;
Read More
Some Important CentOS Commands ### Check Selinux, Selinux is a firewall -> getenforce ### Disable Selinux -> vim /etc/sysconfig/selinux ### Change IP -> nmtui ###check hidden file ->ls -ls ### read any file -> cat filename #Search file or folder -> find
Read More
I have tried this in Cent OS and worked fine. # Login to another computer -> ssh root@ipaddress [ example: ssh root@192.168.0.136 ] # Login to another computer without password # Step One: -> ssh-keygen #Step Two: -> Press Enter few times.
Read More