+ Post New Thread
Threads 1 to 20 of 20

Forum: Dedicated Servers

Dedicated server community, share tips and ask questions among other clients and experts.

  1. Lightbulb Protect Yum Repo's Packages :: CentOS / Redhat

    To Protect yum repo's packages from certain repositories getting replaced / updated via yum command itself under CentOS / RHEL / Redhat Enterprise...

    Started by James007, 11-03-2009 06:28 PM
    • Replies: 0
    • Views: 1,507
    11-03-2009 06:28 PM Go to last post
  2. Thumbs up How to find RAM size / Memory size in FreeBSD?

    To displays the total amount of free and used physical and swap memory in the system, as well as the buffers used by the kernel you need to install...

    Started by James007, 09-30-2009 12:57 PM
    • Replies: 0
    • Views: 1,327
    09-30-2009 12:57 PM Go to last post
  3. Lightbulb How to check DDOS attack on Windows Server

    To check tcp/ip number of connection, run following commands in command prompt. =================== netstat -ano | find /i /c ":80" netstat...

    Started by James007, 09-24-2009 11:22 AM
    • Replies: 0
    • Views: 1,207
    09-24-2009 11:22 AM Go to last post
  4. Thumbs up How to Open Port Range in Windows Firewall

    Windows Firewall GUI will not allow you to open a range of ports easily. By issuing the following command we can easily open port range. FOR /L %I...

    Started by James007, 09-15-2009 02:36 PM
    • Replies: 0
    • Views: 1,018
    09-15-2009 02:36 PM Go to last post
  5. Cool How to install suPHP on Linux

    Download the latest version from the source :: http://www.suphp.org/Download.html cd /tmp wget http://www.suphp.org/download/suphp-0.7.1.tar.gz...

    Started by James007, 09-10-2009 04:49 PM
    • Replies: 0
    • Views: 1,040
    09-10-2009 04:49 PM Go to last post
  6. Exclamation How to Install and Configure MRTG on CentOS?

    The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic load on network-links. MRTG generates HTML pages containing PNG images which...

    Started by James007, 07-30-2009 11:20 PM
    configure mrtg, install mrtg
    • Replies: 0
    • Views: 2,218
    07-30-2009 11:20 PM Go to last post
  7. Lightbulb Upgrade PHP4 To PHP5 :: FreeBSD

    You can easily specify a port to upgrade using the -o option for both portupgrade and portmaster command. To replace the installed port with a port...

    Started by James007, 04-04-2009 09:36 PM
    • Replies: 0
    • Views: 1,664
    04-04-2009 09:36 PM Go to last post
  8. Lightbulb [DF and DU]Open File Descriptor Problem

    How to recreate the “open file descriptor” problem that causes the difference of used disk space reported by df and du command? 1. Create one...

    Started by James007, 03-31-2009 06:41 PM
    • Replies: 0
    • Views: 1,210
    03-31-2009 06:41 PM Go to last post
  9. Question Difference Between DF and DU Output

    DF - Disk Free & DU - Disk Usage =============================== # df -h |grep var /dev/sda2 9.9G 5.9G 4.5G 52% /var # du -sh /var 4.9G...

    Started by James007, 03-31-2009 06:29 PM
    • Replies: 0
    • Views: 1,417
    03-31-2009 06:29 PM Go to last post
  10. [HOWTO]PPTP Connection Instructions for Windows Vista

    PPTP Connection Instructions for Windows Vista PPTP Connections URL: Dallas: pptpvpn.zipservers.com ...

    Started by Dino, 03-12-2009 11:34 PM
    • Replies: 1
    • Views: 1,625
    03-12-2009 11:47 PM Go to last post
  11. Exclamation libavdevice.so.52: cannot open shared object file:

    Please make sure the symbolic links of ffmpeg require libraries are present in "/usr/lib" Important: You will probably get errors such as: ffmpeg:...

    Started by James007, 02-20-2009 05:52 PM
    • Replies: 0
    • Views: 2,434
    02-20-2009 05:52 PM Go to last post
  12. Thumbs up cPanel automatic updates create DNS issues

    cPanel updates have created problems for DNS service on many Dedicated Servers. This has happened to those who had set automatic Updates to "Stable...

    Started by Jeason, 01-30-2009 08:55 PM
    • Replies: 0
    • Views: 1,372
    01-30-2009 08:55 PM Go to last post
  13. Thumbs up Freebsd Mount a NAS via SMB / CIFS

    The mount_smbfs command mounts a share from a remote server using SMB/CIFS protocol. You can easily mount NAS share using the following syntax ...

    Started by James007, 01-25-2009 07:58 PM
    • Replies: 0
    • Views: 1,516
    01-25-2009 07:58 PM Go to last post
  14. Thumbs up Courier IMAP SSL Server Certificate Installation and Configuration (FreeBSD)

    The Courier mail server is a mail transfer agent (MTA) server that provides ESMTP, IMAP, POP3, webmail, and mailing list services with individual...

    Started by James007, 01-21-2009 04:06 PM
    • Replies: 0
    • Views: 1,555
    01-21-2009 04:06 PM Go to last post
  15. Thumbs up rpmdb: Lock table is out of available locker entries

    If up2date or Yum throws some horrible Python errors and rpm says "rpmdb: Lock table is out of available locker entries", you can restore your system...

    Started by James007, 01-21-2009 03:59 PM
    • Replies: 0
    • Views: 1,346
    01-21-2009 03:59 PM Go to last post
  16. Thumbs up How to add/remove additional IP on FreeBSD server

    To add the IP address: Code: To have this IP alias loaded after reboot then edit and add the following line to /etc/rc.conf Code:

    Started by Jeason, 01-01-2009 09:18 PM
    • Replies: 0
    • Views: 1,418
    01-01-2009 09:18 PM Go to last post
  17. Thumbs up What is TLS?

    What is TLS? TLS is the Transport Layer Security protocol. It is effectively SSL 3.1 and was submitted to the IETF standards committee for change...

    Started by Jeason, 01-01-2009 09:09 PM
    • Replies: 0
    • Views: 1,268
    01-01-2009 09:09 PM Go to last post
  18. Thumbs up Debian /Ubuntu :: Apache2 Change Default Port / IP Binding

    You can easily change the port and other settings using following directives: Apache Listen Directive The Listen directive instructs Apache to...

    Started by James007, 12-20-2008 09:00 AM
    • Replies: 0
    • Views: 1,631
    12-20-2008 09:00 AM Go to last post
  19. Thumbs up How to Disable Download in VSFTPD Server?

    To disallow all download requests. Configure your VSFTPD ftp server with download_enable option If it is set to NO, all download requests will give...

    Started by James007, 12-20-2008 08:52 AM
    • Replies: 0
    • Views: 1,291
    12-20-2008 08:52 AM Go to last post
  20. Thumbs up Find out the Apache Version

    Type the following command to print the version of httpd, and then exit: # httpd -v Sample output: ================================= Server...

    Started by James007, 12-20-2008 08:19 AM
    • Replies: 0
    • Views: 1,280
    12-20-2008 08:19 AM Go to last post

+ Post New Thread

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts