Share your success story: Linux Dedicated Server (1 post → 4 weeks ago)Tell us how a Go Daddy Linux Dedicated Server has …
Share your experience: Provide a review of Dedicated Linux (1 post → 1 month ago)Share your thoughts with other customers. What was your experience …
Client Side Printing (2 posts → 18 hours, 49 minutes ago)I’m new to PHP – I’m prototyping a server side …
My access to vds is under control by something (2 posts → 4 days ago)I use putty and plink through ssh to support some …
Upgrading PHP on dedicated server (3 posts → 1 week ago)Need guidance on upgrading PHP from 5.1 to 5.2 on …
How to enable gzip compression with Apache. (2 posts → 3 weeks, 4 days ago)1. vim etc/httpd.conf
2. make sure that the following modules are …
How can I find out what is installed on my server? (1 post → 1 month, 1 week ago)If you would like to see a list of all …
How to add an additional IP address to a Linux server via ssh. (1 post → 1 month, 3 weeks ago)# cd /etc/sysconfig/network-scripts
# cat ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
IPADDR=12.123.123.12
ONBOOT=yes
TYPE=Ethernet
// copy the ifcfg-eth0 to ifcfg-eth0:1 …
How do you extract an RPM file without running the RPM. (1 post → 1 month, 3 weeks ago)Linux command to view what is in a RPM file:
rpm …