Category: Linux & Open Source
-
Microsoft Windows na plataforma Power com KVM e QEMU
Com o lançamento de KVM para Power se aproximando no horizonte, tem se falado muito sobre rodar o Microsoft Windows em Power. Só uma rápida retrospectiva, KVM é a tecnologia do Kernel do Linux que permite rodar máquinas virtuais de forma muito eficiente. E o QEMU é o software que emula diversos aspectos de um…
-
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.
-
Coisas que aprendi e descobri na Latinoware 2013
MongoDB, um banco de dados NoSQL, mostrado pelo Christiano Anderson. Até então NoSQL não passava de um buzzword para mim. Christiano me mostrou o software em operação, como inserir dados (documentos), fazer buscas etc. Django, mostrado pelo Christiano Anderson. Teclado virtual com projeção a laser da Celluon, mostrado pelo Alessandro Faria. Ubuntu Touch, mostrado pelo…
-
Open Source é garantia de continuidade [MariaDB × MySQL]
MySQL é ainda o gerenciador de banco de dados mais popular do mundo em número de instalações. Muito mais usado que Oracle, DB2 ou qualquer outro SGBD comercial. Mas ele está morrendo, está sendo matado pela Oracle numa morte lenta mas não dolorosa. Espere, isso não é uma má notícia.
-
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…
-
O site de Linux da IBM Brasil foi desativado e isso é bom
O site oficial de Linux da IBM Brasil ficava em http://ibm.com/br/linux/ e lá era nosso QG virtual quando o Linux Impact Team existia e eu fazia parte dele. Nosso time foi formado na época para estabelecer a idéia de que Linux, Software Livre, Padrões Abertos etc são coisas boas, desmitificar algumas crenças confusas, ajudar clientes…
-
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…