
Volodymyr Vrublevskyy
IT geek, Blogger and Traveler
-
Private Maven Repository in Amazon S3
A few days ago I had an interesting task with Maven and AWS S3. We decided to use S3 bucket as a private Maven repository. Amazon S3 is a good…
-
Git Clone via SSH using Jenkins on Windows
The cleanest way to use Jenkins on Windows is to use the Jenkins Installer which installs Jenkins as a Windows Service. That works fine, but of course the first challenge you face…
-
How to install Maven on CentOS
Apache Maven is a project management software, managing building, reporting and documentation of a Java development project. In order to install and configure Apache Maven on CentOS, follow these steps.…
-
No space left on device – running out of Inodes
One of my servers went down today. Problems started with deployment on jenkins that reported “No space left on device”, although partition was not nearly full. If you ever…
-
mc problem: cannot chmod target file, operation not permitted
Problem With mc, you want to copy lots of small files to remote machine. However, for every file it drops a warning: “cannot chmod target file”. Either you switch…
-
Scan your WP blog with WP scan
I am going to find WordPress Vulnerabilities on my blog with WP scan. WPScan is a black box WordPress Security Scanner written in Ruby which attempts to find known security weaknesses…
-
What is the default root pasword for MySQL 5.7
First of all, let's install MySQL-community-server 5.7 on fresh CentOS 6. ————— On RHEL/CentOS 6 ————— # wget http://dev.mysql.com/get/mysql57-community-release-el6-7.noarch.rpm # yum localinstall mysql57-community-release-el6-7.noarch.rpm # yum repolist enabled | grep…
-
Fix the iOS code signing issue using Jenkins
This week I configure the Jenkins to work with Mac and try to build iOS applications. Unfortunately, I got the code signing issues, either I use Xcode plugin or Xcode…
-
Xcode error while building IPA
I tried to build *.IPA file with Xcode 7, Jenkins and its plugin Xcode integration. But received error:
-
Change and Update WordPress URLS in Database
After migrating a WordPress site to a new URL either to a live production or a testing development server, the new URL strings in the mysql database need to be changed…




