Whay kind of server software are you running?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Spacedye69
    Badcaps Veteran
    • Nov 2005
    • 698
    • US

    #1

    Whay kind of server software are you running?

    I am getting ready to set up a server I would like to keep running for a while. I was curious to see what type of servers and config utilities people were using. My requirements are they have to be stable, and I would prefer easy to use, but they must be flexible and able to control all aspects of the config.

    Web server-probably apache, but what type of config tools
    Web development-the tools/IDE and scripting languages
    ftp-whatever
    email-pop or imapi, config tools
    database- which one and config tools

    I would prefer FREE, but am willing to pay for a great piece of software.

    Thanks!
  • willawake
    Super Modulator
    • Nov 2003
    • 8457
    • Greece

    #2
    Re: Whay kind of server software are you running?

    http://www.centos.org/ its basically free Red Hat Enterprise Linux. It is more recommended than Fedora for servers because it is designed to be stable not cutting edge.
    capacitor lab yachtmati techmati

    Comment

    • Spacedye69
      Badcaps Veteran
      • Nov 2005
      • 698
      • US

      #3
      Re: Whay kind of server software are you running?

      That is exactly the OS I am installing. I use Fedora 6 for my desktop. I'd like to know about the configuration tools available for email, mysql, etc...

      What do use for an HTML editor, and don't lie and say you hand code it all.

      Any dummy tools that would make my life easier would be great. I can do it all in config files, but was looking for a time saver, plus just to see what everyone else is using.
      Last edited by Spacedye69; 03-08-2007, 06:20 PM.

      Comment

      • willawake
        Super Modulator
        • Nov 2003
        • 8457
        • Greece

        #4
        Re: Whay kind of server software are you running?

        topcat recommended http://www.ispconfig.com/
        webmin i like http://www.webmin.com/

        basically linux is ok to install and then config with webmin for file serving and general administration then use the web interface for cups to do the printers.

        i have not used webmin for webservers, neither do i wish to do manual configs and editing files much so i like cpanel which is a paid service. So the free Ispconfig is going to be useful to you.

        whilst file and print is pretty easy, i wouldnt consider webserving to be that easy at all without a control panel.

        phpmyadmin http://www.phpmyadmin.net for mysql databases.
        Last edited by willawake; 03-08-2007, 06:21 PM.
        capacitor lab yachtmati techmati

        Comment

        • Spacedye69
          Badcaps Veteran
          • Nov 2005
          • 698
          • US

          #5
          Re: Whay kind of server software are you running?

          Yea, thats the stuff!

          Comment

          • willawake
            Super Modulator
            • Nov 2003
            • 8457
            • Greece

            #6
            Re: Whay kind of server software are you running?

            for html i use dreamweaver and also notepad. but i do a lot of hand editing cos dreamweaver writes ugly code sometimes. i also add some css manually and i write the style sheet in notepad.

            a free editor would be Nvu http://www.nvu.com/ which is also for linux

            depends what you are doing though, if you expect in the future you might want the ability for people to leave comments and other stuff that a static site would not provide then just go for a cms software instead in the beginning.
            capacitor lab yachtmati techmati

            Comment

            • toastygoodness
              Badcaps Veteran
              • Jul 2005
              • 813
              • United States

              #7
              Re: Whay kind of server software are you running?

              For HTML I use Visual Studio or maybe Quanta Plus sometimes. I think that Visual Studio (or Visual Web Developer Express, the free version, which is just without all those other tools, such as C# or whatever.) I would use VWDE if you're running Windows. Otherwise, Quanta or, if you want a lite editor, Nvu, as willawake said, is a rather good choice.

              What I really don't understand is why ultra-linux "SUPERIOR" "l33t" people have some kind of a grudge against Microsoft. Yeah, I use Windows Server 2003, but I also participate in the Arch Linux user repository. Windows Server is better for a server with all the latest software, in my opinion, than Arch Linux; however, Arch can be super stabilized and is super-duper modular. CentOS is a great choice, I actually use it as a workstation instead of Fedora.

              A good FTP program is SmartFTP, I use it all the time. I think it's only for Windows, but it's got good integration and time-saving features. Also, because I am a die-hard classic SQL user, I use PostgreSQL instead of MySQL. SQLite works if you've got a relatively small database, but if you want a lot of compatibility for later CMSs, you might want to go with MySQL. PostgreSQL, in my use, has been faster and more reliable, but MySQL, for some reason, has proven to be more popular.
              Last edited by toastygoodness; 03-08-2007, 08:47 PM.

              Comment

              • Rainbow
                Badcaps Legend
                • Aug 2005
                • 1371

                #8
                Re: Whay kind of server software are you running?

                I used SmartFTP before but it is (and always was) incredibly buggy. Every single version. Too bad that this is probably the best FTP client for Windows. Good that I don't have to use it anymore as there's good FTP support in KDE (and FTPS too with kio-ftps) - and this is in all KDE applications - sometimes that Microsoft will have probably in 10 years...
                I use JOE text editor for editing HTML, PHP and C code. Syntax highlighting helps a lot sometimes.
                MySQL is so popular because it's fast. Probably the fastest existing SQL database for most operations.

                Comment

                • Per Hansson
                  Super Moderator
                  • Jul 2005
                  • 5895
                  • Sweden

                  #9
                  Re: Whay kind of server software are you running?

                  Hmm, sorry can't be of much help

                  Linux is a difficult route to go if you do not like the command line IMO, I know, I've tried countless times before I got a good introduction actually by a teacher in school in a class...

                  I at first thought the treshold for learning "tis stuff" was very high compared to Windows but it really wasn't, however on my own and by just forums I would never have managed it, I must admit that...

                  Right now I am a server admin for a decently large site, the server does not have any graphical interfaces that I use at all...

                  I would say that Windows Server 2003 is a really good choice unless you are prepared to spend some time learning, this is just my 0.02$ worth though...
                  "The one who says it cannot be done should never interrupt the one who is doing it."

                  Comment

                  • willawake
                    Super Modulator
                    • Nov 2003
                    • 8457
                    • Greece

                    #10
                    Re: Whay kind of server software are you running?

                    some more stuff as we are on the subject

                    APF firewall. very popular in webhosting
                    http://www.rfxnetworks.com/apf.php
                    http://www.eth0.us/apf

                    zend optimiser. speed up php. its really cool
                    http://www.zend.com/products/zend_optimizer

                    I at first thought the treshold for learning "tis stuff" was very high compared to Windows but it really wasn't
                    the problem with linux is that there is always so much documentation and most of it is not necessary to know. all written by the programmers in the way they like to see it. this will always be the shortcoming.

                    but linux on a VPS its amazing. try to get windows to run with so little resources some of the VPS have........hail to Xen

                    many hosts are using centos cos it is free and reliable. i would not recommend it in a large company better to have RHEL cos on occasion they are slower on the updates. i recall some whiny complaint on the centos forums about some update which broke samba or cups...i forget. and centos were a few days slower on the fix update than redhat. but lol anyway wtf to keep a file and print so currently updated......
                    capacitor lab yachtmati techmati

                    Comment

                    • Spacedye69
                      Badcaps Veteran
                      • Nov 2005
                      • 698
                      • US

                      #11
                      Re: Whay kind of server software are you running?

                      I have no problems with Linux or command lines. I've used the standard graphical server config tools that come with KDE, and I don't like them. They either are too slow or not detailed enough for my taste, so I end up editing the config files by hand anyway. I've done most development and editing by hand in the past, using Kate ( I have no idea why I like it, but it works ) because I like the folder views to keep track of files, and then compile on the command line if it is a compiled language. I was going to try some "fancy" tools to see if there were any time savings, because there is never enough time.

                      My plan was to install minimal with no X server, as it is smaller and considerably less resource intensive. I also am a freak and like command line. I just wanted to check out some tools to see if I had any reason to install X. I just might try the browser enabled stuff and keep the server at a bare minimum. The developement stuff I do on my desktop anyway.

                      I've tried Dreamweaver, Front Page, and InterDev before, and I have found that the time it takes to fully lear how to use the IDE, I could have already done what I needed to do 5 times as fast.

                      Thanks for the input. I definitly will be using Linux, Apache, and MySQL( because it is faster than the rest, but if I were doing a large, complex database, I would be looking at something else). I will, however, be using Windows on my mirror/ back up server, just to keep in touch with the little people.

                      Comment

                      Related Topics

                      Collapse

                      • omega
                        Troubleshooting of redundant F750E-S0 Dell PowerEdge Server
                        by omega
                        Hello all,
                        as a beginner electronics hobbyist, after a few years I would like to place another post on this Forum section, given that I did not succeed in finding any useful advice among the other posts.

                        Over the last years, I have been using a PowerEdge Dell Server with two redundant PSUs, namely the 750W F750E-S0 ones (aka 06W2PW). Unfortunately, last summer one of them failed (perhaps owing to an overheating), and the server had for working to take into account the other one only. Of course I opened and tried to troubleshoot the failed PSU, but each cap I tested seemed to...
                        02-09-2024, 03:34 PM
                      • DynaxSC
                        ASROCK Z270 GAMING-ITX/AC - IR35201 - NEED THE VRM CONFIG FILES
                        by DynaxSC
                        Hi,

                        I have an ASROCK Z270 GAMING-ITX/AC motherboard with a fried VCORE controller IR35201 (International Rectifier, currently Infineon).

                        This chip is unfortunately programmable, so after replacing the chip, it needs to be programmed with a config file, which I do not have, as the chips is not readable any more (total short on power supply pin).

                        Some of you maybe know, it is possible to read out the config file from a board with a working chip using the USB005 I2C adapter and IR/Infineon software called PowIRCenter. The software is available freely at Infinion...
                        02-10-2025, 04:52 PM
                      • Document Archive
                        HP ZBook 15v G5 Mobile server 15v Specification for Upgrade or Repair
                        by Document Archive
                        This specification for the HP ZBook 15v G5 Mobile server can be useful for upgrading or repairing a laptop that is not working. As a community we are working through our specifications to add valuable data like the 15v G5 boardview and 15v G5 schematic. Our users have donated over 1 million documents which are being added to the site. This page will be updated soon with additional information. Alternatively you can request additional help from our users directly on the relevant badcaps forum. Please note that we offer no warranties that any specification, datasheet, or download for HP ZBook 15v...
                        09-06-2024, 11:39 AM
                      • harp
                        Comparing FreeNAS, FTP server, SMB server, multimedia server...
                        by harp
                        I thinking about some central LAN file server, on where I can put some files from other devices, or access to them, and maybe play some movie without download...

                        I never study this, but when I see that freenas need few gigabyte of ram to recommended working, some wiered partition, I wonder if I miss somewhat in the midletime...
                        Also exist "turnkey file server", and other turnkey products that I can not distinguished what is major difference and how it perform - no experiance at all.

                        What is general difference between this products, and what be most useful...
                        01-04-2024, 02:44 PM
                      • FALKLAN
                        Running Line Voltage and Integrating LED Pods - Automotive
                        by FALKLAN
                        Howdy everyone! I hope all is well where ever you are!

                        I'm attempting to integrate a couple of LED pods into an automotive reverse lamp circuit. The problem being, while the vehicle is running there is a 8.5v current present on the reverse lamp power wire. Needless to say is that all LED pods and lights dimly illuminate while the 8.5v is present, so the LEDs are always powered on while the vehicle is running. When the vehicle is shifted into reverse, the voltage changes to 12 volts.

                        I am uncertain how to convert this line into a switched 12v output line for the LED pods....
                        02-05-2025, 12:30 AM
                      • Loading...
                      • No more items.
                      Working...