<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Igor Khrupin</title>
	<atom:link href="http://www.hrupin.com/feed" rel="self" type="application/rss+xml" />
	<link>https://www.hrupin.com</link>
	<description>Software Engineer / Problem Solver</description>
	<lastBuildDate>Tue, 07 Jul 2020 15:12:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
	<item>
		<title>Diagrams using PlantUml</title>
		<link>https://www.hrupin.com/2020/05/diagrams-using-plantuml</link>
					<comments>https://www.hrupin.com/2020/05/diagrams-using-plantuml#respond</comments>
		
		<dc:creator><![CDATA[Igor Khrupin]]></dc:creator>
		<pubDate>Sat, 30 May 2020 00:03:52 +0000</pubDate>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Diagrams]]></category>
		<category><![CDATA[plantUML]]></category>
		<category><![CDATA[UML]]></category>
		<guid isPermaLink="false">https://www.hrupin.com/?p=2707</guid>

					<description><![CDATA[This is not something new, but It can be useful for somebody. Sometimes we need to create diagrams. It is easy to do on paper. And what if we need to do it not on paper. We have a huge list of tools. My favorite is Draw.io. And in the [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.hrupin.com/2020/05/diagrams-using-plantuml/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to change/reset root MySQL password on Mac</title>
		<link>https://www.hrupin.com/2018/01/how-to-change-reset-root-mysql-password-on-mac</link>
					<comments>https://www.hrupin.com/2018/01/how-to-change-reset-root-mysql-password-on-mac#comments</comments>
		
		<dc:creator><![CDATA[Igor Khrupin]]></dc:creator>
		<pubDate>Sun, 07 Jan 2018 23:44:20 +0000</pubDate>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[MySQL]]></category>
		<guid isPermaLink="false">https://www.hrupin.com/?p=2573</guid>

					<description><![CDATA[Here I want to describe tutorial which works on my Mac. MySQL version: mysql  Ver 14.14 Distrib 5.7.20, for macos10.12 (x86_64) using  EditLine wrapper Mac OS version: Sierra 10.12.6 Please take care about root access in production environment. I&#8217;m feel free to connect to my MySQL db using root because it is [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.hrupin.com/2018/01/how-to-change-reset-root-mysql-password-on-mac/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to install PhpMyAdmin + Nginx in Mac OS X</title>
		<link>https://www.hrupin.com/2017/11/how-to-install-phpmyadmin-nginx-in-mac-os-x</link>
					<comments>https://www.hrupin.com/2017/11/how-to-install-phpmyadmin-nginx-in-mac-os-x#comments</comments>
		
		<dc:creator><![CDATA[Igor Khrupin]]></dc:creator>
		<pubDate>Sun, 26 Nov 2017 23:29:04 +0000</pubDate>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[VirtualHost]]></category>
		<guid isPermaLink="false">https://www.hrupin.com/?p=2549</guid>

					<description><![CDATA[In previous post I&#8217;ve talked about installing MySQL in Mac OS X. Today I want to talk about PhpMyAdmin. Tool which help work with MySQL databases. Here steps how to install it and configure under Nginx webserver. 1. Create virtualhost for PhpMyAdmin. Create /usr/local/etc/nginx/sites-available/phpmyadmin file with next content server { listen [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.hrupin.com/2017/11/how-to-install-phpmyadmin-nginx-in-mac-os-x/feed</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Nginx + MySQL configurations</title>
		<link>https://www.hrupin.com/2017/11/nginx-mysql-configurations</link>
					<comments>https://www.hrupin.com/2017/11/nginx-mysql-configurations#respond</comments>
		
		<dc:creator><![CDATA[Igor Khrupin]]></dc:creator>
		<pubDate>Sun, 26 Nov 2017 22:35:41 +0000</pubDate>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[MySQL]]></category>
		<guid isPermaLink="false">https://www.hrupin.com/?p=2494</guid>

					<description><![CDATA[Here is instructions how to install MySQL and PhpMyAdmin on Mac OS X 1. Download and install DMG file. Link for downloading : https://dev.mysql.com/downloads/mysql/ 2. Installer will generate temporary root password. Save it in text file for next steps. 3. Add /usr/local/mysql/bin to PATH If you use ZSH open ~/.zshrc file and add export [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.hrupin.com/2017/11/nginx-mysql-configurations/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to add Public Key Authentication for Ubuntu 16.04 server</title>
		<link>https://www.hrupin.com/2017/11/how-to-add-public-key-authentication-for-ubuntu-16-04-server</link>
					<comments>https://www.hrupin.com/2017/11/how-to-add-public-key-authentication-for-ubuntu-16-04-server#respond</comments>
		
		<dc:creator><![CDATA[Igor Khrupin]]></dc:creator>
		<pubDate>Sat, 25 Nov 2017 14:00:29 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Information Security]]></category>
		<category><![CDATA[Linux Ubuntu]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[Ubuntu 16.04]]></category>
		<guid isPermaLink="false">https://www.hrupin.com/?p=2499</guid>

					<description><![CDATA[For better security we should use public key authentication on the server. Here is steps how to do it. 1. Generate SSH key pair on your local computer. Skip if you already have ssh key pair in your local computer ssh-keygen Output: Generating public/private rsa key pair. Enter file in [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.hrupin.com/2017/11/how-to-add-public-key-authentication-for-ubuntu-16-04-server/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to create mock server response and connect to Android Retrofit</title>
		<link>https://www.hrupin.com/2017/11/how-to-create-mock-server-response-and-connect-to-android-retrofit</link>
					<comments>https://www.hrupin.com/2017/11/how-to-create-mock-server-response-and-connect-to-android-retrofit#respond</comments>
		
		<dc:creator><![CDATA[Igor Khrupin]]></dc:creator>
		<pubDate>Sat, 11 Nov 2017 23:53:21 +0000</pubDate>
				<category><![CDATA[Android Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[OkHttp]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Retrofit]]></category>
		<guid isPermaLink="false">https://www.hrupin.com/?p=2445</guid>

					<description><![CDATA[Here I want to talk about mock responses for your Retrofit. Sometimes we should continue mobile development even backend not ready. We can be never blocked on it if will use mock responses. Sure we need specify JSON response before starting. But we need only JSON format of the backend [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.hrupin.com/2017/11/how-to-create-mock-server-response-and-connect-to-android-retrofit/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to configure PHP with Nginx webserver on Mac OS X</title>
		<link>https://www.hrupin.com/2017/11/how-to-configure-php-with-nginx-webserver-on-mac-os-x</link>
					<comments>https://www.hrupin.com/2017/11/how-to-configure-php-with-nginx-webserver-on-mac-os-x#respond</comments>
		
		<dc:creator><![CDATA[Igor Khrupin]]></dc:creator>
		<pubDate>Sat, 11 Nov 2017 22:07:53 +0000</pubDate>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.hrupin.com/?p=2460</guid>

					<description><![CDATA[Before starting installation PHP-FPM and configurations you should have Nginx installed and configured. If you don&#8217;t have it ready please follow my previous post about installing and configuring Nginx on Mac OS X. Here is the link https://www.hrupin.com/2017/11/how-to-install-nginx-webserver-on-mac-os-x So, here we have installed and configured NGinx. Let&#8217;s install and configure PHP-FPM. [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.hrupin.com/2017/11/how-to-configure-php-with-nginx-webserver-on-mac-os-x/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Nginx webserver on Mac OS X</title>
		<link>https://www.hrupin.com/2017/11/how-to-install-nginx-webserver-on-mac-os-x</link>
					<comments>https://www.hrupin.com/2017/11/how-to-install-nginx-webserver-on-mac-os-x#respond</comments>
		
		<dc:creator><![CDATA[Igor Khrupin]]></dc:creator>
		<pubDate>Sat, 11 Nov 2017 21:37:54 +0000</pubDate>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[nginx]]></category>
		<guid isPermaLink="false">https://www.hrupin.com/?p=2454</guid>

					<description><![CDATA[Before start you should ensure that you have Command Line Tools installed in your mac. It is part of XCode. You should have it installed and updated. Install Command Line Tools if not exist xcode-select --install Install Nginx using Homebrew brew tap homebrew nginx brew install nginx Test Installation ## Start [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.hrupin.com/2017/11/how-to-install-nginx-webserver-on-mac-os-x/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Mac OS X hotkeys you must know</title>
		<link>https://www.hrupin.com/2017/10/mac-os-x-hotkeys-you-must-know</link>
					<comments>https://www.hrupin.com/2017/10/mac-os-x-hotkeys-you-must-know#respond</comments>
		
		<dc:creator><![CDATA[Igor Khrupin]]></dc:creator>
		<pubDate>Tue, 31 Oct 2017 20:10:18 +0000</pubDate>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[hotkeys]]></category>
		<guid isPermaLink="false">https://www.hrupin.com/?p=2350</guid>

					<description><![CDATA[Operations which will be described can be done normally using mouse or trackpad. But if you want to make your working process really fast and productive then you in the right place. I’ll tell you about the most common shortcuts which you probably already know. Hope this page will help [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.hrupin.com/2017/10/mac-os-x-hotkeys-you-must-know/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Detect sim card availability in the Android dual sim device</title>
		<link>https://www.hrupin.com/2017/07/detect-sim-card-availability-in-the-android-dual-sim-device</link>
					<comments>https://www.hrupin.com/2017/07/detect-sim-card-availability-in-the-android-dual-sim-device#comments</comments>
		
		<dc:creator><![CDATA[Igor Khrupin]]></dc:creator>
		<pubDate>Wed, 19 Jul 2017 19:02:00 +0000</pubDate>
				<category><![CDATA[Android Development]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Android SDK]]></category>
		<category><![CDATA[API-22]]></category>
		<category><![CDATA[DualSim]]></category>
		<category><![CDATA[Sim]]></category>
		<category><![CDATA[Telephony]]></category>
		<guid isPermaLink="false">https://www.hrupin.com/?p=2284</guid>

					<description><![CDATA[Below you can find code which help you find if SIM card available in the device. There two solutions. One for Android API less than 22 and for Android API greater than or equal to 22. Problem that dualsim support added in API-22. And we should deal with devices which [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.hrupin.com/2017/07/detect-sim-card-availability-in-the-android-dual-sim-device/feed</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
