Solid Conference San Francisco 2014: Complete Video Compilation
Solid Conference focused on the intersection of software and hardware. It's great community with Software and Hardware. Audiences will be able to learn new idea to combine software and hardware. It...
View ArticleHands-On Programming with R by Garrett Grolemund
R is a free software environment for statistical computing and graphics. It compiles and runs on a wide variety of UNIX platforms, Windows and MacOS.R language is useful to become a data scientist, as...
View ArticleOSCON 2014: Complete Video Compilation
OSCON 2014 - Today, it's not only developers, system administrators or organizations have use the Open Source. Businesses have established to use the Open Source as well. So, you can not ignore about...
View ArticleGetting Started with Windows VDI by Andrew Fryer
Virtual desktop infrastructure (VDI) is the practice of hosting a desktop operating system within a virtual machine (VM) running on a centralized server. VDI is a variation on the client/server...
View ArticleSwitch CentOS to Oracle Linux - centos2ol.sh
My time has used much with Linux. Some people asked to move from CentOS to Oracle Linux somehow. I used to believe it easy to do like that. Anyway, It'd better to test. I focused on 2...
View ArticleExtend linux partition on vmware
It was a quiet day, I worked as System Administrator and installed Oracle Linux on Virtual Machine guest. After installed Operating System, I wanted to extend disk on guest. So, I extended disk on...
View ArticleWhere is my space on Linux filesystem?
Not Often, I checked about my space after made filesystem on Linux. Today, I have made Ext4 filesystem around 460GB, I found it 437GB only. Some path should be 50GB, but it was available only...
View ArticleI Heart Logs - Event Data, Stream Processing, and Data Integration by Jay...
As I have worked in server-side a long time as System Administrator. I must spend with logs. To use it for checking and investigation in issue. As some policies in some Companies, they want to keep...
View ArticlePackt Publishing - ALL eBooks and Videos are just $10 each or less until the...
Just spread good campaign from Packt Publishing - It's a good news for people who love to learn something new - ALL eBooks and Videos are just $10 or less -- the more you choose to learn, the more you...
View Articlersyslog: Send logs to Flume
Good day for learning something new. After read Flume book, that something popped up in my head. Wanted to test "rsyslog" => Flume => HDFS. As we know, forwarding log to other systems. We can set...
View ArticleUsing Flume - Flexible, Scalable, and Reliable Data Streaming by Hari...
Hadoop is an open-source software framework for storage and large-scale processing of data-sets on clusters of commodity hardware. How to deliver log to Hadoop HDFS. Apache Flume is open source to...
View ArticleLearning Spark Lightning-Fast Big Data Analytics by Holden Karau, Andy...
Apache Spark started as a research project at UC Berkeley in the AMPLab, which focuses on big data analytics. Spark is an open source cluster computing platform designed to be fast and general-purpose...
View ArticleGetting Started with Impala Interactive SQL for Apache Hadoop by John...
Impala is open source and a query engine that runs on Apache Hadoop. With Impala, you can query data, whether stored in HDFS or Apache HBase – including SELECT, JOIN, and aggregate functions – in real...
View ArticleThink Stats, 2nd Edition Exploratory Data Analysis By Allen B. Downey;...
Lots of Python with data analysis books. This might be a good one that is able to help readers perform statistical analysis with programs written in Python. Think Stats, 2nd Edition Exploratory Data...
View ArticleOracle Database 12C Certified Professional SQL Foundations by Steve Ries;...
How to become Become an Oracle Certified Associate? That's a good question for some people who want to start working on Oracle Database and get first Oracle Certification for their work life. Step 1 -...
View ArticleHow Linux Works, 2nd Edition What Every Superuser Should Know by Brian Ward;...
Everyone knows about Linux. It's a popular operating system that is the software on a computer that enables applications and the computer operator to access the devices on the computer to perform...
View ArticlePackt - The $5 eBook Bonanza is here!
Spread out news for people who are interested in reading IT books. The $5 eBook Bonanza is here! You will be able to get any Packt eBook or Video for just $5 until January 6th 2015.Written By:...
View ArticleAWS EC2 API tools: Installation
AWS EC2 API tools help too much for Amazon EC2 to register and launch instances, manipulate security groups, and more. Someone asked me to backup EC2 instance. I thought to use it for backup script....
View ArticleAWS EC2 API tools: Create snapshot & Check Data in snapshot
After installed AWS EC2 API tools, It's time for example create/delete snapshot. - Creating snapshot.ubuntu@ip-x-x-x-x~$ ec2-describe-volumesVOLUME vol-41885f55 8 snap-d00ac9e4...
View ArticlePackt - Time to learn Oracle and Linux
What is your resolution for learning? Learn Oracle, Learn Linux or both. It' s a good news for people who are interested in improving Oracle and Linux skills. Packt Promotional (discount of 50%) for...
View ArticleInstall OEM 13c Silent mode
How to install Oracle EM 13c? It's the first time that I have a chance to install Oracle EM 13c. I remember last time I installed Oracle EM 12c. I have to install weblogic first. On OEM 13c, I don't...
View ArticleGCP - How to manage SSH keys on VM Instance?
On Google Cloud Platform, adding SSH keys in Metadata (project-wide public SSH keys). It can help to ssh to every VM instances on Compute Engine easily but it's not a good idea. We are able to do for...
View ArticleHow to allow private connectivity across organizations(GCP)?
It's interesting, when you would like to allow private connectivity across two VPC networks that they belong to the different project/organization on Google Cloud Platform (GCP).As google document that...
View ArticleOracle Database EM 18 XE Available to Remote Clients
I found lot of posts about Oracle Database 18 XE. It's very interesting for me. I didn't blog about how to install, because it's very easy for using rpm package and document very helpful.I was...
View ArticleHow to create signed url on google cloud storage?
A signed URL is a URL that provides limited permission and time to make a request. It's good to be used by someone who does not have a Google Account. I caught up reading on Google Cloud documents and...
View Article