52 views
202 views
2,437 views
2,191 views
1,715 views
2,261 views
1,668 views
2,165 views
2,490 views
2,162 views
How to upgrade python 3.6 to 3.7 on Linux /Ubuntu/Lubuntu OS

It is easy to upgrade Python version for any linux distributions i.e Ubuntu, Lubuntu are among much popular linux distribution. It is easy to be done just by following the steps below: Step 1: Run the commands
How to install Filezilla in any linux distributions/Ubuntu/Lubuntu OS

Installing FileZilla from the Ubuntu Software Center: To install filezilla from ubuntu Software center do the following : Click on the Ubuntu software center and search for Filezilla. Installing Filezilla in the Lubuntu distribution do the following
What is security ? What are the fundamental properties of Security?

Security: Security is the property of defending capability against any attack on an asset. Fundemental properties of security: There are three fundamental properties of security 1. Confidentiality. 2. Integrity. 3. Authenticity. A system is CIA secured if
what is logarithm and its type?

Definition : A logarithm is the result of raising power of a number to which the logarithm is assigned. In other word we can say that logarithm is the power to which the given number is raised.
How to install ,search, and uninstall a software installed on Ubuntu 14.04?

To INSTALL a software Open the ubuntu terminal and type: $ sudo apt-get install THE SOFTWARE NAME Example: i installed gimp a image editor software so the command will be following : $ sudo apt-get install gimp
what is prefix free code?

Prefix code or prefix free code is an encoding scheme where no codeword is a prefix of another codeword. Lets see another example Q={011, 110100, 0101 } here none of the codewords is a prefix of any
what is code?

In information theory Code is a set of binary strings or codewords. for example C={1101, 001, 10, 11101} here the set C is a code and the elements of the set are the codewords. C={1101, 001, 10,
what is codeword?

A Codeword is the finite arrangement of binary bits(0,1) which has a specific meaning. For example 1101 is a codeword. Codewords are used for error-correcting purpose in communication system. C={1101, 001, 10, 11101} C is a set
What is Host, client and server?

Before starting any networking course or IT learning course, some basic concept on host, client and server is mandatory. Furthermore , a corporate or a big server my consist of host client and server. Therefore , it
Network of Many size

Networks come in all sizes. They can range from simple networks consisting of two computers to networks connecting millions of devices. Small home networks : Small home network connects a few computer to each other and Internet.
- 1
- 2