Cloud Network

Networking | Support | Tricks | Troubleshoot | Tips

Buymecoffe

Buy Me A Coffee

Wednesday, September 27, 2017

How to solve Gradle sync failed error in Android Studio

September 27, 2017
How to solve Gradle sync failed error in Android Studio

Friday, September 22, 2017

How to Solve Unable to Start the Daemon Process in Android Studio

September 22, 2017
How to Solve Unable to Start the Daemon Process in Android Studio

Monday, September 18, 2017

How to Make or Create a Shortcut Icon to Ping Command/Line a specific URL in Windows 7 & 10

September 18, 2017
How to Make or Create a Shortcut Icon to Ping Command/Line a specific URL in Windows 7 & 10








Create Shortcut To Command Line/Dos Programs
Simple way to create a shortcut to the ping command
create a shortcut to ping cmd for internet status
How do I make an icon to ping a specific URL

Thursday, August 31, 2017

Here's How to Activate YouTube's Hidden 'Dark Mode'

August 31, 2017
Here's How to Activate YouTube's Hidden 'Dark Mode'

Wednesday, August 30, 2017

OnePlus 5 is Available at 10% Discount to Students From this Countries: Here is How to Get it

August 30, 2017
OnePlus 5 is Available at 10% Discount to Students From this Countries: Here is How to Get it
Attention, all students! The OnePlus Student Program is A+

“Through 3 short assignments, we will test your ability to enjoy exclusive student offers and examine your eligibility for our program. Completing this exam will give students a can’t-miss opportunity to acquire the OnePlus 5 at low rate exclusive to students,” said OnePlus on its official blog post.

Here are the steps:

Assignment 1: Show us you’re a student! This is a student program after all. Login to Student Beans to verify your account and gain access to the Student Program.

Assignment 2: Now that you’re an official member of the Student Program, it’s time to claim your coupon worth 10% off any order. Just hit the button to claim your coupon. Once redeemed, your coupon will be valid for a month. However, you will be able to claim a new coupon in every following year.
          
                You’re able to use your coupon to receive 10% off your next order during this month, although there is a limit of one OnePlus 5 per student.

Assignment 3: Got your order ready? Activate your 10% student discount at checkout. Remember to use your coupon within a month!

Grade: A+

Conclusion:




So is the offer available for all students across the world? Well, no. The offer is limited to only select students. The Student Program is available to everyone in the following countries: UK, Germany, France, Italy, Spain, Netherlands, Denmark, Sweden, Finland, Austria, Belgium, Portugal, Poland, Slovenia, Czech Republic, Croatia, Hungary, USA, and Canada.


Thursday, August 3, 2017

Firefox's new tool lets you send self-destructing 1GB files from any bro...

August 03, 2017
Firefox's new tool lets you send self-destructing 1GB files from any bro...

Thursday, May 18, 2017

How to Install Openstack Using Devstack in All-In-One Single Machine on CentOS 7

May 18, 2017
How to Install Openstack Using Devstack in All-In-One Single Machine on CentOS 7
This Guide Will Help You Install OpenStack on CentOS 7.

How to Solve All Error's During Installation of Single & Multiple Node OpenStack in CentOS 7 with Images
https://itcloudnet.blogspot.in/2017/05/how-to-solve-all-errors-during.html

How to Install of OpenStack in CentOS 7 Step by Step Procedure
https://itcloudnet.blogspot.in/2017/05/how-to-install-of-openstack-in-centos-7.html

Interview Questions and Answers on OpenStack for Fresher and Experience 
https://itcloudnet.blogspot.in/2017/05/interview-questions-and-answers-on.html

DevStack is a series of extensible scripts used to quickly bring up a complete OpenStack environment suitable for non-production use. It is used interactively as a development environment. Since DevStack installs all-in-one OpenStack environment, it can be used to deploy OpenStack on a single VM, a physical server or a single LXC container. Each option is suitable depending on the hardware capacity available and the degree of isolation required. A multi-node OpenStack environment can also be deployed using DevStack, but that’s not a thoroughly tested use-case.

For either kind of setup, the steps would involve installing a minimal version of one of the supported Linux distributions and downloading the DevStack git repository. The repo contains a script stack.sh that must be run as a non-root user and will perform the complete install based on configuration settings.


The official approved and tested Linux distributions are Fedora(latest and previous release) and CentOS/RHEL 7(latest major release). The supported databases are MySQL and PostgreSQL. RabbitMQ and Qpid are the recommended messaging service along with Apache as the webserver. The setup defaults to a Flat DHCP network using Nova Network or a similar configuration in Neutron.

The default services configured by DevStack are Keystone, Swift, Glance, Cinder, Nova, Nova Networking, Horizon and Heat. DevStack has a plugin architecture to include additional services that are not included directly in the install.

The process to get DevStack up and running goes like this:
  • Pick a Linux distribution and install it.  I’m using CentOS7.
  • Download DevStack and do a basic configuration.
  • Kick of the install and grab a cup of coffee.
I am Using a Fresh New OS Installation of CentOS 7.

Download CentOS 7 :- https://www.centos.org/download
Download Virtual Box :- https://www.virtualbox.org/wiki/Downloads
Download Script of Devstack :- https://github.com/openstack-dev/devstack
Website of OpenStack :- https://www.openstack.org

Step1 :- How to Install a Minimal CentOS 7 in Virtual Box

Step2 :- Now Update and Install Dependencies by Typing Below Commands
sudo yum update
sudo yum install -y git yum-utils
Step3 :- Add an Openstack User
Step4 :- Now First Login into Root by 'su' then Create a New User and Clone Devstack
Step5 :- Now Installation of Devstack by Running Script
Now You Need to Wait for 2 to 3 minutes and You'll Need to Set a New Password for the
MySQL Database,
RabbitMQ,
Service Admin,
Service Authentication,
Horizon and
Keystone Services.


Expect the Remaining Installation Steps to Take a Long Time at Least 10-30 Minutes (Depending on Your Internet Connection). See Below Screen Shot




Step6 :- Final Step Open Your Browser Visit New Devstack Installation URL
Ex :- http://192.168.0.110


You can login with the username admin, and the password you selected in the configuration file (also shown at the end of DevStack installation).

Thats it! Next I’ll be adding images to OpenStack and creating instances. Stay tuned for more on that. Thanks!