Fedora 12
Waiting for Fedora 12…..add this counter on your site….
Just copy and paste this script:
<script id=”fedora-banner” type=”text/javascript” src=”http://fedoraproject.org/static/js/release-counter-ext.js?lang=en”></script>
Waiting for Fedora 12…..add this counter on your site….
Just copy and paste this script:
<script id=”fedora-banner” type=”text/javascript” src=”http://fedoraproject.org/static/js/release-counter-ext.js?lang=en”></script>
This is the perfect tutorial, how to install wordpress on Linux Server. For this tutorial, my machine running on Centos 5.4.
[root@server1 ~]# uname -a;date;uptime
Linux server1 2.6.18-164.el5 #1 SMP Thu Sep 3 03:33:56 EDT 2009 i686 athlon i386 GNU/Linux
Sat Oct 24 17:52:06 MYT 2009
17:52:06 up 2:17, 2 users, load average: 0.00, 0.00, 0.03
[root@server1 ~]# cat /etc/redhat-release
CentOS release 5.4 (Final)
[root@server1 ~]#
Firstly make sure your system already have this 3 package if not follow the 1st step,
1. Install http*, mysql* php*
[root@server1 ~]# yum -y install httpd* mysql* php*
2. Create the new database called “wordpress”
[root@server1 ~]# mysqladmin -u root -p create wordpress
3. Download latest WordPress package
[root@server1 tmp]# wget http://wordpress.org/latest.zip
–2009-10-24 17:27:23– http://wordpress.org/latest.zip
Resolving wordpress.org… 72.233.56.138, 72.233.56.139
Connecting to wordpress.org|72.233.56.138|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: unspecified [application/zip]
Saving to: `latest.zip’[ <=> ] 2,354,670 136K/s in 18s 2009-10-24 17:27:42 (129 KB/s) – `latest.zip’ saved [2354670]
4. Unzip latest.zip that contains the WordPress installation file.
[root@server1 tmp]# unzip latest.zip
[root@server1tmp]# ls
latest.zip wordpress
[root@server1 tmp]# cd wordpress
5. Copy all file in the WordPress folder to directory /var/www/html
[root@server1 wordpress]# cp -a * /var/www/html
6. Rename file wp-config-sample.php to wp-config.php
[root@server1 wordpress]# cd /var/www/html
[root@server1 html]# mv wp-config-sample.php wp-config.php
7. Edit the config file : wp-config.php
[root@server1 html]# vi wp-config.php
* Edit this 3 line to
define(‘DB_NAME’, ‘wordpress’);
define(‘DB_USER’, ‘root’);
define(‘DB_PASSWORD’, ‘mysqlrootpass’);
and replace to this one
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘wordpress’);/** MySQL database username */
define(‘DB_USER’, ‘root’);/** MySQL database password */
define(‘DB_PASSWORD’, ‘**********’);
7. Open your web browser and go to http://yourdomain.com and follow the setup process. Just enter your blog name and email address. After that it will generate user name and password for you. Please change the password after that.
Dah baper hari ni xder entry baru… minggu ni agak bz gila..byk benda aku kena buat…..byk masa aku abiskan dengan study jer….Sbb byk sesi soal jawab ni…so study is the good thing to do.. and try to make it perfect.
Skrg ni blog ni still dalam process migration. Blog aku dapat rumah baru kat Serverfreak, nak migrate data dalam hosting yg lama g hosting baru ni… ambil masa around 1 weeks kot to fully working.
Pastu td member aku mintak tlg design some network/server (firewall / IPCorp) xpnh aku try.. pun..tp still boleh study…and buat research skit..and test jer kat Virtual Machine.
Ada 3 benda yg aku tgh nak mengarang ni… and tgh mengumpul duit utk beli seketul physical machine utk buat test machine. So nanti kat machine baru tu boleh la aku start blajar macam2… install kat VMare kat cik Lappy ni…bkn solution yg bagus…hehehe…lappy jer…so paham2 la…processor pun xcukup power…
* Perfect RHEL Server
* Compile Kernel
* Perfect Solaris Server
This is the simple step to install RHEL 5.4, i just simply install the OS without any configuration yet. I will put some tutorial how to make the perfect RHEL server later.
*please use button read more for more images
Sorry for the delay post.. The latest stable kernel V : 2.6.31.4 is out already on 12 October 2009
Get it here : Kernel.org ; Via FTP : Kernel 2.6*
More about Change Log: Kernel.org
commit 5eee394f24eca7d1f670ddc9d08a8d02c90e74ca
Author: Greg Kroah-Hartman <gregkh@suse.de>
Date: Mon Oct 12 13:15:40 2009 -0700
Linux 2.6.31.4
commit 2d852892256a5a1bb6fd8399445b8cd12b94de0a
Author: Sascha Hlusiak <contact@saschahlusiak.de>
Date: Tue Sep 29 11:27:05 2009 +0000
sit: fix off-by-one in ipip6_tunnel_get_prl
[ Upstream commit 298bf12ddb25841804f26234a43b89da1b1c0e21 ]
When requesting all prl entries (kprl.addr == INADDR_ANY) and there are
more prl entries than there is space passed from userspace, the existing
code would always copy cmax+1 entries, which is more than can be handled.
This patch makes the kernel copy only exactly cmax entries.
Here is the statistic on this kernel that was awesome and great, team you are the best.
Source: Linux Online
Files added: 0
Files changed: 246
Files removed: 0
Lines added: 3248
Lines changed: 2297
Lines removed: 1750
* This week i need to install 2 OS on my Virtual Machine, RHEL 5.4 or Centos and Sun Solaris
Hello guys this is continues from my previous post about the Fedora 12 Alpha Release.
Here got some screen shot of my system. I manage to install it on my VMWare Workstation.
Fedora 12 Alpha Release, codename “Constantine” is available now.
Alpha release mean that all the user can help to test and help this team to find / submit the bugs to the Fedora team. If all the bugs already fix, then they will release the next version aka Beta version. Fedora team aim that the final realease of Fedora 12 will out on November.
And the big news is.. Most of the new disto release will replace IM Client Pidgin with the Empathy
You can log all the bug at Bugzilla . Get your pre-release here : Pre-Release
Fedora 12 Alpha Release Announcement : https://fedoraproject.org/wiki/Fedora_12_Alpha_Announcement
New on Fedora 12:
Mandriva Linux 2010 Alpha 2 also available now..
Source / Credit : Mandriva Wiki
Mandriva : ftp://ftp.nara.wide.ad.jp/pub/Linux/Mandrakelinux/devel/iso/2010.0/
Some info about Mandriva Linux 2010:
KDE 4.3 RC 3
This pre-release includes the lastest RC release of KDE 4.3 (also know as 4.2.98). This release will add many new features to KDE 4, including some that were notably present in KDE 3 but lacking in KDE 4.0, 4.1 and 4.2, along with some brand new features. It should also provide a more stable desktop experience than KDE 4.2. A list of features planned for KDE 4.3, along with their current status, can be found here. There is a shorter prose write up of several of the new features, based on Beta 1 rather than Beta 2, here and here 2 and here 3 .
Show the disk usage:
HPUX:
# bdf /
Linux/Sun
# df -k /
#df -h /
Sort:
echo “DIR: `pwd`”; du -sk * | awk ‘{ printf (“- %s \t\t(%sMB) \t\n”,$2,$1/1024) }’ | sort -t\( -n -r +1
Find the large file:
find /var -size +10000 -exec ls -ld {} \;
find /opt -size +5000 -exec ls -ld {} \;
find /usr -xdev -size +1000000c -type f -exec ls -la {} \; 2>/dev/null| sort +4n | tail -10