Q. How do I enable EPEL (Extra Packages for Enterprise Linux) repo and install the packages under RHEL / CentOS Linux?
Tuesday, December 6, 2011
Red Hat Enterprise Linux / CentOS Linux Enable EPEL (Extra Packages for Enterprise Linux) Repository
Monday, December 5, 2011
How To Install memcached with memcache PHP Extension on CentOS 5.x
In this how to i will describe how to install memcached on your server with PHP Extension. memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. My server is running CentOS 5.3 with CPanel.
Speeding up your nginx server with memcached
Nginx is a high performance web and proxy (web and mail proxy) server. Generally, nginx is used as a front-end proxy server to Apache webserver.
Sunday, December 4, 2011
Lightbox for Images and Videos on a Joomla website
In this tutorial we will discuss how to create a 'Lightbox' effect for your Joomla 1.0 or 1.5 website, using the plugin YOOeffects from the YOOtheme team. Using a Lightbox is a great way to show off your images on your website, as a slideshow or for individual pictures. Videos can also be shown using the Lightbox javascript - both from your own website or streamed from another site (such as YouTube).
Friday, December 2, 2011
Joomla 1.7 – How to Add a New Module Position In Joomla Template
This Joomla tutorial is created for Scott who asked me how to create a new module position inside a Joomla template ie Beez_20. Adding a new module position inside a Joomla 1.7 template is fairly simple with the most challenging step figuring out where you want to put the new module position. Use this post to find out where your module positions are located.
Friday, October 21, 2011
Tích hợp Joomla và phpBB
Làm website, đến một ngày ta sẽ nghĩ đến việc làm thêm một cái diễn đàn. Mà phải là tích hợp diễn đàn và website chung với nhau, nghĩa là có sự đồng bộ thông tin và trạng thái đăng nhập của thành viên. Với Joomla, ta có nhiều giải pháp diễn đàn: vBB, SMF, Fireboard,... Nhưng trong bài viết này mình sẽ nói về phpBB: một hệ thống diễn đàn được sử dụng rất nhiều, miễn phí và có thể tích hợp hoàn hảo với Joomla 1.5. Joomla.org và Joomlaviet.org cũng đều sử dụng phpBB.
Friday, October 14, 2011
Hướng dẫn Import big database bằng bigdump.php
http://congdongit.org/database/774-huong-dan-import-big-database-bang-bigdump-php.html
Hầu hết các web site dùng php-mysql thì đều sử dụng phpMyadmin để export database. Vấn đề là khi import trở lại. Các site hầu hết đều giới hạn dung lượng file import qua phpMyadmin là 2MB. Nếu dữ liệu lớn hơn 2MB mà dùng tools import này để import sẽ rất vất vả. Tôi xin đưa ra giả pháp để import database lớn với 3 trường hợp :
Tuesday, October 11, 2011
Hướng dẫn Backup và Restore MySQL database không bị lỗi
Tuesday, August 30, 2011
Bật tính năng truy cập từ xa của MySQL server
Mặc định tính năng truy cập từ xa bị cấm trên máy chủ cơ sở dữ liệu
Thursday, August 4, 2011
How to create portlet using Plugins-SDK and Eclipse
In this article, I’ll teach you to create a portlet as plugin ( portlet plugin is a portlet that will be deployed using separate war file, quite different from ext approach). There are two ways to do this :
- Using Liferay’s plugins SDK
- Using Eclipse alone.
Monday, August 1, 2011
Lấy Lại Dữ Liệu Sau Khi Xóa
Bạn đã bao giờ nhỡ tay xóa mất một bảng (DROP TABLE) hoặc xóa sạch dữ liệu trong bảng (DELETE) của một database
Các Kiểu Backup Trong SQL Server
Khái niệm backup (sao lưu) và restore (khôi phục) chắc hẳn đã quen thuộc đối với đa số chúng ta: bạn thường xuyên backup, ví dụ copy toàn bộ thư mục sang một thiết bị lưu trữ khác, để phòng khi gặp sự cố gây mất mát dữ liệu thì có thể copy ngược trở lại.
Một Ví Dụ Sao Lưu/Khôi Phục Dữ Liệu
Tiếp theo bài “Các Kiểu Backup Trong SQL Server“, trong bài này tôi sẽ giới thiệu script để thực hiện việc sao lưu/khôi phục sử dụng cả ba loại backup đã nêu.
Giảm Bớt Dung Lượng File LOG Của SQL Server
Hay bạn thấy, trong khi dữ liệu của mình chỉ có vài GB, mà file LOG lên đến tận hàng trăm GB.
Phải làm thế nào ?
Tuesday, July 26, 2011
Installation Of Liferay Portal 6.0.5 Community Edition With Java And MySQL On Ubuntu 10.04 Server
Liferay Portal is an enterprise web platform for building business solutions that deliver immediate results and long-term value. Get the benefits of packaged applications and an enterprise application framework in a single solution.
Wednesday, July 6, 2011
Allow Joomla Users to Manage Their Own Articles
It's really useful for writers on a website to be able to easily find and manage their articles. With Joomla, there's no central control panel for writers to do that. Fortunately there's an outstanding, free extension called Frontend User Article List which solves that problem. Here's how to use it:
Friday, June 24, 2011
Cài đặt phpMyAdmin trên CentOS
Trong các bài viết trước, mình đã trình bày cách cài đặt MySQL Server trên CentOS. Nhưng để quản lý cơ sỡ dữ liệu trên MySQL Server một cách dễ dàng hơn thì chúng ta cần phải có công cụ quản lý. Một trong những công cụ quản lý, thao tác cơ sỡ dữ liệu của MySQL được dùng khá phổ biến hiện nay là phpMyAdmin.
Cài đặt Apache và PHP trên CentOS
1. Cài đặt Apache
Dùng lệnh để tải gói và cài đặt.
Cài đặt MySQL Server trên CentOS
Trên màn hình Console nhập lệnh để cài đặt
Thursday, June 23, 2011
25 Most Frequently Used Linux IPTables Rules Examples
In all our examples below, we have two rules for each scenario, as we’ve set DROP as default policy for both INPUT and OUTPUT chain.
How to Install MySQL Database Using Yum groupinstall on CentOS
In this article, let us review how to install MySQL on CentOS using yum. Instead of searching and installing mysql and related packages one-by-one, it is better to install MySQL using yum groups.
Wednesday, June 15, 2011
Use Server Cache Control to Improve Performance
Fast, Effective PHP Compression
PHP compression is an excellent method of conserving bandwidth and reducing client download times. We have already discussed an excellent method for CSS compression, and in this article we share a super-easy technique for compressing all PHP content without editing a single file.
Các cách đánh index cho trường trong CSDL MySQL
Một ngày kia bạn nhận ra rằng website của bạn chạy chậm đi, có thể là do đường truyền nhưng còn 1 nguyên nhân khác, đó là máy chủ server tính toán quá nhiều dẫn đến kết quả đưa ra.
Thursday, June 9, 2011
Invalid token when using the Joomla! Login Module
Since Joomla! 1.5.3, a security feature has been added to the Joomla! CMS which checks submitted forms for the existance of a specific token.
Joomla – Bảo vệ file “configuration.php” khỏi các truy nhập trái phép
Việc bảo vệ các file có nội dung quan trọng, các file cấu hình chứa các thông số của hệ thống như: tên database, tên truy nhập, mật khẩu… là rất cần thiết và phải đặc biệt lưu tâm.
Tuesday, June 7, 2011
Using Nginx as reverse proxy
yum install apt (cài gói apt-get )
yum install pcre-devel zlib-devel openssl-devel
Friday, May 27, 2011
Tạo file liên kết tắt trên Linux
Nếu trên Windows bạn đã quen với khái niệm Shortcut là các file chứa thông tin trỏ đến một file thực thi khác thì khái niệm này đã tồn tại trong thế giới UNIX từ rất lâu.
Sunday, April 17, 2011
Các cách sử dụng file .htaccess bạn nên biết
Friday, April 15, 2011
Tăng tốc Joomla! bằng cách tạo cache cho module
Monday, April 11, 2011
Cách nâng cấp chuyển đổi Module của Joomla! 1.5 lên Joomla! 1.6
Sunday, February 13, 2011
Lấy tên user đăng nhập và Session trong joomla
$name = $user->get('name');
và tiếp theo là :
echo 'Xin chào bạn '.$name.' Chào mừng bạn đã xâm nhập';
Còn muốn xem quyền hay xem thuộc tính khác thì bác cứ việc mở các bảng jos_user để xem tên trường.
Rồi tiếp đó vẫn là cái : $user->get('Tên_trường')
Ví dụ:
lấy ra loại user $type = $user->get('usertype');
lúc echo $type ra thì nó sẽ ra cả quyền là supper administrator, admin, registed ... tùy thuộc vào quyền mà user đó đăng nhập vào.