软件

Project D4 Stage 1: CRON

NEED TO DO: Modify forum\includes\functions_digest_users.php and make the CRON work so the usergroup table can be stored every nite. Note that all // START mod - inmotion coder Yang - 2006-10-24 // $numbergroups = vb_number_forma...
软件 595 浏览 1 分钟阅读

Project D1 Stage 1: Make It Work

First, change all /var/www/html/inmotion/melbourneunderage to D:\POST_MONASH\WebSites\AppServ\www\melbourneunderage\ Then, change all http://www.localhost.com/inmotion/melbourneunderage to http://...
软件 566 浏览 1 分钟阅读

How to Install XMMS So We Can Play MP3 and WMA on Fedora

How to play music by using XMMS: 1、Quite simple. [root@localhost ~]# yum install xmms [root@localhost ~]# yum install xmms-mp3 2、Or: [root@localhost softs]# rpm -ivh http://www.xmms.org/files/1.2.x/rpm/rh9.x/xmms-1.2.8-1.i386.rpm 3...
软件 608 浏览 1 分钟阅读

How to Auto-mount NTFS and FAT File Systems in FC5

1、Check the core type by using: [root@localhost ~]# uname -a 2、Download the latest kernel-module-ntfs package from here. For me, it’s this. 3、Install this rpm package. Don’t worry about the warning prompt generated by FC5 installer. B...
软件 549 浏览 2 分钟阅读

How to Configue Alsa Sound Card on Fedora

It's time to write down how I configure my Alsa sound card on my Dell 640m. Next time I won't bother much time in Googling and trying this way and that... Update Kernel by using: [root@localhost ~]# yum install kernel ; Or: Download ...
软件 634 浏览 1 分钟阅读

How to Fix Grub

Since last time I lost my Grub, I did not have time to fix it. So today when I got up, I finally decided to solve this problem. After ten minutes or so, I found it quite simple: 1. Find the partition information by using paragone ...
软件 620 浏览 2 分钟阅读