1. Alphabet Symbols(Either Upper case or Lower case).Eg: total100 2. If identifier starts with underscore ‘_’ then it is indicated as private.Eg: _sum 3. If it starts with ‘__'(two underscores [ … ]
Difference between C and Python
c Python 1. C is a procedure oriented programming language 1. Python is an object oriented programming language with some features such as classes, objects, polymorphism, inheritance etc. 2. Execution [ … ]
Flavors of Python
Types of Python compilers are referred as flavors of Python. They help to integrate various types of programming languages in Python some of them are: 1. CPython: It is a [ … ]
Features of Python
1. Simple and easy to learn : Python is a simple programming language. When we read Python program, we can feel like reading English statements. Syntax’s are very simple and [ … ]
How To Install Angry IpScanner In Ubuntu
To know Allocation of Total Lan ips AngryIpScanner is the best tool apt-get install gdebi wget http://github.com/angryziber/ipscan/releases/download/3.3.3/ipscan_3.3.3_amd64.deb gdebi ipscan_3.3.3_amd64.deb you can open with GUI and with terminal after Installtion In [ … ]
How To Add SSL Certificate To Your Website
To add ssl certificate to the website we need to follow below steps: To create .key and .csr files to your website execute below command thwen you will get output [ … ]
How to know Linux OS versions Ubuntu/Centos/Redhat/
we can kow ubuntu versions with any one of following commands lsb_release -a cat /etc/os-release hostnamectl we can kow Centos versions with any one of following commands you need to [ … ]
How To Install Google Chrome In Ubuntu And Centos
Download the latest Google Chrome package with wget command as below wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb After downloading Google chrome install it as below sudo dpkg -i google-chrome-stable_current_amd64.deb Now you can start it [ … ]
How To Install Firefox In Ubuntu 16 And Centos 7
If Firefox is already installed remove with following commands For ubuntu sudo apt-get remove firefox For centos sudo yum remove firefox after uninstalling firefox unlink or rename the current firefox [ … ]