Assuming you already have mysql server installed on your machine, the reason you are installing phpmyadmin is to ease your administration of your MySQL like database creation and deletion, create/alter/drop/view tables and...
Tag - centos
centos linux
There are ways to sync two MySQL tables in a non-GUI method such as mysql triggers or by Maatkit’s MySQL Table Sync, but it’s not that user-friendly. Of course, if you want the GUI-type, there’s always the...
Step by Step Procedure Step 1. Add 2 LAN cards to the Linux box. You need to have two(2) NICs, one for your private network and one for the public IP address Step 2. Check if your networks cards are properly detected and...
The procedure below was tested successfully on CentOS. The same thing was also implemented on my BSD box and works as well. Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and...
For those who uses java server pages via Tomcat server on Linux, providing secure transaction on your website thru SSL protocol is a must. By this of course we need to install a CA assigned certificate on the server. The...
These are the steps on adding additional hard drives on a pre-installed Linux server. Drives will be detected and can be checked thru the “dmesg” command. [root@localhost ~]#fdisk /dev/cciss/c0d1 press n to create...
Freeradius and MySQL Software Requirements: Any Linux distro, kernel 2.4xx-later(tested in CentOS,Fedora Core,RH) MySQL Server 4.xx-5.xx GCC compiler vi editor 1.   Get the latest freeradius source code tarball from...
There are lots of operating system virtualization, you have the option to use an open source or a proprietary software depending on your needs,familiarization and most significantly, budget. People have several reasons why they...
* Setting up ftp via vsftpd in linux The VSFTPD (Very Secure FTP Server Deamon) is one of the most commonly used FTP servers under Linux and comes with most Linux distributions. This article will help you install and configure...
Linux.org presented one of the most detailed important events in the history of the Linux operating system development 1983 September   Richard M. Stallman announces the GNU Project, an attempt at creating a completely free...