Open in app

Sign In

Write

Sign In

LearnWithSathya
LearnWithSathya

34 Followers

Home

About

Aug 13

LINUX COMMAND LINE

1-SYSTEM INFORMATION uname -a # Display Linux system information uname -r # Display kernel release information cat /etc/redhat-release # Show which version of redhat installed uptime # Show how long the system has been running + load hostname # Show system host name hostname -I # Display the IP addresses of the host last reboot # Show system…

Linux

4 min read

Linux

4 min read


Jun 22, 2022

Core Java Syllabus

What is Core Java? Java Editions Types of Java Courses Concepts Covered in Core Java Core Java Syllabus Basic of Java Class, Objects, and Types of Classes Packages in Java Data Types in Java Variables, Constraints, and Literals Methods in Java Constructor in Java Modifiers in Java Static Keyword Final Keyword Inner Class in Java Super and this keyword Encapsulation Inheritance Polymorphism Abstraction

Java Syllabus

1 min read

Java Syllabus

1 min read


Apr 27, 2022

What is a sticky session

Session stickiness, a.k.a., session persistence, is a process in which a load Balancer creates an affinity between a client and a specific network server for the duration of a session, (i.e., the time a specific IP spends on a website). …

Sticky Session

2 min read

What is a sticky session
What is a sticky session
Sticky Session

2 min read


Apr 8, 2022

Java Collections Interview Questions

What are the basic interfaces of Java Collections Framework ? Java Collections Framework provides a well designed set of interfaces and classes that support operations on a collections of objects. The most basic interfaces that reside in the Java Collections Framework are: Collection->which represents a group of objects known as…

Collection

2 min read

Java Collections Interview Questions
Java Collections Interview Questions
Collection

2 min read


Mar 31, 2022

Auto Read SMS react native

STEP1: npm i react-native-otp-textinput Step 2: npm i react-native-sms-retriever OTP Input View UI <OTPTextInput ref={otpInputRef} //Its refference Value containerStyle={styles.textInputContainer} textInputStyle={styles.roundedTextInput} inputCount={6} useRef tintColor=”#E9E9E9" handleTextChange={(text) => setOTP({ otpInput: text })} /> Style UI const styles = StyleSheet.create({ textInputContainer: {

Auto Read Sms

1 min read

Auto Read Sms

1 min read


Feb 9, 2022

Install wordpress in nginx with multiple location in ubuntu

We are providing step by step by instruction to setup the wordpress. STEP1: Install Nginx Use below command sudo apt-get install nginx Step2: install Php sudo apt install php7.4-cli Step3: Install Mysql sudo apt install mysql-server Step4:Install MySql With Secure sudo mysql_secure_installation Hit Enter when asked for the current root…

Nginx Configuration

2 min read

Install wordpress in nginx with multiple location in ubuntu
Install wordpress in nginx with multiple location in ubuntu
Nginx Configuration

2 min read


Jan 18, 2022

How to Solve Cleartext HTTP traffic not permitted Error in Android Studio

ERROR: 08-29 12:03:11.246 11285-11285/ E/: [12:03:11.245, main]: Exception: IOException java.io.IOException: Cleartext HTTP traffic to * not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.java:115) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:458) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:127) at com.deiw.android.generic.tasks.AbstractHttpAsyncTask.doConnection(AbstractHttpAsyncTask.java:207) at com.deiw.android.generic.tasks.AbstractHttpAsyncTask.extendedDoInBackground(AbstractHttpAsyncTask.java:102) at com.deiw.android.generic.tasks.AbstractAsyncTask.doInBackground(AbstractAsyncTask.java:88) at android.os.AsyncTask$2.call(AsyncTask.java:333) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:245) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at java.lang.Thread.run(Thread.java:764)…

Cleartext Http Traffic

1 min read

Cleartext Http Traffic

1 min read


Jan 18, 2022

Java Memory Management With example

JAVA MEMORY MANAGEMENT To run an application in an optimal way, JVM divides memory into stack and heap memory. Whenever we declare new variables and objects, call a new method, declare a String, or perform similar operations, JVM designates memory to these operations from either Stack Memory or Heap Space. …

Java

4 min read

Java Memory Management With example
Java Memory Management With example
Java

4 min read


Jan 16, 2022

JAVA-What are the Memory Allocations available in Java?

Java has five significant types of memory allocations. Class Memory Heap Memory Stack Memory Program Counter-Memory Native Method Stack Memory Class Memory: All executing threads share this part of the JVM memory area. Class elements like constant pool, class fields, constructor codes, method codes, etc. Method area can be considered…

Java Memory

2 min read

Java Memory

2 min read


Jan 15, 2022

LARAVEL 8 Features

Introduction: Laravel 8, the most recent version of the Laravel framework, was released on September 8. Laravel 8 comes with exciting new features and a guide to upgrade. Laravel creator Taylor Otwell announced some of those new features in his Laracon presentation. This post contains a summary of some of the…

Laravel8

5 min read

LARAVEL 8 Features
LARAVEL 8 Features
Laravel8

5 min read

LearnWithSathya

LearnWithSathya

34 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams