Sunday, April 22, 2018

GitHub free account-GitHub new account register-GitHub sign up-git and GitHub-set up GitHub free account


GitHub  source repository free signup
GitHub required unique account registration for accessing Git repository. You can maintain your code in public with free of cost and you may also make your code in private with paid version. No one can access your code when you push in private option.


What is GitHub?

GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere. 

Git is an open-source version control system that was started by Linus Trovalds.

How to create new GitHub account
GitHub required unique account registration for accessing Git repository. You can maintain your code in public with free of cost and you may also make your code in private with paid version. No one can access your code when you push in private option.

Step 1: For creating new account click this linkBlow screen will be shown with GitHub help page.



Step 2: Go to Setup section and click “Signing up for a new GitHub” account

·         
   
   Blow screen will be appeared


Step 3: Go to Signing up for service section

Signing up for service

     1.      Go to GitHub's Pricing page.
     2.      Read the information about the different accounts and plans that GitHub offers.
Ø  To sign up for a paid plan, click the link below the type of plan you'd like to use.
     Ø  To sign up for an account on the free plan, click Sign up for one of our free plans.
     3.      Follow the prompts to create your personal account and optionally, upgrade your          personal account or create and upgrade an organization account.
   

   Step 4: Click “Sign up for one of our free plans” on price screen.
   
   Step 5: Enter your username and Email on step 1 tab as mentioned blow screen.


   Step 6: We are creating free account, So, ensure ‘Unlimited public repositories for free’               has selected. Click Continue button.

   Step 7: Complete step 3 process. 


   Step 8: Go to your registered mail Inbox and click the verification link sent by Github. 

     After your verification you will get confirmation message on GitHup portal as like below screen.

  

Well done! You have successfully crated your GitHub account.


Monday, April 9, 2018

No Internet access but wifi connected - How to solve wifi Internet connection problem

Usually Windows users frequently facing issues like Wifi connected with router device but encountering problem with  'No Internet Access' issue. This message will shown on Wifi connection screen.   
How to solve this issue to get better solution?

Don't worry.. We have best solution to troubleshoot this issue in two ways. Just incorporate these tips in your laptop defiantly your WIFI Internet connection will work immediately.

Option 1: Executing command line to reset IPV4 and Catalog
  1. Right click on Start menu
  2. Click 'Command Prompt (Admin)
  3. Execute this command "netsh winsock reset catalog"  for resetting Winsock Catalog [Do not restart your system now]
  4. Execute another command "netsh int ipv4 reset reset.log" to re-set IPV4.

Option 2: Re-Install Network Adapter

How to Re-Install Wireless network adapter?
  1. Right click on Start menu
  2. Click Device Manager
  3. Select Network Adapters
  4. Wireless adapters list will be displayed and select your wireless adapter
  5. Right click on your wireless adapter
  6. click Un-Install
  7. Now click Action on menu
  8. Click Update driver Software.. 
That's all. 

you will see your wireless adapter under Network Adapters

Now restart your computer. After restarting your window machine, check Internet connection, if you enabled 'Automatic Connection' it will connected with wifi automatically. 

Otherwise, Select your wifi network and provide your wifi secured password, Enable Automatic Connected Option. Now your system connected with wifi and you could see Internet Access message.

Thanks for reading.

Search Keyword: Windows 10 no internet conection problem, Wifi connected but no internet connection in Windows machine, No Internet access in windows machine, Wifi but no internet, limited internet access, wifi showing no internet, My laptop is connected to wifi device but no internet access windows 10, My broadband is working but wifi showing no internet access, How to enable Internet service.

Saturday, April 7, 2018

How to install Eclipse Step-by-Step get start with Java-Python-PHP-Javascripts-Android apps

Eclipse Installation Step-by-Step guide to Install Eclipse and Get run with Java Programming on Windows

Free Eclipse Installation step-by-step Quick reference e-Book in PDF

Eclipse is open source cross platform Integrated Development Tool (IDE), Eclipse supports JAVA SE, JAVA EE, JAVA ME, JAVA TV, C/C++, Python, JSON , PHP to develop Standalone Application, Android apps, Micro Embedded applications, Web Applications and Webservices. Eclipse is cross platform can run under Windows, Linux and Mac OS.


Prerequisites for Eclipse

Installing Eclipse is simply easy but does involve a few steps, Eclipse is a Java-based application and, as such, requires a Java runtime environment (JRE) in order to run.

Irrespective of your operating system, you will need to install Java virtual machine (JVM). You may also install a Java Runtime Environment (JRE), or a Java Development Kit (JDK), depending on what you want to do with Eclipse.

If you plan to use Eclipse for Java development, then you should install a JDK. If you aren't planning to use Eclipse for Java development and want to save some disk space, install a JRE.

For installing JAVA refer this link.

Eclipse for JAVA Installation step-by-step
Step 1: Get your favorite Eclipse packages from eclipse.org page. Eclipse latest version can be downloaded from this link.


Why Eclipse Oxygen?

The Eclipse Oxygen release includes many improvements in functionality and performance, includes new tools for Java code coverage analysis, and can be extended to support Java 9 and above development. You can find more details here to refer Eclipse Oxygen release documents.

Step 2: Click Download 64 bit button under the Oxygen section, following screen will be appeared. You can choose a mirror close to you for fast download by clicking the >>Select another Mirror link.

Once your download has completed, you could see eclipse-inst-win64.exe in your  downloaded path.

Step 3: Double click the eclipse-inst-win64.exe, below screen will be appeared to Run, you can proceed to click Run button.



Eclipse installer screen will be shown the progress….

Step 4: Select your installer from the list, For JAVA development, you can choose ‘Eclipse IDE for JAVA Developers’ .

Step 5: Choose your installation path and click install button.


Step 6: Provide your acceptance for Eclipse License Agreement.


Installation has started for ‘Eclipse IDE for JAVA Developers’ .


Step 7: After Installation has been completed, Click launch button. 


Step 8: Select a directory as workspace and click launch button


Eclipse Oxygen will be loading in your machine.


Welcome screen will be display to take you with few tutorials for understating to work on Eclipse.


Well done! You have successfully completed to set-up Eclipse environment in your Windows system.

Thanks for reading.

Free Eclipse Installation step-by-step Quick reference e-Book in PDF


<< Previous                          Next >>


Top 3 Devops article:
  1. DevOps Automation Framework for CI/CD Pipeline Read more...
  2. DevOps FAQ | Process | DevOps Development Environment Read more...
  3. Jenkins Tutorial | Jenkins FAQ | Jenkins Installation | Continuous Integration Read more...

Search Keyword : Eclipse Install, eclipse integrated development environment., eclipse latest version download, eclipse the eclipse foundation open source community website, official eclipse website, Run Java in Eclipse, Eclipse Java.

Wednesday, April 4, 2018

How to verify JAVA installed in my system?

Verify JAVA JDK installation in Windows machine.


Before continue this article, If you want to know how to download and install JAVA SE for windows 10 system refer JAVA Installation Step-by-Step

After Java installation you need to do one more important activity to setup Environment path for JAVA SE. Refer How to set Environment Variables in Java: Path and Class_path.


Verify JAVA JDK installation:

It is easy to check whether JAVA is installed in any machine. Here you can find the command to verify whether JAVA installed in Windows system.

Go to Start, type cmd, and Enter.

DOS prompt will be appeared.  Type ‘Javac’ in command prompt and press Enter.

You will see like blow screen with JAVA information.


 Congrats. You have successfully verified. Lets rock with your JAVA coding.

Download Java Installation Free quick book in PDF


<< Previous                                       Next >>

Top 3 DevOps article :
  1. How to install Eclipse for JAVA SE, JAVA EE, JAVA ME, JAVA TV, Android apps Read more...
  2. DevOps FAQ | Process | DevOps Development Environment Read more...
  3. Jenkins Tutorial | Jenkins FAQ | Jenkins Installation | Continuous Integration Read more...

Java Environment variable set-up for Path and Classpath Step-by-step

How to set Environment Variables in Java: 
Path and Class_path 

This article will help you to set-up JAVA environment path in window machine. if you want to know How to install JAVA? Refer JAVA Download and Installation step-by-step

Follow the steps mentioned here, will make you to enable JAVA PATH in your machine.

Step 1: Right click on This PC, and click Properties


Step 2: Click Advanced system settings on Control Panel Home Screen (Control Panel\System and Security\System).

Step 3: Go to Advanced tab in System properties screen, and click Environment Variable button.



Step 4 : Click New button in User variable section.



Step 5 : Go to your JAVA installed path and copy the address as text



Step 6: Type PATH as variable name, past the JAVA bin path in value field. Click OK.



Step 7: Again follow the step 4 to 6 for setting JAVA CLASS_PATH. Here you need to give  …\Java\jdk-10\lib path.


You will see your changes as like below screen..


Well. Now, you have successfully completed JAVA environment path setup process.

How to verify JAVA installed in my system? refer here

Download Java Installation Free quick book in PDF

<< Previous                                    Next >>

Related Keywords: java_home, java path, java windows 10, java set, set java_home, set java path, java environment variables, java classpath, install java in windows, java for windows 7, variables in java, how to set path in java, how to check java version in cmd, how to install java in windows, how to set classpath in java, how to set environment variable for java, set jdk path, where is java located, jre_home, how to set environment variable in windows for java.

JAVA Installation Step-by-Step

Java JDK installation in windows 10 64 bit

This article will help you with very simple steps to make JAVA installation in your Window 10 system.

Java Platform, Standard Edition (Java SE) 

lets you develop and deploy Java applications on desktops and servers. Java offers the rich user interface, performance, versatility, portability, and security that today's applications require.

Java SE Development kit 10 required you to accept Oracle Binary Code License Agreement. Then it will allow you to download JAVA kit.

Step 1:   You can find JAVA standard Edition here. This link direct you following screen on Technology Network/ Java/ Java SE/ Downloads


Step 2: Click the jdk-10_windows-x64_bin.exe link on Download column, you will ready to get your downloads immediately. After download completion verify file size around 399,441 KB.

Step 3: Double click the jdk-10_windows-x64_bin.exe, below screen will show the guide window for installation process... simply click Next.


Step 4: By default, Development Tools selected with feature description. Leave as its, if you want to change installation location, you can change the installation path by clicking Change button. For now, leaving default location, click the next button.


JAVA installation started with blow status indication screen.


After successful installation, JAVA installation complete status screen will show as like below screen. Now close this screen.


Great. Now, JAVA JDK SE 64-bit package successfully installed in your system.

You have one more important activity is pending.... Set-up Environment path for JAVA execution. Refer How to set Environment Variables in Java: Path and Class_path

Download Java Installation Free quick book in PDF


                                                          << Previous           Next >>

Related Key Words: Java latest version download, Learn java installation, Java tutorial for JDK installation on Windows machine, Java compiler, java download, java jdk download, java application installer, install java development kit, Install sun java, sun java development kit, java sun jre, java run environment, java programming language download, update java development kit, install java runtime environment, free java update, oracle java se download, how do i update java, java runtime environment for windows, java runtime environment download 64 bit.

Monday, April 2, 2018

Configure Maven setup on Jenkins-automated Maven installation

How to configure Maven setup on Jenkins?

Jenkins provide great out-of-the-box support for Maven. It provides several options when it comes to configuring Maven. If you already have Maven installed on your machine, you can simply provide the path in the MAVEN_HOME field.

Alternatively, you can install a Maven distribution by extracting a zip file located in a shared directory or execute a home-rolled installation script.


How to setup automated Maven installation on Jenkins?

You can let Jenkins do all the hard work and download Maven for you. To choose this option, just click the install automatically check box. 

Jenkins will download and install Maven from the Apache website the first time a build job needs it.

Just choose the Maven version you want to install and Jenkins will do the rest. You will also need to give a name for your Maven version. So that you can refer to it in your build jobs.


<<Previous             Next >>

Top Jenkins interview questions for beginners

You must prepare in 2018.
DevOps-Continuous Integration- Jenkins Basics for Beginners
Why we need Jenkins?
Manage Jenkins
Jenkins build job-Build a free-style software project-testing on multiple environment
Notification set-up-email-sms in Jenkins
Source Code Management section-build jobs in Jenkins
Artifact archive-Status Ball indication of Jenkins dashboard
Trend Graph-Javadocs-Jenkins reporting
Code coverage metrics-build server for Jenkins
Slave machine-multiple build machines

Git integration on Jenkins-Step by step

How to set-up Git integration on Jenkins?

Jenkins comes with support for subversion and CVS out of the box, but this will need to install the Jenkins Git plugin to manage integration with Git repository.

The process is very simple. First of all, click on the ‘Manage Jenkins’ link to the left of the screen (Jenkins Home) to go back to the main configuration screen.

The click on ‘Manage Plugins’, this will open the plugin configuration screen, which is where you manage the extra features you want to install on your Jenkins server. You should see four tabs: Updates, Available, Installed, and Advanced.

For now, just click on the Available tab, here you will see a very long list of available plugins. Find the Git plugin entry in this list and tick the corresponding checkbox, and the scroll down to the bottom of the screen and click on install.

This will download and install the Jenkins Git plugin into your local Jenkins instance. Once it’s done, you will need to restart Jenkins for the changes to take effect. 

To do this, you can simply click on the “Restart Jenkins when no jobs are running” button displayed on the installation screen, or alternatively shut down and restart Jenkins by hand.

That’s it, now you are ready with Git integration on Jenkins.



<<Previous             Next >>


Jenkins FAQ
DevOps-Continuous Integration- Jenkins Basics for Beginners
Why we need Jenkins?
Manage Jenkins
Jenkins build job-Build a free-style software project-testing on multiple environment
Notification set-up-email-sms in Jenkins
Source Code Management section-build jobs in Jenkins
Artifact archive-Status Ball indication of Jenkins dashboard
Trend Graph-Javadocs-Jenkins reporting
Code coverage metrics-build server for Jenkins
Slave machine-multiple build machines