Who works intensively with (several) remote shells knows how much is important to have a good terminal emulator. I found Zoc : Wiki (Zoc) (site : Click Here)...
Tag - by example
Objective-C access photos video: how to access programatically to photos and videos which are under the control of the Photos application. Photo application...
configure ssh for no password How execute login without password with ssh. [A]–(SSH login to)–>[B] #1 On local computer [A] (your PC) (command...
3D Objects Copy Replication (OLD-Style without 3D printer) Several times I had to trash some gadgets due to little damages : sometimes a small (and cheap)...
In this post a simple script which executes rdiff-backup and sends an email notification with the summary. In case of error a second email with proper warning...
Netcat ( ) is used in order to write and read over the network… Computer B read (captures) : nc -l -p <PORT> (reads from tcp <PORT> and...
We are working on a functionality in order to import contacts from : – yahoo – twitter – gmail – Facebook – … … Our service PAB...
In case there is the need to do some actions “automatically” while building an app we can attach a shell script to a “build phase“...
Here a nutshell How-To about SSL certificate. In development phase of a project often happen that certificate is auto-generated (self signed) by developer. In...
UILabel can’t show styled text … in this post UIWebView used like a “rich text label” ( SDK 4.2): -A- How to use UIWebView with...