Jump to content
  • 0

What parameter for configure with Ubuntu Server 64bit


Question

Posted

Ubuntu Server 12.10 64bit

CPU - Intel Xeon E3-1200 v2/3rd Gen Core processor

RAM - 16 GB

When i use ./configure, do i need to ./configure --enable-64bit? and how many users can connect to this PC Spec.

Thankyou for you reply.

8 answers to this question

Recommended Posts

Posted (edited)

I think Ubuntu Server is light then centOS. First time when i met linux for RO Server is centOS that make me feel slow, then i come to Ubuntu Server and i like it.

Anyway when i use ./configure, do i need to ./configure --enable-64bit?

What version of centOS you used?

Edited by brontes
Posted · Hidden by Brian, February 20, 2013 - 75% chance of being a human spam bot. --Brian
Hidden by Brian, February 20, 2013 - 75% chance of being a human spam bot. --Brian

Please answer the question.

Posted

When i use ./configure, do i need to ./configure --enable-64bit?

 

As of r16197, 64-bit builds are enabled by default (on 64-bit platforms). So you just type:

./configure
 

Ubuntu Server 12.10 64bit

CPU - Intel Xeon E3-1200 v2/3rd Gen Core processor

RAM - 16 GB

and how many users can connect to this PC Spec.

Yes self hosting (Co-location) by port 1 Gb/s.

I estimate 1,000+  :P
Posted (edited)

I prepare server for RO by Ubuntu with these steps

 

  1. Install Ubuntu with LAMP, OpenSSH server
  2. apt-get update
  3. apt-get upgrade
  4. apt-get install vsftpd
  5. nano /etc/vsftpd.conf (for change config to anonymous_enable=NO, write_enable=YES, chroot_local_user=Yes)
  6. nano /etc/mysql/my.cnf (for change config blind-address = 0.0.0.0)
  7. apt-get install gcc
  8. apt-get install zlib1g-dbg
  9. apt-get install libmysqlclient15-dev
  10. apt-get install libpcre3-dev
  11. reboot and done
Edited by AVVVVVVA

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...