Linux

How to format a partition to ext3 in fedora

How to format a partition to ext3 in fedora ? How to make a partition in linux ? I just added 500GB to this server, and I’m going to make a partition and format it then use for backup my data. First, you have to list out the hard disk drive that plugged in.

Set Pop3 Email Account in DirectAdmin

DirectAdmin Logo

Create mail accountCreate mail accountCreate mail accountSetting up Email Account in DirectAdmin Setting up Pop3 Email account in DirectAdmin. How to set Pop account in DirectAdmin ? My friend just ask me in MSN just now. So, here is the step to create normally.

Update server with custombuild to DirectAdmin 1.36.2

DirectAdmin Logo

Update server with custombuild to DirectAdmin 1.36.2 cd /usr/local/directadmin/custombuild ./build clean ./build options ./build versions ./build update_versions [adrotate banner=”1″] [root@server custombuild]# ./build clean [root@server custombuild]# ./build options Apache: 2.2.17 Dovecot: 1.2.16 AWstats: no exim.conf update: no SpamAssassin: no MySQL: 5.1.53 MySQL backup: no PHP: 5.2.15 as CLI with mail() header patch phpMyAdmin: 3.3.8.1-all-languages ProFTPD: 1.3.3c …

Update server with custombuild to DirectAdmin 1.36.2 Read More »

Table does not support optimize, doing recreate + analyze instead

Everytime you do optimize MySQL, by using mysqlcheck -A -o or using ./mysql_optimize from here. You may see the output Table does not support optimize, doing recreate + analyze instead. It is because the table that you are using is InnoDB. You can optimize the InnoDB tables by using this. ALTER TABLE table.name ENGINE=’InnoDB’;