Jump to content
  • 0

What parameter for configure with Ubuntu Server 64bit


brontes

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  06/11/12
  • Last Seen:  

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.

Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  155
  • Reputation:   2
  • Joined:  10/09/12
  • Last Seen:  

self hosting? and how many user connects depends on the speed internet

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  06/11/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  06/11/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   1
  • Joined:  02/11/13
  • Last Seen:  

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.

Link to comment

  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

**I just followed this post, because I want make server on my Ubuntu too at least for my offline**

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  03/12/13
  • Last Seen:  

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
Link to comment
Share on other sites

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.

×
×
  • Create New...