How to install Latest Python in Windows
Networking Learning
by Networking Learning
5M ago
Python is a high level programming language. Code write and execute for required Python language.  Below steps through We will installed the python in windows. Step 1:- Visit the official site for Python https://www.python.org/downloads/ on the Windows operating system. Currently python latest version is 3.12. Windows release in available 32bit and 64 bit package available. Step 2:- Once you have downloaded the python installer, open the .exe file, such as python-3.12.0-amd64.exe, by double clicking to launch the Python installer. Then choose to the Install Now button ..read more
Visit website
How to Install Cassandra on Linux Ubuntu
Networking Learning
by Networking Learning
7M ago
Apache Cassandra is a high performance open source, Masterless and NoSQL database. That provides scalability, fault tolerance and using in multiple nodes. Most of replication node data in using the Cassandra providing high availability and zero points of failure. Many companies using the Apache Cassandra include Facebook, Netflix, Cisco, Twitter, and many more. Prerequisites Non root user, 2GB RAM OpenJDK 8 OR OpenJDK 11 OR Oracle Java Standard Edition 8 OR Oracle Java Standard Edition 11 Step 1: Installing Java on Ubuntu Fist check on your system java version installed or n ..read more
Visit website
How To Set Up Password Authentication with Apache on Linux Ubuntu
Networking Learning
by Networking Learning
8M ago
Password authentication is use for securing web resources and limiting access to authorized users.  Benefits of using password authentication Access Control User Management Security Privacy and Confidentiality Temporary Access Compatibility Step 1 — Installing the Ubuntu Apache Utilities Package Apache utility called as a htpasswd, part of the apache2-utils package. This package is a manage the username and passwords needed to access restricted content. sudo apt update sudo apt install apache2-utils Step 2 — Creating the Password access File The htpasswd com ..read more
Visit website
IONOS DCD cloud server set up configuration
Networking Learning
by Networking Learning
11M ago
 IONOS DCD allows users to design and plan their own data center infrastructure using a graphical interface. Use Official link & use authorized credentials to loginhttps://dcd.ionos.com/latest/ Refer Basic tutorial link to Design & manage virtual machines on IONOS DCD in detail https://docs.ionos.com/cloud/getting-started/tutorials Follow below steps to design & manage virtual machines on IONOS DCD: In Client’s IONOS DCD Account we are now discussing test data center which are created for Production Application purpose. Creating a new VDC (Virtual data center ..read more
Visit website
How to setup MySQL database on AWS RDS (Relational Database Service)
Networking Learning
by Networking Learning
1y ago
In this blog we have learn how to connect MySQL database from Phpmyadmin of our EC2 instance or local machine. Step -1 Create AWS account. Below link to prefer how to create AWS and EC2 account. https://www.networkinglearning.com/2021/11/how-to-create-ec2elastic-cloud-compute.html Create a DB Instance on Amazon RDS We will use Amazon RDS to create a MySQL DB Instance with db.t2.micro DB instance class, 20 GB of storage and this is free tier eligible. Free tier MySQL DB instance provides 20GB of free storage using with t2.micro. Amazon RDS free tier available for 12 months Free tier ..read more
Visit website
How To Install MongoDB on Linux Ubuntu
Networking Learning
by Networking Learning
1y ago
Mongo DB known as NoSQL and Faster Database. MongoDB is highly scalable, Easy to access database currently being used as backend data store. Many Organizations use this backend database like Twitter, IBM, Forbes, Facebook, and Google others. Step - 1 Import the MongoDB public key to your system: sudo apt-get install gnupg wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add - Step - 2 Create a MongoDB list file: echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu $(lsb_release -cs)/mongodb-org/4.4 multiverse" | sudo tee /etc/apt/sources.l ..read more
Visit website
How to install WDS in Windows Server 2016 2019 2022
Networking Learning
by Networking Learning
1y ago
WDS PXE network boot images use for OS directly installed on a target computer. WDS is a server role that gives network administrators the ability to deploy Windows OS remotely. WDS can be used for network based installations to set up new computers so network administrators do not have to directly install OS. BIOS settings in a select first priorities PXE boot option. Another think Boot time you can select PXE network boot option. Also enabled the network boot option in a bios setting. To configure PXE boot in Windows Server 2016, 2019 and 2022, you need to follow these steps: Step 1 ..read more
Visit website
How to configure Nginx on Linux Ubuntu
Networking Learning
by Networking Learning
1y ago
Nginx is a Open-source web server, High performance and Reverse proxy software. Nginx is handle a large number of concurrent requests and popular for high-traffic websites and web applications.   Nginx can be used as a web server to serve static content such as HTML files, images, videos. ,Also hosted java, PHP, node, react Js application hosted on the Nginx server. It is most of used in a production environments to serve and manage traffic for web application and website. Step 1 : Install Nginx in Linux ubuntu use the following command sudo apt update sudo apt in ..read more
Visit website
How to change the Administrator Password in Windows system
Networking Learning
by Networking Learning
1y ago
Network administrator is directly changed administrator password of windows administrator account without old password. Administrators can change install software, Policy set, security settings and admin access all files on the computer. Administrators can also make changes to other user accounts such as creating other local and administrator account. Administrator password set on the all Pro, Enterprise and all windows server in same process to change the administrator password changed. Step 1 - Go to Start menu type Administrative tools in the search bar, and choose the sea ..read more
Visit website
How To Allow Remotely Access to MySQL
Networking Learning
by Networking Learning
1y ago
Many application hosted on a server. But database is not remotely accessible. MySQL remotely enabled change on the mysql.cnf file. MySQL Server Remote Connection Allowing connection of remote MySQL server in 3 a steps: 1. Edit MySQL configuration file. 2. Configured firewall. 3. Connect to remotely MySQL panel. Step-1 Edit on the MySQL Config File sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf Change Bind-Address IP current default IP is set to 127.0.0.1 Change it 0.0.0.0 This changed after you can accessible remotely. Also you have changed on the MySQL user. Step-2 F ..read more
Visit website

Follow Networking Learning on FeedSpot

Continue with Google
Continue with Apple
OR