icon Blog

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