Archive for February, 2014
26 February
Posted by baskoro
It’s another review of book from Packt Publishing. This time, I’ll tell you a review about a book of Cloud Computing. I haven’t finished reading this book yet, just read a few chapters. But my impression about this book is a bit disappointed. Actually, the topic of this book is very interesting. This book is all about building your own private cloud using a tool called OpenStack. If you have basic knowledge about Linux and VirtualBox, especially its command line, you won’t get troubled. Most content of this book are Linux shell command. Even there is GUI version of the command, this book only show the command line version. Read the rest of this entry »
Posted in Book Review | Comments (0)
23 February
Posted by baskoro
In this post, I’d like to give you some review about a book which I just read. This book is about Object Relational Mapping (ORM) in PHP. As we’ve known, PHP is a favourite web programming language, and mostly, they work with a database too. Some programmers use PHP native database API (php-mysql, php-postgresql), another programmers use ADODB to simplify their works. But there is another way to manage your data in RDBMS, you can use Object Relational Mapping. This technique will map you data in your RDBMS into objects in programming language. Any changes made to the object will affect the related data in the RDBMS, and vice versa. Read the rest of this entry »
Posted in Uncategorized | Comments (0)
7 February
Posted by baskoro
It’s been a long time since my last post in this blog. Now I’m here to write new post about a book titled Cuckoo Malware Analysis – Analyze Malware using Cuckoo Sandbox. This book is written by Digit Oktavianto and Iqbal Muhardianto which are computer security expert, especially in malware analysis area. Fortunately, I need some information about how to do malware analysis.
Read the rest of this entry »
Posted in Free Networking Software, Free Security Software | Comments (0)