The main idea of the blog is to share solutions for problems I faced before.
Friday, June 16, 2017
Update or Modify PDF file on Ubuntu using Libreoffice
›
If you want to edit or modify PDF or form on Ubuntu, you may find LibreOffice is a good tool to try before investigating other tools. Simp...
Sunday, December 7, 2014
Installing JDK 1.7 on ubuntu server
›
Follow the following steps to install JDK 1.7 on ubuntu server: 1. Based on your linux architecture, download the proper version from Ora...
Saturday, June 14, 2014
How to download the source code of test jars using Gradle
›
I just faced a problem while trying downloading the source code of some of test jars. You just need to specify "test-sources" into...
Tuesday, November 26, 2013
Installing VMWare Player on Ubuntu 13.04
›
I did not find a way to install VMWare player on Ubuntu 13.04 - 64 bits. But, I found an archived site having a VMWare player 6.0.0 for ub...
Saturday, May 19, 2012
Installing Hadoop on Ubuntu (Linux) - single node - Problems you may face
›
This is not a new post, it is based on Michael G. Noll blog about Running Hadoop on Ubuntu (Single Node) I will go through the same steps,...
161 comments:
Sunday, May 13, 2012
Java Performance Tips 2
›
Introduction We talked about Strings operations in the last article, now we will talk about more tips on performance tips, we will talk...
Java Performance Tips 1 - String Operations
›
String Operations There are some performance tips for String manipulation in java, one of them is the concatenation operation. Concat...
8 comments:
›
Home
View web version