Avinash Barnwal's Blog

Azure Cloud Solution Architect, Tech geek. Blog writer, having Experience with Azure cloud, C#.NET, REST APIs, Docker, K8S, AKS , Linkerd, Azure DevOps & Informatica ETL, Disaster Recovery and High Availability Planning

Menu
  • About Avinash Barnwal
  • Privacy

Part 2 – Setting up Android build on Jenkins

2016-10-24
| 2 Comments
| Android, Continuous Integration

This is 2nd article in series of articles for setting up an Android build.  I hope you have read the previous one here  Part 1 – Setting up Android build on Jenkins Requirements for this tutorial is that you have a working Android Project which builds fine  inside Android Studio.  Source code for this sample is at https://github.com/vnextcoder/trav. […]

Read More »

Posted in <a href="https://www.vnextcoder.ga/category/android/" rel="category tag">Android</a>, <a href="https://www.vnextcoder.ga/category/continuous-integration/" rel="category tag">Continuous Integration</a> Tagged <a href="https://www.vnextcoder.ga/tag/android/" rel="tag">Android</a>, <a href="https://www.vnextcoder.ga/tag/aws/" rel="tag">AWS</a>, <a href="https://www.vnextcoder.ga/tag/aws-s3/" rel="tag">AWS S3</a>, <a href="https://www.vnextcoder.ga/tag/jenkins/" rel="tag">Jenkins</a> 2 Comments

Part 1 – Setting up Android build on Jenkins

2016-10-16
| 1 Comment
| Android, Continuous Integration

This tutorial is 1st in a series of articles for setting up CI for Android .  I would try and cover the pre-configuration tasks to make sure all the requirements for configuring a Android build. This tutorial assumes you have a working Jenkins installation with a Jenkins user id which allows you to configure new Build Jobs […]

Read More »

Posted in <a href="https://www.vnextcoder.ga/category/android/" rel="category tag">Android</a>, <a href="https://www.vnextcoder.ga/category/continuous-integration/" rel="category tag">Continuous Integration</a> Tagged <a href="https://www.vnextcoder.ga/tag/android/" rel="tag">Android</a>, <a href="https://www.vnextcoder.ga/tag/aws/" rel="tag">AWS</a>, <a href="https://www.vnextcoder.ga/tag/aws-s3/" rel="tag">AWS S3</a>, <a href="https://www.vnextcoder.ga/tag/jenkins/" rel="tag">Jenkins</a> 1 Comment

Installing Jenkins on Ubuntu

2016-10-13
| 1 Comment
| Android, Continuous Integration

After having setup Travis-CI and CircleCI builds for my sample Android app, today I thought to install Jenkins on Ubuntu (giving more control on signing, authority, Dex, etc.) , though it is pretty much straightforward, however I wanted to post my learning as well in form of a tutorial. Step 1 – Preparing your Ubuntu First […]

Read More »

Posted in <a href="https://www.vnextcoder.ga/category/android/" rel="category tag">Android</a>, <a href="https://www.vnextcoder.ga/category/continuous-integration/" rel="category tag">Continuous Integration</a> Tagged <a href="https://www.vnextcoder.ga/tag/jenkins/" rel="tag">Jenkins</a>, <a href="https://www.vnextcoder.ga/tag/ubuntu/" rel="tag">Ubuntu</a> 1 Comment

HAProxy – Mysql cluster on Docker

2016-09-22
| 1 Comment
| Docker, HAProxy, Mysql

In this tutorial I am going to setup a HAProxy based cluster (layer 4) in Docker which would load balance to a set of Mysql nodes (again running on Docker). Before I jump into how to get this done, I would like to explain a little more about few important terms : – Docker – well, everybody […]

Read More »

Posted in <a href="https://www.vnextcoder.ga/category/docker/" rel="category tag">Docker</a>, <a href="https://www.vnextcoder.ga/category/haproxy/" rel="category tag">HAProxy</a>, <a href="https://www.vnextcoder.ga/category/mysql/" rel="category tag">Mysql</a> Tagged <a href="https://www.vnextcoder.ga/tag/docker/" rel="tag">Docker</a>, <a href="https://www.vnextcoder.ga/tag/haproxy/" rel="tag">HAProxy</a>, <a href="https://www.vnextcoder.ga/tag/mysql/" rel="tag">Mysql</a> 1 Comment

Mysql Master-Master Replication setup on Docker

2016-09-19
| 24 Comments
| Docker, Mysql

Ever wondered why Docker is so much popular. Here it is why?  Docker has made it so much easier to spin up nodes as required and then map them all in quick easy way . In this tutorial I am going to setup a Master-Master Replication between 2 Mysql Nodes , and of course both of […]

Read More »

Posted in <a href="https://www.vnextcoder.ga/category/docker/" rel="category tag">Docker</a>, <a href="https://www.vnextcoder.ga/category/mysql/" rel="category tag">Mysql</a> Tagged <a href="https://www.vnextcoder.ga/tag/cluster/" rel="tag">Cluster</a>, <a href="https://www.vnextcoder.ga/tag/docker/" rel="tag">Docker</a>, <a href="https://www.vnextcoder.ga/tag/haproxy/" rel="tag">HAProxy</a>, <a href="https://www.vnextcoder.ga/tag/mysql/" rel="tag">Mysql</a> 24 Comments

Generating Self Signed Certificates using Powershell

2016-09-03
| No Comments
| Cryptography, Powershell

I have been working to making a Bot to use SSL certificates for encryption on traffic to and from the BOT when communicating to its clients.  I have so far generated certs/ CSR  using OpenSSL , but I can also find few utilities in Powershell which do a very much similar job  .   The […]

Read More »

Posted in <a href="https://www.vnextcoder.ga/category/cryptography/" rel="category tag">Cryptography</a>, <a href="https://www.vnextcoder.ga/category/powershell/" rel="category tag">Powershell</a> Tagged <a href="https://www.vnextcoder.ga/tag/powershell/" rel="tag">Powershell</a>, <a href="https://www.vnextcoder.ga/tag/ssl/" rel="tag">SSL</a> Leave a comment

MySQL .NET Entity Framework Code-First Migration

2015-10-04
| 4 Comments
| DotNet, Entitiframework, Mysql, Nuget, Visual studio 2015

I was recently downloading and trying to run a MySQL docker image  which worked just fine on top of a Hyper-V based Ubuntu 14.04 LTS. Don’t worry, this is still Entity Framework Code-First migration article with Visual Studio 2015 and MySQL 5.6.27 (latest as of today). I setup a Docker MySQL Image on my Ubuntu […]

Read More »

Posted in <a href="https://www.vnextcoder.ga/category/dotnet/" rel="category tag">DotNet</a>, <a href="https://www.vnextcoder.ga/category/dotnet/entitiframework/" rel="category tag">Entitiframework</a>, <a href="https://www.vnextcoder.ga/category/mysql/" rel="category tag">Mysql</a>, <a href="https://www.vnextcoder.ga/category/nuget/" rel="category tag">Nuget</a>, <a href="https://www.vnextcoder.ga/category/visual-studio-2015/" rel="category tag">Visual studio 2015</a> Tagged <a href="https://www.vnextcoder.ga/tag/dotnet/" rel="tag">DotNet</a>, <a href="https://www.vnextcoder.ga/tag/entityframework/" rel="tag">Entityframework</a>, <a href="https://www.vnextcoder.ga/tag/mysql/" rel="tag">Mysql</a>, <a href="https://www.vnextcoder.ga/tag/nuget/" rel="tag">Nuget</a> 4 Comments

TeamCity Reset admin password

2015-09-15
| No Comments
| Continuous Integration

If you forgotten TeamCity admin password and trying to find way to reset it then please follow below steps: Go to your TeamCity installation log folder (Example log file path where TeamCity installed in C: drive: C:\TeamCity\logs) Open teamcity-server.log file Search for key word: “Super user authentication” then copy the token . This token is reset every […]

Read More »

Posted in <a href="https://www.vnextcoder.ga/category/continuous-integration/" rel="category tag">Continuous Integration</a> Tagged <a href="https://www.vnextcoder.ga/tag/continuous-integration/" rel="tag">Continuous Integration</a>, <a href="https://www.vnextcoder.ga/tag/teamcity/" rel="tag">Teamcity</a> Leave a comment

Setting a Startup type of Service with Powershell

2015-09-13
| No Comments
| Powershell

Recently I needed to change the Start Type of a Windows Service from Powershell. Course i need to know which ones are disable out of my Filtered set of Services.  CmdLet ‘Get-Service’  it produces an Object of System.ServiceProcess.ServiceController Object which doesn’t have Startuptype parameter. This was primary problem on how to query the services which have startup type […]

Read More »

Posted in <a href="https://www.vnextcoder.ga/category/powershell/" rel="category tag">Powershell</a> Tagged <a href="https://www.vnextcoder.ga/tag/powershell/" rel="tag">Powershell</a>, <a href="https://www.vnextcoder.ga/tag/wmi/" rel="tag">WMI</a> Leave a comment

Resetting MySQL ROOT password

2015-07-22
| No Comments
| Mysql

Setting, Changing And Resetting MySQL Root Passwords I have faced this problem myself when I was transitioned an application which was built years back and nobody actually knew the passwords for MySQL root account / other service accounts for the Application. This inspired me create a short tutorial on how to change a MySQL password when you know the […]

Read More »

Posted in <a href="https://www.vnextcoder.ga/category/mysql/" rel="category tag">Mysql</a> Tagged <a href="https://www.vnextcoder.ga/tag/mysql/" rel="tag">Mysql</a>, <a href="https://www.vnextcoder.ga/tag/root/" rel="tag">root</a>, <a href="https://www.vnextcoder.ga/tag/ubuntu/" rel="tag">Ubuntu</a> Leave a comment

Posts navigation

Previous 1 2 3 Next

Search Posts

Recent Posts

  • How to check Connectivity Issues in Azure 2020-12-30
  • Network Security Groups and Application Security Groups – Simplified 2020-12-30
  • MS SQL Server – Geo-Replication / Failover Groups / Long Term Retention Backups 2020-12-27
  • How to use Azure Public IP Addresses 2020-11-30
  • Auto-Shutdown / Auto-Start Azure VMs to Save Costs 2020-11-25

Categories

  • Android (4)
  • AWS (1)
  • Azure (6)
    • Azure Networking (3)
    • Azure VM (1)
    • Azure-Architecture (3)
  • Continuous Integration (6)
  • Cryptography (1)
  • Docker (2)
  • DotNet (4)
    • Entitiframework (1)
    • Razor Pages (1)
    • Visual Studio Code (2)
    • WebApi (1)
  • HAProxy (2)
  • Mysql (5)
  • Nuget (1)
  • Powershell (2)
  • Uncategorized (3)
  • Visual studio 2015 (2)
  • Visual Studio Codoe (1)

Tags

Android Application Gateway ASP.NET Core AWS AWS S3 Azure Azure Cost Azure Load Balancer Azure Networking Azure Resource Azure Security Azure SQL Azure Traffic Manager Azure VM Azure Web Application Firewall base64 Bitbucket Cluster Continuous Integration Docker DotNet Entityframework Failover Groups FontAwesome Git GitLab HAProxy Jenkins MSSQL Mysql Network Watcher NGINX Nuget PDF Powershell root SSL Teamcity Ubuntu Visual Studio Visual Studio Code Windows 10 Windows Phone Wireshark WMI

© Avinash Barnwal's Blog 2021. Powered by WordPress