Tag: lang:en
-
iOS Health app and the birth of Quantified Self
Before iOS 8, the Polar H7 heart sensor with bluetooth needed special apps to pair. Now it pairs natively on the Settings app and starts sending heart rate to the new Health app on iOS 8, which will keep recording the data and building a graph like this:
-
OpenShift for Platform as a Service Clouds
At the Fedora 20 release party another guy stepped up and presented+demonstrated OpenShift, which was the most interesting new feature from Red Hat for me. First of all I had to switch my mindset about cloud from IaaS (infrastructure as a service, where the granularity are virtual machines) to PaaS. I heard the PaaS buzzword before…
-
Fedora 20 release party in Brazil
Few weeks ago I attended the Fedora 20 release party at São Paulo Red Hat offices. It was nice to hang together with other Fedora enthusiasts, get a refresh about newest Fedora features and also share my experiences as (I considere myself) a power user.
-
GMail as mail relay for your Linux home server
Since my Fedora Post-installation Configurations article, some things have changed in Fedora 20. For example, for security and economy reasons, Sendmail does not get installed anymore by default. Here are the steps to make your Linux home computer be able to send system e-mails as alerts or from things that run on cron. All commands…
-
Fedora 20 virtualization with NetworkManager native bridging
Fedora 20 is the first distribution to bundle NetworkManager with bridging support. It means that the old hacks to make a virtual machine plug into current network are not required anymore.
-
Install OS X on a Mac computer from an ISO file
For some reason nobody published a simple guide like this. Maybe nobody tryied this way. I just tryied and it works with OS X Mountain Lion on a Mid 2012 MacBook Air. If you have a Mac computer or laptop and want to install OS X, and all that you have is the operating system…
-
Exchange large amounts of files with me
I maintain a large amount of browseable files at http://amp.alkalay.net/media/Musica/ that can be accessible also by SFTP on sftp://amp.alkalay.net:/home/pubsandbox/. You can access thse files with any SFTP (Secure Shell FTP) client on sftp://everestk2:k2everest@amp.alkalay.net:/home/pubsandbox/. There is a visual way to download files from there using FileZilla. Just follow the steps.
-
iPhone Call History Database
Either if you are doing forensics or just want better reports about your call patterns, the iPhone Call History database can be very handfull. If you have a jailbroken iPhone, you can access the database file directly. If you are not, you can still access it offline simply copying the file from an unencrypted iTunes backup…
-
IBM Smarter Planet Icons in SVG format
These are the 25 Smarter Planet icons I’ve collected on an internal work I did at IBM. They are smart and I love them.
-
Convert DBF to CSV on Linux with Perl and XBase
I spent a few days to figure out how to make a simple conversion of a DBF file into a plain text file as comma separated values (CSV) or tab separated values (TSV) in a batch/command line way. I was almost setting up an OpenOffice.org server because it seamed to be the only packaged solution to…