Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Linux Programming WebSite

Linux Programming WebSite

Scheduled Pinned Locked Moved The Lounge
sysadminlinuxquestionannouncement
19 Posts 15 Posters 3 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Robert M Greene

    Does anyone have a list of "Code Project" sites for Linux? I have to create a Linux version of our server and need to get started... sigh.

    ............................. There's nothing like the sound of incoming rifle and mortar rounds to cure the blues. No matter how down you are, you take an active and immediate interest in life. Fiat justitia, et ruat cælum

    B Offline
    B Offline
    benjymous
    wrote on last edited by
    #10

    http://www.vmware.com/appliances/[^] :) [edit]bah - their faq[^] says the license doesn't let you use Windows as an embedded OS, so I guess not[/edit]

    -- Help me! I'm turning into a grapefruit! Buzzwords!

    1 Reply Last reply
    0
    • R Robert M Greene

      Does anyone have a list of "Code Project" sites for Linux? I have to create a Linux version of our server and need to get started... sigh.

      ............................. There's nothing like the sound of incoming rifle and mortar rounds to cure the blues. No matter how down you are, you take an active and immediate interest in life. Fiat justitia, et ruat cælum

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #11

      Linux Newsgroups might be helpful to you http://www.linux.org/docs/usenetlinux.html[^]

      1 Reply Last reply
      0
      • R Robert M Greene

        Does anyone have a list of "Code Project" sites for Linux? I have to create a Linux version of our server and need to get started... sigh.

        ............................. There's nothing like the sound of incoming rifle and mortar rounds to cure the blues. No matter how down you are, you take an active and immediate interest in life. Fiat justitia, et ruat cælum

        J Offline
        J Offline
        James R Twine
        wrote on last edited by
        #12

        http://www.sourceforge.org[^]    http://www.gnu.org/[^]    Those might be a good place to start to get some code, although the same caveat for CP applies there as well: not all of the code is of stellar quality, but there might be servers or C/S based projects and code available for reference.    It might be easier to identify things that your server is using that may (or may not) be specific to Win32 (kernel-object based Events, named pipes, etc.) and determine the *nix equivlent(s).  For example, *nix has pipes (FIFOs), Pth has events and threading, sockets are everywhere, etc.    Dunno why someone would vote your post down, we are all professionals here (uh, right?), and the mere mention of Linux is not a valid reason for a vote of 1.    Peace!

        -=- James


        If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
        Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
        DeleteFXPFiles & CheckFavorites (Please rate this post!)

        1 Reply Last reply
        0
        • R Robert M Greene

          Does anyone have a list of "Code Project" sites for Linux? I have to create a Linux version of our server and need to get started... sigh.

          ............................. There's nothing like the sound of incoming rifle and mortar rounds to cure the blues. No matter how down you are, you take an active and immediate interest in life. Fiat justitia, et ruat cælum

          A Offline
          A Offline
          Anand Vivek Srivastava
          wrote on last edited by
          #13

          try experts-exchange[^]. The freedom to ask unlimited questions is limited to premium members; but if you don't want to spend money, earning it by answering some questions isn't difficult.

          1 Reply Last reply
          0
          • R Robert M Greene

            Does anyone have a list of "Code Project" sites for Linux? I have to create a Linux version of our server and need to get started... sigh.

            ............................. There's nothing like the sound of incoming rifle and mortar rounds to cure the blues. No matter how down you are, you take an active and immediate interest in life. Fiat justitia, et ruat cælum

            G Offline
            G Offline
            Giles
            wrote on last edited by
            #14

            To get going download the chapters to this book - the authors made it (the book I bought) open source. Will tell you pretty much everything you need to get going, provided you have managed to perform a full install on say Fedora or something similar. http://www.advancedlinuxprogramming.com/downloads.html[^] It not really advanced, it teaches someone who knows C++, how to porgram for Linux and Unix in general for console style apps, from: using an basic editor to create a .cpp and .h file, how to compile, and link with gcc how to debug using gdb how to create make files to make builds easier posix system concepts (processes, threads, syncronisation, sockets) and lots of other good stuff in easy steps. If you know C++ you are safe with this.


            "Je pense, donc je mange." - Rene Descartes 1689 - Just before his mother put his tea on the table. Shameless Plug - Distributed Database Transactions in .NET using COM+

            1 Reply Last reply
            0
            • R Robert M Greene

              Does anyone have a list of "Code Project" sites for Linux? I have to create a Linux version of our server and need to get started... sigh.

              ............................. There's nothing like the sound of incoming rifle and mortar rounds to cure the blues. No matter how down you are, you take an active and immediate interest in life. Fiat justitia, et ruat cælum

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #15

              Good news from Linux Watch! http://www.linux-watch.com/news/NS8006773943.html[^]

              "Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind." - Dr. Seuss

              1 Reply Last reply
              0
              • R Robert M Greene

                Does anyone have a list of "Code Project" sites for Linux? I have to create a Linux version of our server and need to get started... sigh.

                ............................. There's nothing like the sound of incoming rifle and mortar rounds to cure the blues. No matter how down you are, you take an active and immediate interest in life. Fiat justitia, et ruat cælum

                P Offline
                P Offline
                pseudonym67
                wrote on last edited by
                #16

                The one at the bottom could get you started in general but probably not with the specifics.

                pseudonym67 My Articles[^] Beginning KDevelop Programming[^]

                1 Reply Last reply
                0
                • R Robert M Greene

                  Well... I wouldn't mind, but the platform is designated, so I guess the development tools will be as well. They (Management) haven't said who, what, when , where, how, why, yada yada yada. It seems like it's going to be a solution in a box. Even the platform may change from Linux to Free BSD.

                  ............................. There's nothing like the sound of incoming rifle and mortar rounds to cure the blues. No matter how down you are, you take an active and immediate interest in life. Fiat justitia, et ruat cælum

                  C Offline
                  C Offline
                  Chris S Kaiser
                  wrote on last edited by
                  #17

                  Seriously, the Troll Slayer suggested an alternative, use WINE to run your windows apps on Linux, if the performance would be acceptable.

                  This statement is false.

                  1 Reply Last reply
                  0
                  • R Robert M Greene

                    Does anyone have a list of "Code Project" sites for Linux? I have to create a Linux version of our server and need to get started... sigh.

                    ............................. There's nothing like the sound of incoming rifle and mortar rounds to cure the blues. No matter how down you are, you take an active and immediate interest in life. Fiat justitia, et ruat cælum

                    S Offline
                    S Offline
                    soundg
                    wrote on last edited by
                    #18

                    Not sure what you are asking here. Are you looking for help on porting your server to Linux? Or are you looking for sites that might have example code?

                    1 Reply Last reply
                    0
                    • R Robert M Greene

                      Does anyone have a list of "Code Project" sites for Linux? I have to create a Linux version of our server and need to get started... sigh.

                      ............................. There's nothing like the sound of incoming rifle and mortar rounds to cure the blues. No matter how down you are, you take an active and immediate interest in life. Fiat justitia, et ruat cælum

                      D Offline
                      D Offline
                      David Roh
                      wrote on last edited by
                      #19

                      You could use Susie Linux - it comes with Mono built in.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups