Search found 21 matches
- 2007/04/04 20:08:00
- Forum: CentOS 4 - Software Support
- Topic: Evolution toolbar
- Replies: 6
- Views: 510
Re: Evolution toolbar
I think this is the key to what you are looking to do. In evolution-mail-messagedisplay.xml, the toolbar this entry refers to needs to be modified [code] <dockitem name="Toolbar" relief="none" behavior="exclusive" _tip="Main toolbar"> <placeholder name="MailMessageToolbar"/> <separator f="" name="em...
- 2007/04/04 19:50:27
- Forum: CentOS 4 - General Support
- Topic: High Memory Usage
- Replies: 5
- Views: 494
Re: High Memory Usage
The system is not actually using all the memory. It is just caching it for future use and so it is normal to see high memory usage.
- 2007/04/04 08:40:51
- Forum: CentOS 4 - Webhosting Support
- Topic: Download speed restriction
- Replies: 2
- Views: 1111
Re: Download speed restriction
This should get you started on bandwidth control. I am assuming that you are using Apache.
[url=http://tldp.org/HOWTO/Apache-Overview-HOWTO-2.html#ss2.4]http://tldp.org/HOWTO/Apache-Overview-HOWTO-2.html#ss2.4[/url]
[url=http://tldp.org/HOWTO/Apache-Overview-HOWTO-2.html#ss2.4]http://tldp.org/HOWTO/Apache-Overview-HOWTO-2.html#ss2.4[/url]
- 2007/04/04 08:29:02
- Forum: CentOS 4 - Server Support
- Topic: Upgrading to a later samba
- Replies: 2
- Views: 272
Upgrading to a later samba
If the repos have the update, a simple "yum update" will update the client. If not, just get the RPM and install it.
- 2007/04/04 08:25:12
- Forum: CentOS 4 - Hardware Support
- Topic: MultiBoot CentOS with Vista.
- Replies: 2
- Views: 416
Re: MultiBoot CentOS with Vista.
See if this helps. [url=http://www.geocities.com/epark/linux/grub-w2k-HOWTO.html]http://www.geocities.com/epark/linux/grub-w2k-HOWTO.html[/url]
- 2007/04/04 08:16:56
- Forum: CentOS 4 - Software Support
- Topic: MySQL Administrator RPM?
- Replies: 3
- Views: 948
Re: MySQL Administrator RPM?
RHEL 4's RPM won't work on CentOS 4. You can always download the source and try compiling it. I have never used MySQL administrator so I can't tell you if you mysqlclient can replace it but mysqlclient is not a GUI. It is a CLI.
- 2007/04/04 08:08:12
- Forum: CentOS 4 - General Support
- Topic: High Memory Usage
- Replies: 5
- Views: 494
Re: High Memory Usage
Remember Linux does not use RAM as Windows does.
Linux (and probably any *nix system) will give each application the memory it requests, and then use the rest for disk caching. Depending on the reporting mechanism, you may indeed see a constant memory useage somewhere between 90 and 100%.
Linux (and probably any *nix system) will give each application the memory it requests, and then use the rest for disk caching. Depending on the reporting mechanism, you may indeed see a constant memory useage somewhere between 90 and 100%.
- 2007/04/04 08:02:25
- Forum: CentOS 4 - General Support
- Topic: How to boot linux without GRUB?
- Replies: 2
- Views: 244
How to boot linux without GRUB?
This what you are looking for [url=http://www.yolinux.com/TUTORIALS/LinuxTutorialRecoveryAndBootDisk.html#GRUB]http://www.yolinux.com/TUTORIALS/LinuxTutorialRecoveryAndBootDisk.html#GRUB[/url]
- 2007/04/01 05:12:33
- Forum: CentOS 4 - Software Support
- Topic: Evolution toolbar
- Replies: 6
- Views: 510
Re: Evolution toolbar
What exactly do you want to edit? I checked my folder and there are xml files that you can edit to edit the toolbar and menus.
- 2007/04/01 05:06:31
- Forum: CentOS 4 - Software Support
- Topic: MYSQL JDBC DRIVER
- Replies: 2
- Views: 5501
Re: MYSQL JDBC DRIVER
You can use the JDBC driver from the MySQL website. They don't put out drivers until they are thoroughly tested. [url=http://dev.mysql.com/downloads/connector/j/5.0.html]http://dev.mysql.com/downloads/connector/j/5.0.html[/url]