IT
-
Building Kaniko Image with Embedded Twistcli
In this blog post, we’ll explore how to create a custom Kaniko image that includes Twistcli for security scanning. This setup is especially useful in…
-
How To Reset or Renew Final Cut Pro Trial
Download your Final Cut Pro Trial here https://www.apple.com/final-cut-pro/trial
-
How to adjust the keyboard backlight on the new M2 M3 MacBook
The latest Macbooks lack keys to adjust keyboard brightness and F5 and F6 don’t work as it was previously. To fix that create a new plist file in ~/Library/LaunchAgents …
-
How to change the security type from SSL to TLS in Jenkins
I am trying to set up the SMTP email notification. I want to configure it for my office 365. Smtp server = smtp.office365.com Problem: When…
-
Jenkins + Xcode –resource-rules has been deprecated in Mac OS X >= 10.10!
Recently I tried to sign my iOS app with Apple Developer certificate through Jenkins with Xcode plugin and macmini as a slave. Oh. I received…
-
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…