17 May 2011

[Java] Simple FTP connection example with commons-net library

Ingredients:

  • Apache Commons Net Library (link)

Read the rest of this post »

30 Mar 2011

How-To: Configure Tomcat/Java on VPS server for Ubuntu 10.10

Mission brief

Today I will describe the steps of configuring server to be able run web java applications on Tomcat server.

Ingredients we need to make it work:

  • Virtual Private Server (VPS, VDS - Virtual Dedicated Server) or Dedicated Server;
  • OS - Ubuntu 10.10 (I'm using Ubuntu 10.10 maverick 64bit minimal);
  • Good knowledge of the linux systems and linux command line (at least ability to read and understand terminal commands, remember that all configuration process will take place at command line);
  • Hands, eyes and wish to make it work.

I will not describe in this post all possible configurations that you can do. The idea was to write the short How-To to avoid in future searching through the dozens of pages for solution.

Read the rest of this post »

29 Mar 2011

How-To: Install sun-java6-jdk on Ubuntu 10.10

This is short how-to. By defaults on the mininal Ubuntu 10.10 Server comes openjdk instead of sun-java6-jdk.

To install sun-java6-jdk you need to execute following commands in terminal:

  • optional (if you don't have add-apt-repository tools installed): 
    apt-get install python-software-properties
  • sudo add-apt-repository ppa:sun-java-community-team/sun-java6
  • sudo apt-get update
  • sudo apt-get install sun-java6-jdk

That's all. Enjoy.

 

 

7 Mar 2011

Web Business Card

Decided to make my own web business card. I don't like these automatic stuff that they offer on ".tel" domains. So, I made it on my own hosting with domain in ".com" zone.

Now I have www.akuroedov.com web-site to give it like a personal business card. And I like it much more.
27 Feb 2011

Tone Mapping

Решил попробовать и побаловаться с Tone Mapping на HDR фото. Результат ниже. 

 

27 Feb 2011

Let The Battle Begin!

Moved to new custom domain. Will try to use that blog in private purposes. Have a nice day! 

31 Oct 2010

España, Viladrau

Contributors

Andrew Kuroedov