This is a introduction repository that contains all the pre-requisites that are required to read through my tutorial.
My tutorials will have below sections in all the tutorials.
- History
- Architecture
- Installation
- Modules
- Appendix
- This tutorial uses below
- Windows 10 Desktop
- Markdown Basics
- Git
- Installation
- Basic Commands
git init
git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080
git config --global --unset http.proxy
git add README.md
git commit -m "first commit"
git status
git remote add origins https://...
git push -u origin master
- Visual Studio Code
- Create Project Folder
- Initial Git
git init
- Connect to Git Remote Repository
git remote add origin https://github.com/rahgadda/Basics
git remote show origin
- Connect to Remove Server from VSCODE. Use PowerShell in Admin Mode
Get-WindowsCapability -Online | ? Name -like 'OpenSSH*'
Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0
ssh-keygen -t rsa -b 4096
Copy files into remove server and use VSCODE Remote SSH to connect
- Maven
- Install maven and add into path
- Add VSCode Java Extenssion Pack
- Open Folder and run Maven -> Clean,Install and Package