Azure concepts and Services
az group list az resource list –resource-group RealWearDeveiceManagement az appservice plan create –resource-group NewTestRG –name TestAppSvcPlan –sku S1 az […]
Read More →Deploy Project on Kubernetes using helms
to remove carretM = sed -i ‘s/\r//g’ filename swapoff -a # To check root permissions sudo su – # […]
Read More →Docker – More
# The `FROM` instruction specifies the base image FROM microsoft/aspnet # The final instruction copies the site you published […]
Read More →Octopus Important for Office Work
msbuild /t:build /p:RunOctoPack=true /p:OctoPackPackageVersion=1.0.3 /p:OctoPackReleaseNotesFile=release.txt /p:OctoPackPublishPackageToHttp=http://192.168.1.10:80/nuget/packages /p:OctoPackPublishApiKey=API-X4BXCZTW0Q1EKBJH7DBP2OC0U dotnet octo pack –id=”WinbeatSSRS” –version=”1.0.1″ –basePath=”C:\Users\Lalit\Desktop\bin” –outFolder=”C:\Users\Lalit\Desktop” octo pack –id=”bseebixpublish” –version=”1.1.1″ –basePath=”C:\Users\Lalit\Desktop\bseebixpublish” […]
Read More →Linux Commands
ls d /etc/ssh/ssh_config vim /etc/ssh/ssh_config vi /etc/ssh/ssh_config ls mkdir test ls ll su test/ ll chmod test:test test/ chown […]
Read More →OOPS Concepts
Types of Variables in C# j 1. Non Static / Instance variables If variables are declared with out static […]
Read More →Few Octopus Commands
API-X4BXCZTW0Q1EKBJH7DBP2OC0U https://www.youtube.com/watch?v=JWGLEEm9Qhg msbuild /t:build /p:RunOctoPack=true /p:OctoPackPackageVersion=1.0.3 /p:OctoPackReleaseNotesFile=release.txt /p:OctoPackPublishPackageToHttp=http://192.168.1.10:80/nuget/packages /p:OctoPackPublishApiKey=API-X4BXCZTW0Q1EKBJH7DBP2OC0U msbuild /t:build /p:RunOctoPack=true /p:OctoPackPackageVersion=1.1.0 /p:OctoPackReleaseNotesFile=release.txt /p:OctoPackPublishPackageToHttp=http://192.168.1.10:80/nuget/packages /p:OctoPackPublishApiKey=API-X4BXCZTW0Q1EKBJH7DBP2OC0U msbuild /t:build /p:RunOctoPack=true […]
Read More →Docker Commands
docker image build –tag webinar-app:v2 –file .\docker\web\Dockerfile . linux server aws sudo yum install -y docker sudo service docker […]
Read More →Some Other Useful Stuffs
ekyc and esign live jenkins and octopus evolution publisher subsicriber live choco install nuget.commandline choco install octopustools install octopus […]
Read More →Git Command – Part 2
git config –global user.name “lalit” git config –global user.enail “lalit.nailwal@ebix.com” git config –list git config –global core.editors emacs git […]
Read More →