Sunday, November 27, 2016

27
Nov
Posted in My Programming Skill

OwnCloud 8 installation on Ubuntu 14.04

P { margin-bottom: 0.08in; } For the people who don't know, OwnCloud is a free and open-source software which enables you to create a private “file-hosting” cloud. Owncloud is made by PHP and backend database MySQL (MariaDB), SQLLite or PostgreSQL. OwnCloud also enables you to easily view and sync address book, calendar events, tasks and bookmarks. People access it via the easy web interface...

Saturday, November 26, 2016

26
Nov
Posted in My Programming Skill

Virtualization on Ubuntu using KVM

KVM is stand for  Kernel-based Virtual Machine which turns linux kernel into hypervisor. Hypervisor is nothing but the virtual machine manager program. To create virtualization on Ubuntu using KVM use the following step 1) Check whether CPU has hardware virtualization support. KVM only works if your CPU has hardware virtualization support – either Intel VT-x or AMD-V. To determine whether...
26
Nov
Posted in My Programming Skill

Online Bill Payment using JAVA

This is the simple code for online bill payment portal using java. To run this code successfully, you will need itext.jar library file for pdf which is used in this code for pdf creation. you can download this file from here. extract this zip file in java >> bin folder and run following code. =================  OnlineBillPay.java     ================    import...

    Translate

    Protected by Copyscape