*NIX
-
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…
-
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…
-
Installing Ruby 2.3.1 on Ubuntu
We will be setting up a Ruby environment on Ubuntu. Installing Ruby 2.3.1 (or earlier). The first step is to install some dependencies for Ruby.
-
Read-only user in PostgreSQL
Create only read only with limited access to PostgreSQL Database. This user can only SELECT table data and also restricted by schema access.
-
Monitor Logs in Real-Time with “Log.io” on CentOS 6/7
Log.io is a small simple but effective application build on top of Node.js and Socket.io, which allows to monitor Linux servers log files in real time through…
-
How to install Python 2.7.6 on CentOS 6.3
How to install Python 2.7.6 on CentOS 6.3 (6.2 and 6.4 okay too, probably others) CentOS 6.2 ships with Python 2.6.6 and depends on that…
-
Restart Unicorn with Capistrano
The following tasks is what I use for starting , stopping, restarting and my unicorn server: desc "Start unicorn" task :start, :except => { :no_release =>…
-
Configuring Cisco on Mac Os through the console port
You'll need to get a usb-serial adapter and then connect with a console cable. Connecting to the Console Port with Mac OS X. To connect a…
-
Passwordless command line scripts with MySQL 5.6
I have several command line scripts to MySQL databases for zabbix statistic. These scripts set the password on the command line using the -p option. With…