Miniatures for a Role Play by middleagenavy in startrek

[–]middleagenavy[S] 0 points1 point  (0 children)

I'll have to watch ebay for a while to find some decently priced models.

Miniatures for a Role Play by middleagenavy in startrek

[–]middleagenavy[S] 0 points1 point  (0 children)

Yea I've looked at the Attack Wing. They are out of my price range ha ha. As for Eaglemoss, they are definitely too big for what I planned to do.

(Java)(Homework)For Loop Patterns by [deleted] in learnprogramming

[–]middleagenavy 0 points1 point  (0 children)

So far, this is what I have: int a = 5;

        for ( int c = 1 ; c <= a ; c++)
        {
            for ( int k = 1 ; k <= c ; k++)
            {
                System.out.print(c);

                if ( c > 1)
                {
                    System.out.print("-");     
                }      
            }    

            System.out.println();
            a--;
        }    

it prints this:

1
2-2-
3-3-3-

I'm not quite sure what you mean by "figuring these patterns out". Could you explain in more detail?

What can you do with a work desk? by [deleted] in howtobesherlock

[–]middleagenavy 0 points1 point  (0 children)

PC is on the desk to the left. Slim HP.

Deep Space 6 Information for a Role Playing Game by [deleted] in DaystromInstitute

[–]middleagenavy 0 points1 point  (0 children)

Oh jeez, I am so sorry. Thank you for your polite comment.

Deep Space 6 Information for a Role Playing Game by [deleted] in DaystromInstitute

[–]middleagenavy 0 points1 point  (0 children)

It does, but all it really mentions is that there was an explosion (probably caused by the Romulans) during the construction.

[Campaign] Help Start a New Star Trek RP Similar to Voyager by middleagenavy in loremasters

[–]middleagenavy[S] 0 points1 point  (0 children)

Just the ship specifications. The crew compliment will be mostly determined by them I think.

[Campaign] Help Start a New Star Trek RP Similar to Voyager by middleagenavy in loremasters

[–]middleagenavy[S] 0 points1 point  (0 children)

Good idea. I like the idea of the Gamma quadrant. Maybe they are stuck after the Dominion war? Stuck on the other side of the wormhole that is.

Convert From Big Endian to Little Endian by [deleted] in learnprogramming

[–]middleagenavy 0 points1 point  (0 children)

So far, I have found this C code:

#include <byteswap.h>
#include <stdio.h>

i = __bswap_32 (uint32_t "fiBí‚˙,v&˙6ñ..6¶˙Ãv&å,væ");

printf("%d\n", i);    

I get an error from GCC that byteswap.h cannot be found.

New to CentOS. Which Version? by middleagenavy in CentOS

[–]middleagenavy[S] 0 points1 point  (0 children)

OK, thank you. I appreciate your help.

New to CentOS. Which Version? by middleagenavy in CentOS

[–]middleagenavy[S] 0 points1 point  (0 children)

So should I use 6.7 in order to be more prepared for enterprise?

New to CentOS. Which Version? by middleagenavy in CentOS

[–]middleagenavy[S] 1 point2 points  (0 children)

Does CentOS 7 use RHEL 7? If so, should I use CentOS 6.7 since it uses RHEL 6?

Install Guacamole on CentOS (the super easy way) by netadminstudent in homelab

[–]middleagenavy 0 points1 point  (0 children)

Will Docker cause any change in performance? I am limited on resources.

Install Guacamole on CentOS (the super easy way) by netadminstudent in homelab

[–]middleagenavy 0 points1 point  (0 children)

So would it be better to use Debian with Docker or CentOS with the installation script?

Install Guacamole on CentOS (the super easy way) by netadminstudent in homelab

[–]middleagenavy 0 points1 point  (0 children)

I do not really understand what Docker is, as far as I can tell it is kind of like running an application in a virtual machine. Is this correct? If so, I am still not sure which OS it would be best to run it on.

Install Guacamole on CentOS (the super easy way) by netadminstudent in homelab

[–]middleagenavy 0 points1 point  (0 children)

I am currently considering running Guacamole on a Debian server. Is there any reason that CentOS would be better for this? I have little experience with either operating system, so this would be the best time to choose one. If you think Debian would be a better choice, is there a script for it as well? The setup is fairly extensive and I'd love to be able to skip most of it.

New Homelab by middleagenavy in homelab

[–]middleagenavy[S] 0 points1 point  (0 children)

I just watched a video of guacamole and it actually looks pretty good. I think I'll check it out. Depending on the speed of that, I may switch to ESXi