Volodymyr Vrublevskyy

IT geek, Blogger and Traveler

  • 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…

    vovando Avatar
  • ,

    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.…

    vovando Avatar
    How to install Maven on CentOS
  • ,

    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…

    vovando Avatar
    No space left on device – running out of Inodes
  • ,

    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…

    vovando Avatar
  • ,

    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…

    vovando Avatar
    Scan your WP blog with WP scan
  • 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…

    vovando Avatar
    What is the default root pasword for MySQL 5.7
  • ,

    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…

    vovando Avatar
  • Xcode error while building IPA

    I tried to build *.IPA file with Xcode 7, Jenkins and its plugin Xcode integration. But received error:

    vovando Avatar
  • 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…

    vovando Avatar
    Change and Update WordPress URLS in Database
  • Solving npm error: Cannot find module ‘are-we-there-yet’

    Problem # npm install cordova-ios module.js:340 throw err; ^ Error: Cannot find module 'are-we-there-yet' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Object.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npmlog/log.js:2:16)…

    vovando Avatar