To install LaTex in ubuntu use the following commands – sudo apt-get update sudo apt-get install texlive-full LaTex installation takes around 20 minutes. To test…
Did you ever think of a technology where you don’t need your ID card or Access card to enter into you school, college or office…
Going by the definitions, NFC is a short range, high frequency wireless communication technology, that enables the exchange of data between devices, typically requiring a…
[wpdm_file id=78] Due to the vulnerability caused by poor password selection it is very important to have a secure authentication and authorization infrastructure for web…
[wpdm_package id=’1191′] SSO –SSO – > SSO means Single Sign On. With SSO user can create 1 account and use that account to login once…
Download the code here: [wpdm_file id=5] #include<stdio.h> //for C file input/output functions #include<stdlib.h> //used here for exit() function #include<string.h> //for using strcmp() function #include<sys/types.h> //contains…
Difference between UDP and TCP 1. UDP(User Datagram Protocol) Connection i. In UDP connection (connectionless service) client doesn’t establish a connection with the server. Instead…
Network Socket A network Socket is an end point of an inter-process communication flow across a computer network. Socket is a single connection between two…
To set up Apache, PHP and MySQL, all you have to do is run a few commands in the terminal. Given below is the brief…
We need bootable pendrive to make install/recover operating system in our Computer, Laptop. 5 Easy steps: 1. Download poweriso. 2. Goto Tools -> Create Bootable…