icon Blog

Mengaktifkan file rc.local pada Ubuntu

  • Posted: May 15, 2017 /
  • By : Admin /
  • Reads : 2,140

Ubuntu is now using systemd, and rc.local is now considered a service which is turned "off" by default. You can turn rc.local "on" by entering the following command and rebooting:

Read more

Pure CSS and Font Awsome

  • Posted: Jan 10, 2014 /
  • By : Admin /
  • Reads : 2,871

Pure doesn't ship with icon fonts, but we play nice with existing ones. Incorporating icon fonts with Pure Buttons is easy. In the example below, we're using icon fonts from Font Awesome. Put the Font Awesome CSS file on your page and use an <i> element within a pure-button element.

Read more

How To Create a New User and Grant Permissions in MySQL

  • Posted: Jan 06, 2014 /
  • By : Admin /
  • Reads : 2,586

MySQL is an open source database management software that helps users store, organize, and later retrieve data. It has a variety of options to grant specific users nuanced permissions within the tables and databases—this tutorial will give a short overview of a few of the many options.

Read more

LAMP (Linux Apache MySQL and PHP) on CentOS 6

  • Posted: Jan 04, 2014 /
  • By : Admin /
  • Reads : 2,114

LAMP represents a full featured stack containing the most popular web server known as Apache, the most popular database server MySQL and the most popular open-source web programming language known as PHP.

This article shows how to setup LAMP on a CentOS 6 VPS, but the procedure is quite similar for Fedora Linux and Scientific Linux based virtual servers. The first thing we need to do is to make sure our system is fully up-to-date. So, executing the command below will install all available updates

Read more

No "setup" command on CentOS

  • Posted: Jan 04, 2014 /
  • By : Admin /
  • Reads : 1,316

I usually use "setup" to do the firewall setup for permissive or not and setting of SELINUX, etc….

But on a minimal install you don’t have access to setup command, which is my favorite

Read more

CentOS / Red Hat Linux Install VSFTPD FTP Server

  • Posted: Jan 04, 2014 /
  • By : Admin /
  • Reads : 1,178

How do I install vsftpd?

Simply type the following command as a superuser (root):
# yum install vsftpd

Turn on vsftpd ftp service

Type the following command:
# chkconfig vsftpd on

Read more

AJAX Often Used

  • Posted: Dec 27, 2013 /
  • By : Admin /
  • Reads : 1,417

Ajax (acronym for Asynchronous JavaScript and XML) is a group of interrelated web development techniques used on the client-side to create asynchronous web applications. With Ajax, web applications can send data to, and retrieve data from, a server asynchronously (in the background) without interfering with the display and behavior of the existing page. Data can be retrieved using the XMLHttpRequest object. Despite the name, the use of XML is not required (JSON is often used instead. See AJAJ), and the requests do not need to be asynchronous

Read more

Pentaho Community Edition 5.0 Now Available

  • Posted: Nov 22, 2013 /
  • By : Admin /
  • Reads : 1,407

New Pentaho Marketplace provides one-click access to open source plug-ins
November 20, 2013, Orlando, FL — Delivering the future of analytics, Pentaho Corporation today announced immediate availability of the Open Source Pentaho Community Edition 5.0. Pentaho Community Edition is the newest version of Pentaho’s open source data integration and business analytics platform—a powerful set of tools for developers, promoting innovation, participation and cooperation.

Read more

Jaspersoft Named to Deloittes 2013 Technology Fast 500 ™

  • Posted: Nov 22, 2013 /
  • By : Admin /
  • Reads : 1,197

Recognized for Achieving 280.7 Percent Revenue Growth through 2012

SAN FRANCISCO – Nov. 13, 2013 – Jaspersoft, the Intelligence Inside applications and business processes, today announced being ranked on Deloitte’s Technology Fast 500™, a ranking of the 500 fastest growing technology, media, telecommunications, life sciences and clean technology companies in North America. Jaspersoft grew 280.7 percent between fiscal years 2008 and 2012, the time period that determined the rankings.

Read more

PostgreSQL 9 bytea type problems

  • Posted: Oct 11, 2013 /
  • By : Admin /
  • Reads : 1,684

This problem occured when we migrating postgreSQL version from version 8.x to 9.x.   The column type was bytea, which is basically a variable length binary string. The problem turned out to be that, for this specific data type (bytea), the output representation of PostgreSQL 9  is different from previous versions. PostgreSQL 9 introduced a new 'hex' format for output, this format is different from the old 'escape' format that older versions of PostgreSQL used to provide

Read more