python installation on windows
python installation on windows Since windows don’t come with Python preinstalled, it needs to be installed explicitly. Here we will
Read morepython installation on windows Since windows don’t come with Python preinstalled, it needs to be installed explicitly. Here we will
Read moreIntroduction to python What is Python? Python is a popular programming language. It was created by Guido van Rossum, and
Read morePHP connection_status() Function Example Return the connection satus: <?php switch (connection_status()) { case CONNECTION_NORMAL: $txt = ‘Connection is in a normal state’; break;
Read moreHow to get the free SSL certificate Let’s Encrypt is a Certificate Authority (CA) that provides free certificates for Transport Layer Security
Read morepipe (|) operator in Linux command Let’s Start understanding from the below example: $ ifconfig | grep 192 inet 192.168.1.96
Read moreUnderstanding Hard link in Linux The concept of a hard link is the most basic thing and here we will
Read moreWhat is a symbolic link, soft link, or symlink A symbolic link (also known as a soft link or symlink)
Read more22 July today in history 1678-Chhatrapati Shivaji Maharaj wins the fort of Vellore. 1981-India’s first geostationary satellite APPLE started functioning.
Read moreMySQL is dead but subsys locked Issue Description: When tried to connect to MySQL or run any command. It Displayed
Read moreRsync example: automated backup at home This script just creates a daily backup of Satya work in a ~satya/backup/ directory
Read more