IT
-
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…
-
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 error while building IPA
I tried to build *.IPA file with Xcode 7, Jenkins and its plugin Xcode integration. But received error:
-
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…
-
Reserved IP | Microsoft Azure
If you need to reserve static ip address for your VM, follow the commands below: 1. Set static ip: New-AzureReservedIP -ReservedIPName "postgresql" -Location "West US" …
-
Adding Hyper-V VHDx in an Azure VM
I have one task for today: to upload hyper-v vhdx image to azure and start vm. So let's try to realize this interesting thing. Do the…
-
Packer with Azure
Yes! It's works. First of all you need to install packer. After that – Azure plugin for Packer (you could download executable package or compile proper package with…
-
Powershell: Check variable for null
If your working a lot with parameters and inputs you need to check if variables have the right value and are not “null”. You can…
-
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…