Linux Tutorials
What is NFS?
NFS stands for Network File System, a file system developed by Sun Microsystems, Inc. It is a client/server system that allows users to access files across a network and treat them as if they resided in a local file directory.
In this tutorial i want to install nfs in linux O/S
I found that few linux distro didn't include nfs as modules in the kernel.
so we will try to install nfs as modules in the linux kernel.
login as root
Make Menuconfig and Choose file Systems
#cd /usr/src/linux
What is PECL Perl ?
PECL Perl is extension embeds Perl Interpreter into PHP. It allows execute Perl files, evaluate Perl code, access Perl variables and instantiate Perl objects.
In this tutorial i will describe how to compile PECL perl with PHP 5.3.x
I found that latest pecl perl-1.0.0.tgz can't compile with PHP 5.3.x
This is a short tutorial to install Postfix, Courier-authlib and Courier-imap in Opensuse 11.1 x86_64 O/s
This tutorial also working for other x86_64 o/s or 64 bit O/s
Install C Compiler and Dependencies
zypper -i gcc gcc-c++ ncurses-devel pam-devel automake gettext-tools db1 db43 db43-devel libdb-* libopenssl-devel*
Edit ld.so.conf and add 1 lines below
#vi /etc/ld.so.conf
In This Tutorial, We will start to install and configure Apache Webserver, PHP and Mysql from Source / tar.gz in O/S OpenSUSE 11.1 x86_64 bit O/s
If you are searching how to install apache php and mysql for linux o/s 32bit, please click HERE
So I assume you already have OpenSUSE11 installed, up and running.
This tutorial also can be implemented in other O/S such as : Centos and Fedora or other 64bit Linux O/S.
Login into your server with root access.
What Is Mod-H264-Streaming ?
The H264 Streaming Module is a plugin for your existing Apache/Lighttpd/Nginx webserver. Its features are as follows:
Timeshifting seek Enable your viewers to immediately jump to any part of the video regardless of the length of the video or whether it has all been downloaded yet.
What is Awstats ?
AWStats is an open source Web analytics reporting tool, suitable for analyzing data from Internet services such as web, streaming media, mail and FTP servers. AWStats parses and analyzes server log files, producing HTML reports. Data is visually presented within reports by tables and bar graphs. Static reports can be created through a command line interface, and on-demand reporting is supported through a web browser CGI program.
Download the awstats
Login as Root into your server
In This Tutorial i want to configure my PHP to support korean encode.
here is a short tutorial how to do that
In order to support other encode we need to reconfigure PHP with mbstring
Login into the server as root
Configure PHP 5.3.0 with mbstring
#cd /root/php-5.3.0
#./configure --enable-mbstring
#make && make install
Modify php.ini
#vi /etc/php.ini
I just want to install a MySQL server to support euck korean charset.
Here is a short how to configure it.
Login into your server as root
Compile MySQL
#cd /root/mysql-5.0.88
#./configure --prefix=/usr/local/mysql --with-extra-charsets=complex
#make && make install
Edit my.cnf
#cp /usr/local/mysql/share/mysql/my-small.cnf /usr/local/mysql/my.cnf
#vi /usr/local/mysql/my.cnf
Here is a short tutorial and how-to configure nginx and wordpress to support a permalink.
Login into Wordpress dashboard
First, Login into wordpress admin
ex : http://www.domain.com/wp-admin
input your admin user and password
Click Settings
Click Permalink
Enable "Permalink custom"
Add this to permalink custom
%postname%
Save.
What is Anon Proxy Server ?
Anon Proxy server is A fast http, https, socks caching proxy server. Easy web based configuration, optional p2p anonymous mode.
Requirements:
- PHP
- Apache Web Server
Download and Unzip Anon Proxy server
Login into the server with root
$cd /var/www/html
Recent comments
1 week 1 day ago
1 week 1 day ago
1 week 1 day ago
1 week 1 day ago
1 week 1 day ago
1 week 4 days ago
1 week 6 days ago
2 weeks 13 hours ago
2 weeks 1 day ago
3 weeks 13 hours ago