iPhone : UIWebView like a rich text label
In this post UIWebView like a rich text label (SDK 4.2): -A- How to use UIWebView with content by string -B- How to intercept click action on link -C- How to navigate subviews of UIWebView -D- How to...
View ArticleSSL : Java, Keytool, SOAP and Eclipse
Here you can read a very small How-To about SSL certificate. In development phase of a project often happen that certificate is auto-generated (self signed) by developer. In this case the CA of...
View ArticleiPhone Xcode : xcode shell script as build phase
When we need to make “automatic” some actions (before or after compile phase) we can add a xcode shell script to “build phase”. Each Xcode target has a chain of phases which are executed in order to...
View ArticleSquid – SSL Certificate
We are working on a functionality in order to import contacts from : - yahoo - twitter - gmail - Facebook - … … Our service PAB (personal address book) is placed on 6 solaris backend (each one with 2...
View ArticleNetcat (nc) for file transfer and other dummy examples
Netcat ( http://netcat.sourceforge.net/ ) is used in order to write and read over the network… Computer B READs : nc -l -p <PORT> (reads from tcp <PORT> and write to...
View ArticleBackup script with email notification
In this post a script which executes rdiff-backup and sends an notify by email with summary result. In case of error a second email with proper warning is sent. I’m working on : - Buffalo...
View ArticleObjects Replication – Reproduction
In this post some informations in order to duplicate objects: toy soldiers, gears, mechanical parts… Several times I had to trash some goods due to little damages : sometimes a small (and cheeper)...
View ArticleConfigure ssh for no password (password-less SSH login)
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 ssh-keygen) you have to generate two keys : a) run in...
View ArticleObjective-C access to photos and videos programmatically
Here in this post how to access programatically to photos and videos which are under the control of the Photos application. Photo application contains saved photos (for example saved from Safari),...
View ArticleZOC – SCP – Remote copy & REXX
Who works intensively with (several) remote shells knows how much is important to have a good terminal emulator. I found this : http://en.wikipedia.org/wiki/ZOC_(software) (site :...
View ArticleMAC OSX BOOT sequence ( launchd )
Os x boot sequence : what is launched at startup of your Mac can be easily discovered : “System Preferences” -> “Users & Groups” -> “Login Items” Btw not all are there… #1 MAC Boot sequence...
View ArticleOS X images batch resizing without program
One reason because I like to use OS is its propension for “command line” (like other unix-like os) without renouncing to a beautiful GUI. If you want to resize (and not only) several images with a...
View Articlemt-daapd, avahi-daemon and iTunes
In this post how to use mt-daap in order to share MP3. I have an huge collection of MP3 on a USB external disk. So I decided to attach this to my WiFi Router : Buffalo WZR-HP-AG300H with OpenWrt...
View ArticleiPhone: macro variadic … for my LOG
I had almost forgotten about macro variadic … until I needed it. When a macro (or function) is declared with a variable number of arguments then this macro is called variadic. The syntax in order to...
View ArticleTelnet IMAP Commands Note
Sometimes I need to debug issues on email box… manually on IMAP port. Sometimes I need to see my notes. Here some notes just to use as cut&modify&paste. >(extra notes here)< #0 IMAP PORT...
View ArticleSIGPIPE iPhone
Just few notes about SIGPIPE… I was keeping myself in practice with object-c / iPhone just writing a simple utility in order to zip iPhone contents. Utility allows you to download zip using a Browser...
View ArticleVPNC on OSX and Cisco issue
Message error : The VPN Shared Secret is incorrect. If you are hitting this issue with builtin VPN Cisco Client on Mountain Lion OSX you can try to use VPNC installing it from source code … or using...
View ArticleHTTP benchmarking tool (Apache – ab tool)
Here in this post about ab : - #1 Overview (examples) - #2 Output (Errors) … try to explain results/errors - #3 gnuplot output (-g option) … try to explain output #1 Overview ab utility...
View Articledmesg : how to make human readable timestamps
Command dmesg (short for display message) is a typical UNIX command used in order to print to stdout the “kernel buffer” messages. This cmd is useful for booting messages (when HW is initialized)… If...
View Article