7
votes
6answers
7k views
How do I Upgrade to Subversion 1.5 On CentOS 5?
My development server (CentOS 5) is running Subversion 1.4.2, and I wish to upgrade it to 1.5. I have read in various blogs and documents scattered around the web that this may be done by using …
4
votes
4answers
420 views
How to make APC (PHP Cache) work?
I've read about APC that it speeds up multiple php file sites. So I have this particular project in PHP with many files and i discover that require_once and parsing only class definitions (without …
4
votes
5answers
382 views
Why does vi behave differently in Ubuntu than in CentOS?
I've been getting more and more comfortable using vi on a daily basis, but one thing that bothers me is that when I use it on Ubuntu it behaves differently than when I use it on CentOS (and probably …
4
votes
17answers
6k views
Centos or Debian as a server OS ?
What would you choose for a server used for web hosting, dns and email and why?
3
votes
3answers
223 views
Automate CentOS installation with VMware for testing
Is is possible to automate the installation of an OS using VMware or any other virtualization product?
One of our products consists of a customized version of CentOS that installs the OS and our …
3
votes
4answers
634 views
Perl or Python script to remove user from group
I am putting together a Samba-based server as a Primary Domain Controller, and ran into a cute little problem that should have been solved many times over. But a number of searches did not yield a …
2
votes
2answers
41 views
Need to increase PHP memory_limit for specific directory NOT entire server
I'm running wordpress 2.8.6 as fcgi with safe_mode=on, on plesk9/centOS64. wordpress was installed by installatron. php.ini is being read from /etc/etc/php.ini
I need to increase php's memory_limit, …
2
votes
2answers
134 views
PHP Sessions “Unknown: Failed to write session data”.
Hello, I'm using centos 5 with php 5.3.0.
I have php installed and set up, in my php.ini I have session.save_path set to "/tmp", I have "/tmp" set to 7777, it's fully writeable. I have a script that …
2
votes
5answers
81 views
freeware HTML creating tools for Linux
I have linux centos 5.3. I am in progress to create a website but i am not aware of writing HTML. I need some tool to convert text to html. On google I have found many tools with can help in creating …
2
votes
2answers
414 views
HTTPSConnection module missing in Python 2.6 on CentOS 5.2
Hi guys,
I'm playing around with a Python application on CentOS 5.2.
It uses the Boto module to communicate with Amazon Web Services, which requires communication through a HTTPS connection.
When I …
1
vote
3answers
18 views
Minicom not capturing data correctly
Hi all,
I have an issue where i have connected my linux server to a serial port. There is a continous flow of data from serial port which comes through epabx.
In Minicom i get first call's data and …
1
vote
3answers
72 views
Query causes mysql server to go away
We have an application that has been deployed to 50+ websites. Across these sites we have noticed a piece of strange behaviour, we have now tracked this to one specific query. Very occasionally, once …
1
vote
1answer
73 views
How to cross compile from Mac OS X to Linux x86?
Hi, I'm running Mac OS X 10.5.8 and want to compile for target CentOS 5.3 with GCC 4.1.2. How could I:
Compile GCC 4.1.2 toolchain and related tools?
Use that tool to cross compile for target CentOS …
1
vote
1answer
42 views
How do you install gnu MAKE without compiler [closed]
I'm a little new in this area. I have a virtual machine centos5.1 that doesn't come with make or any compiler... basically stripped down. It doesn't come with any install packages like yum, rpm or …
1
vote
4answers
88 views
Automatic Database reads/write every second
I am making an auction website, which has an auto-bid system. This system lets people make biddings without having to be there.
My question is how to implement such a system. I have made the php …
