ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    What Is Your CloudatCost Project?

    IT Discussion
    cloudatcost linux
    13
    70
    19.1k
    Loading More Posts
    • 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.
    • S
      scottalanmiller
      last edited by

      One nice thing that you can do is use the Big Dog series for Windows testing. If you are not using them for production, but just for testing, certs or similar, you can just rebuild every 90 days. This is how I did all of my Windows NT 4 certs back in the 1990s. Not on a cloud, obviously, but by physically reinstalling every three months from scratch (which was a huge deal back then, let me tell you!!) and reconfiguring the entire system every time. Learned a lot that way!

      D P 2 Replies Last reply Reply Quote 0
      • D
        Dashrender @scottalanmiller
        last edited by

        @scottalanmiller said:

        One nice thing that you can do is use the Big Dog series for Windows testing. If you are not using them for production, but just for testing, certs or similar, you can just rebuild every 90 days. This is how I did all of my Windows NT 4 certs back in the 1990s. Not on a cloud, obviously, but by physically reinstalling every three months from scratch (which was a huge deal back then, let me tell you!!) and reconfiguring the entire system every time. Learned a lot that way!

        Yeah I did the same thing back then.. what a pain!

        1 Reply Last reply Reply Quote 0
        • P
          PSX_Defector @scottalanmiller
          last edited by

          @scottalanmiller said:

          One nice thing that you can do is use the Big Dog series for Windows testing. If you are not using them for production, but just for testing, certs or similar, you can just rebuild every 90 days. This is how I did all of my Windows NT 4 certs back in the 1990s. Not on a cloud, obviously, but by physically reinstalling every three months from scratch (which was a huge deal back then, let me tell you!!) and reconfiguring the entire system every time. Learned a lot that way!

          What, you didn't know about the 1112-1111111 key?

          1 Reply Last reply Reply Quote 0
          • Q
            QDesk
            last edited by

            I'm building a small MongoDB server there so that I can follow along with the MongoDB training that I am doing on PluralSight.

            1 Reply Last reply Reply Quote 2
            • S
              scottalanmiller
              last edited by

              Building an Ubuntu 14.04 Lab box right now.

              1 Reply Last reply Reply Quote 0
              • T
                thanksajdotcom
                last edited by

                My website is currently up and running on my C@C server! I got rsync setup between it and my home server to sync changes, export databases and import them automatically (from the cloud server to the local server) for MySQL over Pertino. It's awesome!

                ? 1 Reply Last reply Reply Quote 0
                • ?
                  A Former User @thanksajdotcom
                  last edited by

                  @thanksajdotcom said:

                  over Pertino. It's awesome!

                  What's the purpose of Pertino? you can specify rsync to run over ssh, the encryption and security of it should be just as good as a vpn.

                  S 1 Reply Last reply Reply Quote 1
                  • S
                    scottalanmiller @A Former User
                    last edited by

                    @thecreativeone91 said:

                    What's the purpose of Pertino? you can specify rsync to run over ssh, the encryption and security of it should be just as good as a vpn.

                    Technically, it actually is a VPN at that point.

                    T 1 Reply Last reply Reply Quote 1
                    • T
                      thanksajdotcom @scottalanmiller
                      last edited by

                      @scottalanmiller said:

                      @thecreativeone91 said:

                      What's the purpose of Pertino? you can specify rsync to run over ssh, the encryption and security of it should be just as good as a vpn.

                      Technically, it actually is a VPN at that point.

                      Because I can go from local to the web server direct, but from the web server to the local server I have to use Pertino because SSH isn't forwarded on that network, and I don't have the access I need in order to enable that, so the only direct access I have is via VPN. I could setup a pull on the local server, but whatever. It works the way it is, and the Pertino connection doesn't add enough latency to be concerned with.

                      1 Reply Last reply Reply Quote 0
                      • G
                        gjacobse
                        last edited by

                        I've run into a situation where I need a communications app. I haven't looked at any options,.. but looking to use a session of my Dev1 to ssh a communications box. Like but not like AIM or etc.

                        not sure why ,... but why not. I control it..

                        ? C 2 Replies Last reply Reply Quote 0
                        • ?
                          A Former User @gjacobse
                          last edited by

                          @g.jacobse said:

                          I've run into a situation where I need a communications app. I haven't looked at any options,.. but looking to use a session of my Dev1 to ssh a communications box. Like but not like AIM or etc.

                          not sure why ,... but why not. I control it..

                          For IM? Any XMPP/Jabber server should work.
                          OpenFire is one of the popular ones, but there are many projects most are less suited for business use though. I believe both zentyal and zimbra have IM as well but never of which would run on any of the Dev packages. I'm not sure how well Openfire will run on a Dev1.

                          1 Reply Last reply Reply Quote 0
                          • C
                            coliver
                            last edited by coliver

                            I've been trying really hard to keep some things up-to-date on my project. This is a tabletop gaming blog I started not too long ago, it is hosted on a Dev 1 machine so it may be a bit sluggish.

                            http://blog.orthelan.com/

                            I've got two blog post in the pipe right now. Going to be working on more.

                            1 Reply Last reply Reply Quote 0
                            • C
                              coliver @gjacobse
                              last edited by

                              @g.jacobse said:

                              I've run into a situation where I need a communications app. I haven't looked at any options,.. but looking to use a session of my Dev1 to ssh a communications box. Like but not like AIM or etc.

                              not sure why ,... but why not. I control it..

                              Look at Openfire for a decent Jabber/XMPP server http://www.igniterealtime.org/projects/openfire/. I've played with it in the past and liked the functionality. If you want to do voice communication take a look at Murmur, open source voice platform like Teamspeak or Ventrillo. http://wiki.mumble.info/wiki/Main_Page

                              1 Reply Last reply Reply Quote 2
                              • nadnerBN
                                nadnerB
                                last edited by

                                Newly baptised into the world of server Linux, VPS and 100% Shell, I started a journal thread here: http://mangolassi.it/topic/4230/nadnerb-s-c-c-project-journal.
                                Help and suggestions are welcome.
                                 
                                I hope to write a blog post about this when I'm done/mostly done

                                1 Reply Last reply Reply Quote 1
                                • T
                                  thanksajdotcom
                                  last edited by

                                  Currently working to setup my Plex server in the cloud...

                                  ? 1 Reply Last reply Reply Quote 0
                                  • ?
                                    A Former User @thanksajdotcom
                                    last edited by

                                    @thanksajdotcom said:

                                    Currently working to setup my Plex server in the cloud...

                                    Seems like an odd place to put a media server.

                                    T 1 Reply Last reply Reply Quote 0
                                    • T
                                      thanksajdotcom @A Former User
                                      last edited by

                                      @thecreativeone91 said:

                                      @thanksajdotcom said:

                                      Currently working to setup my Plex server in the cloud...

                                      Seems like an odd place to put a media server.

                                      It's easier than getting my landlord to grant me access to his FiOS router so I can forward 32400 to my router and thus to my plex server...

                                      JaredBuschJ 1 Reply Last reply Reply Quote 0
                                      • JaredBuschJ
                                        JaredBusch @thanksajdotcom
                                        last edited by

                                        @thanksajdotcom said:

                                        @thecreativeone91 said:

                                        @thanksajdotcom said:

                                        Currently working to setup my Plex server in the cloud...

                                        Seems like an odd place to put a media server.

                                        It's easier than getting my landlord to grant me access to his FiOS router so I can forward 32400 to my router and thus to my plex server...

                                        Then get your own internet service.

                                        T 1 Reply Last reply Reply Quote 1
                                        • T
                                          thanksajdotcom @JaredBusch
                                          last edited by

                                          @JaredBusch said:

                                          @thanksajdotcom said:

                                          @thecreativeone91 said:

                                          @thanksajdotcom said:

                                          Currently working to setup my Plex server in the cloud...

                                          Seems like an odd place to put a media server.

                                          It's easier than getting my landlord to grant me access to his FiOS router so I can forward 32400 to my router and thus to my plex server...

                                          Then get your own internet service.

                                          That is neither practical nor feasible at this point. Also, it makes no sense.

                                          nadnerBN D 2 Replies Last reply Reply Quote 0
                                          • nadnerBN
                                            nadnerB @thanksajdotcom
                                            last edited by

                                            @thanksajdotcom said:

                                            That is neither practical nor feasible at this point. Also, it makes no sense.

                                            Actually, it does make sense to get your own Internet connection. I don't think everyone here remembers your living arrangements. I know I don't. šŸ˜›
                                            So, to us, it makes no sense that you haven't got your own Internet connection, considering what you are wanting to do with it. šŸ˜„

                                            T 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 2 / 4
                                            • First post
                                              Last post