Linux is started around 1991 by Linus Torvalds. Open Source Linux is a multi-user & multi-tasking OS. Linux is "Case-sensitive". Linux distributions : Redhat Centos Ubuntu SusLinuxux Mandriva Ferodo Debian Gentoo Slackware Linux File Structure: home: Users' information Reddy Rama Lakshmi Krishna bin: Contains of binary files (ls,mkdir,cd....etc) sbin: System-bin (Contains of binary files) bin: Normal Users can access sbin, bin: Root user can access Types of users: Admin User-----------Super User--Root User Normal User System User---------[ After installing the packages System user will create them automatically ] etc: All configuration files ---------------------------------[ password,shadow,group & sshd_Config...
GitHub is a SCM (Source Code Management) Types of SCM: Github Bit bucket GitHub SVN CVS TFS https://ibm.ghe.com ---------------------------------------Enterprise Edition https://github.com -----------------------------------------Open Source Admin Activities: Create a Origination Create a Repository Create a Team Add users to the Team Provide Repository access to the Team. Create a Team: Your Origination Teams New Team Provide Repository access to the Team: Select the user (From the list) Change role Maintainer Member Add Repository to the team. Git Commands: git --version git init Working-Area Staging-Area Local-Repo Untracked files Tracked files Employee.java Deploy.sh DBUtils.java ...
admin Ramadevi@09 9000 SonarQube is a Continuous Code Quality Management Tool. It is going to check your quality of your source code. Code Coverage: How much of Source Code is tested by unit test cases. According to the industry standard 80% of code has to be tested by unit test cases. Hello.java-----------------------Source code 100 lines HelloTest.java --------Junit Test Case Code Review: Going through source code validating whether code is written as per the standards (or) not. Before deply to the production we need to do that Code Review. Code Review by Sr.Developer. Sr.TechLead Technical Leads Intorduction SonarQube ( Previously called Sonar ) is an Open Source Software quaility management tool. It will Continuously analyze and measures quality of the Source code. It will generate the report any issues in html format / PDF format. It is a web based tool support multiple language ( Java, C# , JS... ,) It will support a multiple platform ( Linux, Mac, Windows ...,)...
Comments
Post a Comment