centos
-
Encrypted Postgres Backups
Today I decided to encrypt all my Postgresql Database Dumps. The OpenSSL command provides a nice tool for helping us encrypt and decrypt database backups in…
-
Jenkins + XCode error “Select a development team”
I am configuring Jenkins + Xcode, to be able to build *.ipa files for testing it on iPhone. Recently I received an error:
-
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.…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…