Samual Sam

Samual Sam

1,507 Articles Published

Articles by Samual Sam

Page 100 of 151

Ways to delete search history from your account

Samual Sam
Samual Sam
Updated on 07-Jul-2020 1K+ Views

Now, all the time, people use internet to collect and share confidential and important data online. Importance and uses of online data needs protection and privacy. Our data is always is in risk, unless and until you unplug your system from all other devices.Sometime, we use public computer to access our Gmail, Yahoo mail, Facebook, Twitter, alert(“XSS”);, etc…, to download and upload some confidential data and to open our bank account detail. All things that you open on public computer save on history; can be open by any one other very easily.If, you want other people not to hack your ...

Read More

Windows 8 task managers running process

Samual Sam
Samual Sam
Updated on 07-Jul-2020 421 Views

If, you are finding a tool should be best to hold the overall PC’s performance. The Windows Task Manager is a great one.Task Manager is a task management and monitoring tool, shows the current status of programs, processes, and services run on Windows operating system. It comes in use to monitor the performance of the applications/services run on the system and to stop the applications/services that troubles the system performance.Over the internet, Task Manager can display the network status; means; how the network is functioning with other devices and users. Also, displays how many users are connected to the system, ...

Read More

How to deploy windows deployment services on server 2012 r2

Samual Sam
Samual Sam
Updated on 07-Jul-2020 2K+ Views

What is WDS?Windows Deployment Services allows you to deploy windows operating systems on your client machines.Suppose you have 200 machines on your network and you would like to install Windows 10 on them. You can configure WDS and network boot those machines without installing windows separately using CD or DVD.Deployment ScenarioThere are many WDS deployment scenarios. But for this tutorial, we are assuming WDS and DHCP which are installed on the same server (DHCP can also be running separately on some other Windows or Linux server machine).PrerequisiteMake sure that, your DHCP is already running with an active scope. Following are ...

Read More

The magnitude of big data

Samual Sam
Samual Sam
Updated on 07-Jul-2020 511 Views

Large volumes of structured and unstructured data are essentially referred to as ‘Big Data;’ and is produced by almost all sources around us such as social media exchange, digital processes, mobile devices, sensors etc. Big Data provides insights into patterns, trends, and correlations with other entities in the business world. Big Data swamps businesses on a regular daily basis, and due to the speed and accuracy with which it is analyzed, it leads to enhanced and accurate decisions via tactical business steps. As it is variable and complex and comes from various sources, it is imperative to connect it and ...

Read More

Find my public ip address from linux command line

Samual Sam
Samual Sam
Updated on 07-Jul-2020 3K+ Views

An IP address stands for Internet Protocol Address. Devices are assigned with specified IP Address to identify the device which are connected on internet. Public IP addresses are routable on Internet and are generally provided by an ISP (Internet service provider) which are accessible over the Internet.Do you know how to find public IP address from Linux command line? There are several ways to find and identify public IP address. For example, we can use third party websites or “shell” commands. This article provides simple methods to find public IP address from command line on Linux.Who Uses Public IP Addresses?Public ...

Read More

Count the number of threads in a process on linux

Samual Sam
Samual Sam
Updated on 07-Jul-2020 8K+ Views

Linux process can be visualized as a running instance of a program where each thread in the Linux is nothing but a flow of execution of the processes. Do you know how to see the number of threads per process on Linux environment? There are several ways to count the number of threads. This article deals with, how to read the information about processes on Linux and also to count the number of threads per process.Read Process InformationTo read the process information use ‘ps’ command. This command is used to read a snapshot of the current processes on Linux. However, ...

Read More

Mobile ip a complete solution for emerging communications

Samual Sam
Samual Sam
Updated on 07-Jul-2020 2K+ Views

The world is now embracing connectivity and communication like never before through the application of various mobility based devices. Mobile computing devices such as mobile phones, palmtops etc. have become a part of our daily routine as they are convenient and effective to use.Mobile IP (Internet Protocol) serves the needs of the burgeoning population of mobile computer users who wish to connect to the Internet and maintain communications as they move from place to place.Mobile IP (or MIP) is an Internet Engineering Task Force (IETF) standard communications protocol that is designed to allow mobile device users to move from one network ...

Read More

How to use peekLast() in android ConcurrentLinkedDeque?

Samual Sam
Samual Sam
Updated on 30-Jun-2020 192 Views

Before getting into an example, we should know what ConcurrentLinkedDeque is, it is unbounded deque based on linked nodes. Multiple threads can access deque elements with safety.This example demonstrates about How to use peekLast() in android ConcurrentLinkedDequeStep 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.     In the above code, we have taken a text view to show ConcurrentLinkedDeque elements.Step 3 − Add the following code to src/MainActivity.javapackage com.example.myapplication; import android.os.Build; import android.os.Bundle; ...

Read More

How to use peek() in android PriorityBlockingQueue?

Samual Sam
Samual Sam
Updated on 30-Jun-2020 182 Views

Before getting into the example, we should know what PriorityBlockingQueue is. It is an unbounded queue and follows the same order as a priority queue. The main usage of priority blocking queue is, it going to handle out of memory error.This example demonstrates about How to use peek() in android PriorityBlockingQueueStep 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.     In the above code, we have taken a text view to show PriorityBlockingQueue ...

Read More

How to use peak() in android LinkedBlockingDeque?

Samual Sam
Samual Sam
Updated on 30-Jun-2020 185 Views

Before getting into the example, we should know what LinkedBlockingDeque is. It is implemented by Collection interface and the AbstractQueue class. It provides optional boundaries based on linked nodes. It going to pass memory size to a constructor and helps to provide memory wastage in android.This example demonstrates about How to use peak() in android LinkedBlockingDequeStep 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.     In the above code, we have taken a ...

Read More
Showing 991–1000 of 1,507 articles
« Prev 1 98 99 100 101 102 151 Next »
Advertisements